[PATCH] D123864: [LoopPeel][NFC] Exit early if there is no room for peeling

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 23:12:56 PDT 2022


ikudrin updated this revision to Diff 424383.
ikudrin marked an inline comment as done.
ikudrin added a comment.

- Update the comment.
- Remove checking for `!UnrollPeelMaxCount` because a similar condition is anyway checked in line 397.


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

https://reviews.llvm.org/D123864

Files:
  llvm/lib/Transforms/Utils/LoopPeel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123864.424383.patch
Type: text/x-patch
Size: 4606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/a959eed3/attachment.bin>


More information about the llvm-commits mailing list