[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 08:36:32 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:
State.EVL is set during plan execution?
https://github.com/llvm/llvm-project/pull/76172
More information about the llvm-commits
mailing list