[llvm] [LoopVectorize] Enhance Vectorization decisions for predicate tail-folded loops with low trip counts (PR #69588)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 04:42:26 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
----------------
fhahn wrote:
Can you adjust the name in a separate commit?
https://github.com/llvm/llvm-project/pull/69588
More information about the llvm-commits
mailing list