[PATCH] D80477: [LoopUnroll] Support loops with exiting block that is neither header nor latch.

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 08:38:57 PDT 2020


Whitney updated this revision to Diff 266218.
Whitney retitled this revision from "[LoopUnroll] Support loop with multiple exiting blocks" to "[LoopUnroll] Support loops with exiting block that is neither header nor latch.".
Whitney edited the summary of this revision.
Whitney added a comment.

As suggested, modified this patch to only remove one limitation: exiting block must be either header or latch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80477

Files:
  llvm/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/test/Transforms/LoopUnroll/nonlatchcondbr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80477.266218.patch
Type: text/x-patch
Size: 13494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200526/c42f6c66/attachment-0001.bin>


More information about the llvm-commits mailing list