[PATCH] D110922: [LoopPeel] Peel loops with exits followed by an unreachable or deopt block

Dmitry Makogon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 00:26:16 PDT 2021


dmakogon updated this revision to Diff 382211.
dmakogon added a comment.

Rebase.

Updated name of the option which limits the maximum path length when checking whether a BB is followed by an unreachable or deoptimizing block.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110922

Files:
  llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/LoopPeel.cpp
  llvm/test/Transforms/LoopUnroll/peel-multiple-unreachable-exits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110922.382211.patch
Type: text/x-patch
Size: 8068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211026/d8a96327/attachment.bin>


More information about the llvm-commits mailing list