[PATCH] D80236: [VectorCombine] position pass after SLP in the optimization pipeline rather than before
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 24 10:08:34 PDT 2020
spatel added a comment.
In D80236#2052210 <https://reviews.llvm.org/D80236#2052210>, @nikic wrote:
> @spatel Apparently you need to explicitly specify `-aa-pipeline=default` to get a default AA pipeline.
Thanks for the hint! I added that to the regression test, so that lets us remove the extra -early-cse from the pipeline:
rG57bb4787d72f <https://reviews.llvm.org/rG57bb4787d72f1ae64f877b05c98d506602ac5958>
Hopefully, that improves compile-time as expected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80236/new/
https://reviews.llvm.org/D80236
More information about the llvm-commits
mailing list