[PATCH] D18158: Adding ability to unroll loops using epilogue remainder.
Evgeny Stupachenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 02:18:03 PDT 2016
evstupac updated this revision to Diff 52183.
evstupac added a comment.
Tried to minimize UseEpilogRemainder condition blocks.
The change affect tests (which I have not updated yet). If you agree the change is better solution, I'll update tests.
Repository:
rL LLVM
http://reviews.llvm.org/D18158
Files:
include/llvm/Transforms/Utils/UnrollLoop.h
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
test/Transforms/LoopUnroll/AArch64/runtime-loop.ll
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll
test/Transforms/LoopUnroll/X86/mmx.ll
test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/runtime-loop2.ll
test/Transforms/LoopUnroll/runtime-loop4.ll
test/Transforms/LoopUnroll/runtime-loop5.ll
test/Transforms/LoopUnroll/tripcount-overflow.ll
test/Transforms/LoopUnroll/unroll-cleanup.ll
test/Transforms/LoopUnroll/unroll-pragmas.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18158.52183.patch
Type: text/x-patch
Size: 46749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/17648a40/attachment-0001.bin>
More information about the llvm-commits
mailing list