Extract complex logic of Binary Operator's strengthen to a separate
method in order to reuse it
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143562
[SimplifyIndVar][NFC] Refactor Binary Operator's strengthen ClosedPublic Authored by aleksandr.popov on Feb 8 2023, 2:17 AM.
Details Summary Extract complex logic of Binary Operator's strengthen to a separate
Diff Detail
Event Timelinealeksandr.popov added reviewers: mkazantsev, apilipenko, nikic, lebedev.ri, fhahn.Feb 8 2023, 2:19 AM This revision is now accepted and ready to land.Feb 9 2023, 2:10 AM Closed by commit rG79d2c26f89e1: [SimplifyIndVar][NFC] Refactor Binary Operator's flag strengthening (authored by mkazantsev). · Explain WhyFeb 10 2023, 12:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496351 llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
|