[llvm] [LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-folding mode using EVL. (PR #76172)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 27 12:24:38 PDT 2024
================
@@ -242,6 +242,14 @@ struct VPTransformState {
ElementCount VF;
unsigned UF;
+ /// If EVL is not nullptr, then EVL must be a valid value set during plan
----------------
fhahn wrote:
nit: would probably be good to mention here what EVL stands for.
https://github.com/llvm/llvm-project/pull/76172
More information about the llvm-commits
mailing list