[PATCH] D113179: [Passes] Move AggressiveInstCombine after InstCombine
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 09:31:28 PST 2021
anton-afanasyev added a comment.
> Bu general recollection is that the order is intentional
> to avoid pattern disturbance by instcombine before AIC has a chance.
Hmm, it would be great to see an example. I've seen the reverse cases for now: disturbance by AIC before IC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113179/new/
https://reviews.llvm.org/D113179
More information about the llvm-commits
mailing list