[llvm] [LLVM][TTI][SME] Allow optional auto-vectorisation for streaming functions. (PR #101679)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 07:16:00 PDT 2024
paulwalker-arm wrote:
I'm working on a PR to remove TTI::enableScalableVectorization() because the function looks redundant given the maturity of scalable vectors. That's a bigger change though and I want to cherry-pick this fix into LLVM 19 and so have created this minimal PR.
https://github.com/llvm/llvm-project/pull/101679
More information about the llvm-commits
mailing list