[llvm] [LV]Initial support for safe distance in predicated DataWithEVL vectorization mode. (PR #102897)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 00:55:15 PDT 2024


================
@@ -1651,6 +1663,10 @@ class LoopVectorizationCostModel {
   /// true if scalable vectorization is supported and enabled.
   std::optional<bool> IsScalableVectorizationAllowed;
 
+  /// Maximum safe number of elements to be processed, which do not
----------------
fhahn wrote:

Might be good to mention this is safe w.r.t. memory dependences

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


More information about the llvm-commits mailing list