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

Evgeny Stupachenko via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 16:02:46 PDT 2016


evstupac updated this revision to Diff 51084.
evstupac added a comment.

Updated according to latest comments:

1. Fix comments
2. Exclude unnecessary changes
3. Update iterators


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.51084.patch
Type: text/x-patch
Size: 45539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160318/9f13c7fe/attachment.bin>


More information about the llvm-commits mailing list