[PATCH] D81053: [LoopUnroll] Allow loops with multiple exiting blocks where loop latch is not necessary one of them.

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 10:25:39 PDT 2020


Whitney updated this revision to Diff 268249.
Whitney added a comment.

Obtain `ContinueOnTrue` and `LoopExit` before modifying loop latch branch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81053

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81053.268249.patch
Type: text/x-patch
Size: 10665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200603/476fa7f3/attachment.bin>


More information about the llvm-commits mailing list