[llvm] [LV]Set tailfolding styles before computing feasible max VF. (PR #91403)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 13 15:02:57 PDT 2024
================
@@ -1631,6 +1639,11 @@ class LoopVectorizationCostModel {
ElementCount MaxSafeVF,
bool FoldTailByMasking);
+ /// Checks if the scalable vectorization is supported and enabled. The result
+ /// is stored in \p IsScalableVectorizationAllowed and used later, if
+ /// requested.
+ bool isScalableVectorizationAllowed();
----------------
ayalz wrote:
Not `const` because of debug dumps?
https://github.com/llvm/llvm-project/pull/91403
More information about the llvm-commits
mailing list