[llvm] [LV] Add -predicated-epilogue option for tail-folded epilogue (PR #190697)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 02:10:29 PDT 2026


================
@@ -214,7 +214,8 @@ namespace PreferPredicateTy {
   enum Option {
     ScalarEpilogue = 0,
     PredicateElseScalarEpilogue,
-    PredicateOrDontVectorize
+    PredicateOrDontVectorize,
----------------
david-arm wrote:

I think this code will need rebasing, once https://github.com/llvm/llvm-project/pull/191803 lands.

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


More information about the llvm-commits mailing list