A slightly more efficient way to get constant, we avoid resolving in getSCEV and excessive
invocations, and we don't create a ConstantInt if 'true' branch is taken.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34672
[IRCE][NFC] Better get SCEV for 1 in calculateSubRanges ClosedPublic Authored by mkazantsev on Jun 27 2017, 2:01 AM.
Details Summary A slightly more efficient way to get constant, we avoid resolving in getSCEV and excessive
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 27 2017, 2:04 AM Closed by commit rL306503: [IRCE][NFC] Better get SCEV for 1 in calculateSubRanges (authored by mkazantsev). · Explain WhyJun 27 2017, 9:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104347 llvm/trunk/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
|