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

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 11:51:47 PDT 2021


RosieSumpter created this revision.
RosieSumpter added reviewers: SjoerdMeijer, fhahn, dmgreen.
Herald added subscribers: javed.absar, hiraditya.
RosieSumpter requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Replace pattern-matching with existing SCEV and Loop APIs as a more
robust way of identifying the loop increment and trip count.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106580

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106580.360912.patch
Type: text/x-patch
Size: 5156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210722/fcb1a4ef/attachment.bin>


More information about the llvm-commits mailing list