[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 09:16:20 PDT 2025
================
@@ -4885,8 +4872,248 @@ void LoopVectorizationCostModel::collectElementTypesForWidening() {
}
}
+/// Estimate the register usage for \p Plan and vectorization factors in \p VFs.
----------------
david-arm wrote:
Is it necessary to move this function? It makes it a lot more difficult to review. If it can't be avoided then perhaps it should be moved in a separate NFC commit within the same PR or done in a different PR?
https://github.com/llvm/llvm-project/pull/132190
More information about the llvm-commits
mailing list