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

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 10:13:55 PDT 2024


davemgreen wrote:

MVE has only a single vector predicate register available, so it might be better to do the sinking. Could you add a test case to check if it looks better?

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


More information about the llvm-commits mailing list