[llvm] [LV]Enable max safe distance in predicated DataWithEVL vectorization mode. (PR #100755)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 00:21:14 PDT 2024
================
@@ -37,6 +37,8 @@ class Value;
struct VectorizerParams {
/// Maximum SIMD width.
static const unsigned MaxVectorWidth;
+ /// Maximum LMUL factor.
----------------
ayalz wrote:
+1, how about UF?
Note that UF in general may be a non-power-of-2, whereas LMUL is, iiuc.
https://github.com/llvm/llvm-project/pull/100755
More information about the llvm-commits
mailing list