Move isHighCostExpansion from IndVarSimplify to SCEVExpander. This
exposed function will be used in a subsequent change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D8995
[SCEV] Refactor out isHighCostExpansion. NFCI. ClosedPublic Authored by sanjoy on Apr 12 2015, 11:50 AM.
Details Summary Move isHighCostExpansion from IndVarSimplify to SCEVExpander. This
Diff Detail
Event Timelinesanjoy updated this object. This revision is now accepted and ready to land.Apr 13 2015, 12:43 AM Closed by commit rL234844: [SCEV] Refactor out isHighCostExpansion. NFCI. (authored by sanjoy). · Explain WhyApr 13 2015, 8:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23711 llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h
llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
|