[PATCH] D67367: [LoopInterchange] Properly move condition, induction increment and ops to latch.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 05:54:58 PDT 2019


fhahn updated this revision to Diff 219529.
fhahn added a comment.

Add assertion that moved instructions do not have side-effects, update test checks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67367

Files:
  llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  llvm/test/Transforms/LoopInterchange/interchangeable.ll
  llvm/test/Transforms/LoopInterchange/perserve-lcssa.ll
  llvm/test/Transforms/LoopInterchange/phi-ordering.ll
  llvm/test/Transforms/LoopInterchange/pr43176-move-to-new-latch.ll
  llvm/test/Transforms/LoopInterchange/reductions-across-inner-and-outer-loop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67367.219529.patch
Type: text/x-patch
Size: 22942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190910/1412e002/attachment.bin>


More information about the llvm-commits mailing list