[llvm] [LV, VP]VP intrinsics support for the Loop Vectorizer (PR #76172)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 13:33:50 PST 2024


================
@@ -244,6 +244,12 @@ struct VPTransformState {
   ElementCount VF;
   unsigned UF;
 
+  /// If EVL is not nullptr, then EVL must be a valid value set during plan
+  /// creation, possibly a default value = whole vector register length. EVL is
----------------
fhahn wrote:

Yep, I meant it looks like the comment needs updating, as it says it is set during plan creation.

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


More information about the llvm-commits mailing list