This is an archive of the discontinued LLVM Phabricator instance.

[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
exposed function will be used in a subsequent change.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy updated this revision to Diff 23656.Apr 12 2015, 11:50 AM
sanjoy retitled this revision from to [SCEV] Refactor out isHighCostExpansion. NFCI..
sanjoy updated this object.
sanjoy edited the test plan for this revision. (Show Details)
sanjoy added reviewers: bogner, atrick.
sanjoy added a subscriber: Unknown Object (MLST).
atrick accepted this revision.Apr 13 2015, 12:43 AM
atrick edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 13 2015, 12:43 AM
This revision was automatically updated to reflect the committed changes.