[PATCH] D97747: [LoopUnrollRuntime] Add option to unroll loops with at most two exit/exiting blocks.

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 16:41:32 PST 2021


Whitney created this revision.
Whitney added reviewers: Meinersbur, bmahjour, reames, fhahn.
Whitney added a project: LLVM.
Herald added subscribers: zzheng, hiraditya.
Whitney requested review of this revision.
Herald added a subscriber: llvm-commits.

Add option `-unroll-runtime-at-most-two-exits` to allow runtime unrolling for loops with at most two exit/exiting blocks.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97747

Files:
  llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  llvm/test/Transforms/LoopUnroll/runtime-loop-at-most-two-exits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97747.327321.patch
Type: text/x-patch
Size: 9758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210302/87e410b9/attachment.bin>


More information about the llvm-commits mailing list