jhuber6 wrote: > gfx11 -> gfx12 broke compatabilty in a weird way, by inverting the > interpretation of the bit but also shifting the used bit by 1. Simplify > the selection of the old intrinsic by just using the magic number 2, which > should satisfy both cases.
Is this something that we can't just change in instruction selection to keep it consistent? https://github.com/llvm/llvm-project/pull/180170 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
