[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)
John Brawn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 04:26:42 PDT 2025
john-brawn-arm wrote:
I _think_ what's caused this is previously in LoopVectorizationCostModel::getMaximizedVFForTarget only VFs greater than MaxVectorElementCount could be discarded for excess register usage, but now any VF can be discarded.
https://github.com/llvm/llvm-project/pull/132190
More information about the llvm-commits
mailing list