[llvm] [LV]Enable max safe distance in predicated DataWithEVL vectorization mode. (PR #100755)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 11:17:49 PST 2024
================
@@ -100,6 +100,8 @@ static cl::opt<unsigned> MemoryCheckMergeThreshold(
/// Maximum SIMD width.
const unsigned VectorizerParams::MaxVectorWidth = 64;
+/// Maximum LMUL factor.
----------------
fhahn wrote:
This is just the unroll factor, except when using EVL vectorization?
https://github.com/llvm/llvm-project/pull/100755
More information about the llvm-commits
mailing list