[llvm] [LV] Consider interleaving when -enable-wide-lane-mask=true (PR #163387)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 02:49:07 PST 2025


================
@@ -1286,6 +1290,11 @@ class LoopVectorizationCostModel {
     return ScalarEpilogueStatus == CM_ScalarEpilogueAllowed;
   }
 
+  bool preferPredicatedEpilogue() const {
----------------
david-arm wrote:

We don't currently have support for predicated vector epilogues (which the function name seems to be implying). Do you mean something like `preferPredicatedBody`?

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


More information about the llvm-commits mailing list