[llvm] [LV]Enable max safe distance in predicated DataWithEVL vectorization mode. (PR #100755)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 09:50:43 PST 2024


================
@@ -100,6 +100,8 @@ static cl::opt<unsigned> MemoryCheckMergeThreshold(
 
 /// Maximum SIMD width.
 const unsigned VectorizerParams::MaxVectorWidth = 64;
+/// Maximum LMUL factor.
----------------
alexey-bataev wrote:

Yes, fixed the comment

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


More information about the llvm-commits mailing list