[PATCH] D39414: [IRCE][NFC] Rename fields of InductiveRangeCheck

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 04:30:40 PDT 2017


mkazantsev created this revision.

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


https://reviews.llvm.org/D39414

Files:
  lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  test/Transforms/IRCE/only-lower-check.ll
  test/Transforms/IRCE/only-upper-check.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39414.120797.patch
Type: text/x-patch
Size: 5760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171030/a6463755/attachment.bin>


More information about the llvm-commits mailing list