[PATCH] D108107: [LoopFlatten] Fix overflow check

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 09:27:50 PDT 2021


RosieSumpter updated this revision to Diff 366660.
RosieSumpter added a comment.

- Added check that GEP is used as address of store instruction
- Reversed logic in some places and removed GEPDominatesLatch




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

https://reviews.llvm.org/D108107

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108107.366660.patch
Type: text/x-patch
Size: 3975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210816/b02db37a/attachment.bin>


More information about the llvm-commits mailing list