[PATCH] D123230: [UnifyLoopExits] Reduce number of guard blocks

Brendon Cahoon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 9 14:44:01 PDT 2022


bcahoon updated this revision to Diff 421757.
bcahoon added a comment.

Messed up the last revision by including another patch. This hopefully fixes it. The only new change is an additional test case, three_loops, added to test/Transforms/UnifyLoopExits/reduce_guards.ll


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

https://reviews.llvm.org/D123230

Files:
  llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
  llvm/test/Transforms/UnifyLoopExits/reduce_guards.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123230.421757.patch
Type: text/x-patch
Size: 18423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220409/3819ee31/attachment.bin>


More information about the llvm-commits mailing list