[llvm] [LV]Set tailfolding styles before computing feasible max VF. (PR #91403)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 12:48:45 PDT 2024
================
@@ -1629,6 +1635,14 @@ class LoopVectorizationCostModel {
ElementCount MaxSafeVF,
bool FoldTailByMasking);
+ /// true if scalable vectorization is supported and enabled.
+ std::optional<bool> IsScalableVectorizationAllowed;
----------------
fhahn wrote:
move down to where the other member variables are define
https://github.com/llvm/llvm-project/pull/91403
More information about the llvm-commits
mailing list