[PATCH] D113179: [Passes] Move AggressiveInstCombine after InstCombine
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 08:57:58 PST 2021
lebedev.ri added a comment.
In D113179#3146480 <https://reviews.llvm.org/D113179#3146480>, @RKSimon wrote:
> any more comments? @lebedev.ri @spatel
There was some older differential that proposed doing this,
IIRC there was disscussion there, but i'm failing to find it now.
Bu general recollection is that the order is intentional
to avoid pattern disturbance by instcombine before AIC has a chance.
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