[llvm] [LV]Set tailfolding styles before computing feasible max VF. (PR #91403)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 07:35:11 PDT 2024
================
@@ -1540,6 +1540,14 @@ class LoopVectorizationCostModel {
}
}
+ /// Disables previously chosen tail folding policy, sets it to None. Expects,
+ /// that the tail policy was selected.
----------------
alexey-bataev wrote:
Maybe. This needs to be investigated separately.
https://github.com/llvm/llvm-project/pull/91403
More information about the llvm-commits
mailing list