[llvm] [LoopVectorize] LLVM fails to vectorise loops with multi-bool varables (PR #89226)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 01:37:08 PDT 2024
================
@@ -247,6 +247,246 @@ exit: ; preds = %for.body
}
+define i32 @select_const_i32_from_icmp_mul_use(ptr nocapture readonly %v1, ptr %v2, i64 %n) {
----------------
david-arm wrote:
It looks like you're already testing this in the new multicmp.ll test file. Perhaps you can just delete the test?
https://github.com/llvm/llvm-project/pull/89226
More information about the llvm-commits
mailing list