This is an archive of the discontinued LLVM Phabricator instance.

[IRCE][NFC] Rename fields of InductiveRangeCheck
ClosedPublic

Authored by mkazantsev on Oct 30 2017, 4:30 AM.

Details

Summary

Rename Offset, Scale, Length into Begin, Step, End respectively
to make naming of similar entities for Ranges and Range Checks more
consistent.

Diff Detail

Repository
rL LLVM

Event Timeline

mkazantsev created this revision.Oct 30 2017, 4:30 AM
reames accepted this revision.Oct 30 2017, 10:40 AM

LGTM

This revision is now accepted and ready to land.Oct 30 2017, 10:40 AM
This revision was automatically updated to reflect the committed changes.