[PATCH] D106580: [LoopFlatten] Use SCEV and Loop APIs to identify increment and trip count

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 05:23:57 PDT 2021


RosieSumpter updated this revision to Diff 361162.
RosieSumpter retitled this revision from "[LoopFlatten] Use SCEV and Loop APIs to identify increment and limit" to "[LoopFlatten] Use SCEV and Loop APIs to identify increment and trip count".
RosieSumpter edited the summary of this revision.
RosieSumpter added a comment.

- Removed assert on the number of incoming phi values
- Rename 'Limit' to 'TripCount' for consistency


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106580/new/

https://reviews.llvm.org/D106580

Files:
  llvm/lib/Transforms/Scalar/LoopFlatten.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106580.361162.patch
Type: text/x-patch
Size: 10749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210723/6363a31f/attachment.bin>


More information about the llvm-commits mailing list