The motivation is to make possible branch inverting code reuse.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
aleksandr.popov added a child revision: D148244: [IRCE] Support inverted range check's predicate.Apr 19 2023, 5:26 AM
aleksandr.popov retitled this revision from [Refactor] Extract branch inverting to a separate method to [BasicBlockUtils] Extract branch inverting to a separate method.Apr 19 2023, 5:30 AM
This revision is now accepted and ready to land.Apr 21 2023, 4:50 AM
llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | ||
---|---|---|
2060 | { } not needed. |
aleksandr.popov retitled this revision from [BasicBlockUtils] Extract branch inverting to a separate method to [NFC][BasicBlockUtils] Extract branch inverting to a separate method.Apr 21 2023, 5:20 AM
This revision was landed with ongoing or failed builds.Apr 21 2023, 5:44 AM
Closed by commit rG9d7785b2e995: [BasicBlockUtils][NFCI] Extract branch inverting to a separate method (authored by mkazantsev). · Explain Why
This revision was automatically updated to reflect the committed changes.
{ } not needed.