[PATCH] D105802: [LoopFlatten] Fix missed LoopFlatten opportunity

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 10:11:22 PDT 2021


RosieSumpter updated this revision to Diff 362081.
RosieSumpter edited the summary of this revision.
RosieSumpter added a comment.

Other patches have refactored parts of LoopFlatten's code to use SCEV and Loop instead of pattern matching (see https://reviews.llvm.org/D106580 <https://reviews.llvm.org/D106580> and https://reviews.llvm.org/D106256 <https://reviews.llvm.org/D106256>) so this diff has been updated to be on top of these changes.


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

https://reviews.llvm.org/D105802

Files:
  llvm/lib/Transforms/Scalar/LoopFlatten.cpp
  llvm/test/Transforms/LoopFlatten/loop-flatten-negative.ll
  llvm/test/Transforms/LoopFlatten/loop-flatten.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105802.362081.patch
Type: text/x-patch
Size: 9404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210727/3f16dae8/attachment.bin>


More information about the llvm-commits mailing list