[llvm] [LV]Enable max safe distance in predicated DataWithEVL vectorization mode. (PR #100755)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 11 23:50:45 PDT 2024
================
@@ -37,6 +37,8 @@ class Value;
struct VectorizerParams {
/// Maximum SIMD width.
static const unsigned MaxVectorWidth;
+ /// Maximum LMUL factor.
----------------
fhahn wrote:
LMUL is a RISCV specific term, would be good to frame in a general term if possible?
https://github.com/llvm/llvm-project/pull/100755
More information about the llvm-commits
mailing list