[PATCH] D111800: [VectorCombine] Add option to only run scalarization transforms.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 15 10:56:12 PDT 2021
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
I posted the proposed vector-combine change here:
D111901 <https://reviews.llvm.org/D111901>
But this patch LGTM anyway. We don't want vector-combine to make things harder for LV or SLP.
Those passes should have a better view of total costs, so it seems right to have vector-combine only trying its minor changes after the others have run.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111800/new/
https://reviews.llvm.org/D111800
More information about the llvm-commits
mailing list