[PATCH] D52154: [LoopInterchange] Preserve LCSSA.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 12:06:02 PDT 2018


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

Updated tests to be in lcssa form where applicable. I used the output from opt -lcssa, which also added the predecessors. I think that's helpful, but I can also strip out those changes


https://reviews.llvm.org/D52154

Files:
  lib/Transforms/Scalar/LoopInterchange.cpp
  test/Transforms/LoopInterchange/interchangeable.ll
  test/Transforms/LoopInterchange/lcssa.ll
  test/Transforms/LoopInterchange/phi-ordering.ll
  test/Transforms/LoopInterchange/reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52154.167171.patch
Type: text/x-patch
Size: 26234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180926/b769bcd6/attachment.bin>


More information about the llvm-commits mailing list