[llvm] [LV]Enable max safe distance in predicated DataWithEVL vectorization mode. (PR #100755)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 04:56:16 PDT 2024
================
@@ -100,6 +100,8 @@ static cl::opt<unsigned> MemoryCheckMergeThreshold(
/// Maximum SIMD width.
const unsigned VectorizerParams::MaxVectorWidth = 64;
+/// Maximum LMUL factor.
+const unsigned VectorizerParams::MaxVectorLMUL = 8;
----------------
alexey-bataev wrote:
Currently, yes. I think, we can sink it to TTI later, if some support for other target will be required.
https://github.com/llvm/llvm-project/pull/100755
More information about the llvm-commits
mailing list