[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:50 PST 2024


================
@@ -33,6 +33,10 @@ class TargetTransformInfo;
 struct VectorizerParams {
   /// Maximum SIMD width.
   static const unsigned MaxVectorWidth;
+  /// Maximum unroll factor factor. Can represent actual unroll factor and/or
----------------
fhahn wrote:

```suggestion
  /// Maximum unroll factor. Can represent actual unroll factor and/or
```

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


More information about the llvm-commits mailing list