[llvm] [LoopVectorize] Enhance Vectorization decisions for predicate tail-folded loops with low trip counts (PR #69588)

Igor Kirillov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 03:49:20 PDT 2023


================
@@ -387,10 +387,10 @@ for.body:                                         ; preds = %entry, %for.body
 }
 
 ; Larger example with predication that should also not be vectorized
-; CHECK-LABEL: predicated
+; CHECK-LABEL: predicated_test
----------------
igogo-x86 wrote:

Without this change, the test was failing due to name cluttering

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


More information about the llvm-commits mailing list