This is an archive of the discontinued LLVM Phabricator instance.

[IRCE][NFC] Rename IndVarNext to IndVarBase
ClosedPublic

Authored by mkazantsev on Aug 9 2017, 4:01 AM.

Details

Summary

Renaming as a preparation step to generalizing IRCE for comparison not only against
the next value of an indvar, but also against the current.

Diff Detail

Repository
rL LLVM

Event Timeline

mkazantsev created this revision.Aug 9 2017, 4:01 AM
anna accepted this revision.Aug 9 2017, 12:12 PM

LGTM. FWIW, these sort of changes can be checked in without precommit approval.

This revision is now accepted and ready to land.Aug 9 2017, 12:12 PM
This revision was automatically updated to reflect the committed changes.