[llvm] [CodeGen] Avoid sinking vector comparisons during CodeGenPrepare (PR #113158)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 01:08:36 PST 2024


https://github.com/davemgreen commented:

Can you add these two tests too: https://godbolt.org/z/G1Ma7Gd9v. They are simpler and don't involve scalarization of the predicate (which will hopefully be rare).

https://github.com/llvm/llvm-project/pull/113158


More information about the llvm-commits mailing list