[PATCH] D18158: Adding ability to unroll loops using epilogue remainder.

Evgeny Stupachenko via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 15:30:29 PDT 2016


evstupac removed rL LLVM as the repository for this revision.
evstupac updated this revision to Diff 52300.
evstupac added a comment.

Tests updated.
Comments at UseEpilogRemainder if-then-else united to shorten modified code.


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.52300.patch
Type: text/x-patch
Size: 46581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/28aef1f1/attachment.bin>


More information about the llvm-commits mailing list