[PATCH] D61962: [WIP][LoopUnroll] Add support for loops with exiting headers and uncond latches.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 13:49:19 PDT 2019
fhahn created this revision.
fhahn added a reviewer: efriedma.
Herald added subscribers: dmgreen, zzheng, hiraditya.
Herald added a project: LLVM.
Marked WIP as I still need to evaluate the impact on performance and
code size.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61962
Files:
llvm/lib/Transforms/Utils/LoopUnroll.cpp
llvm/test/Transforms/LoopUnroll/not-rotated.ll
llvm/test/Transforms/LoopUnroll/partially-unroll-unconditional-latch.ll
llvm/test/Transforms/LoopUnroll/unloop.ll
llvm/test/Transforms/LoopUnroll/unroll-unconditional-latch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61962.199675.patch
Type: text/x-patch
Size: 30205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/d292578b/attachment.bin>
More information about the llvm-commits
mailing list