[PATCH] D36309: [LoopUnroll] Enable option to unroll remainder loop

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 05:45:44 PDT 2017


samparker updated this revision to Diff 110180.
samparker retitled this revision from "[LoopUnroll] Enable option to peel remainder loop" to "[LoopUnroll] Enable option to unroll remainder loop".
samparker edited the summary of this revision.
samparker added a comment.

Now unrolling the loop instead of peeling.


https://reviews.llvm.org/D36309

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Transforms/Utils/UnrollLoop.h
  lib/Transforms/Scalar/LoopUnrollPass.cpp
  lib/Transforms/Utils/LoopUnroll.cpp
  lib/Transforms/Utils/LoopUnrollRuntime.cpp
  test/Transforms/LoopUnroll/runtime-unroll-remainder.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36309.110180.patch
Type: text/x-patch
Size: 11200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170808/3cb7817b/attachment.bin>


More information about the llvm-commits mailing list