This change adds an option disable-lftr to be able to disable Linear Function Test Replace optimization.
By default option is off so current behavior is not changed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33979
[IndVars] Add an option to be able to disable LFTR ClosedPublic Authored by skatkov on Jun 7 2017, 12:20 AM.
Details Summary This change adds an option disable-lftr to be able to disable Linear Function Test Replace optimization.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 7 2017, 11:59 AM Closed by commit rL305055: [IndVars] Add an option to be able to disable LFTR (authored by skatkov). · Explain WhyJun 8 2017, 11:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 101994 llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
llvm/trunk/test/Transforms/IndVarSimplify/lftr_disabled.ll
|