[PATCH] D80544: [LoopUnroll] Simplify latch/header block handling (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 13:05:53 PDT 2020


fhahn updated this revision to Diff 266306.
fhahn added a comment.

Move ContinueOnTrue, LoopExit captures to explicit argument list. Also turned LoopExit into a bool (IsDestLoopExit), which makes it clear that this is always false in the Header case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80544

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80544.266306.patch
Type: text/x-patch
Size: 5348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200526/035c18fa/attachment.bin>


More information about the llvm-commits mailing list