[llvm] [LV] Don't require scalar epilogue for unsupported IAG with tail (PR #96544)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 13:11:44 PDT 2024


================
@@ -1448,29 +1448,58 @@ class LoopVectorizationCostModel {
   /// Returns true if \p I is a memory instruction in an interleaved-group
   /// of memory accesses that can be vectorized with wide vector loads/stores
   /// and shuffles.
-  bool interleavedAccessCanBeWidened(Instruction *I, ElementCount VF);
+  bool interleavedAccessCanBeWidened(Instruction *I, ElementCount VF) const;
----------------
alexey-bataev wrote:

Better make it in separate NFC patch

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


More information about the llvm-commits mailing list