[llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 06:45:53 PDT 2025


================
@@ -4920,7 +4936,8 @@ LoopVectorizationCostModel::selectInterleaveCount(ElementCount VF,
   }
 
   // We used the distance for the interleave count.
-  if (!Legal->isSafeForAnyVectorWidth())
+  if (!Legal->isSafeForAnyVectorWidth() ||
----------------
alexey-bataev wrote:

Done

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


More information about the llvm-commits mailing list