[PATCH] D19553: Unroll pass restructure.

Evgeny Stupachenko via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 16:16:26 PDT 2016


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

Here the version committed.
Added BEInsns var which represents number of optimized instructions when "back edge" becomes "fall through". It replaced constant "2" used for this in all calculations.


http://reviews.llvm.org/D19553

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Transforms/Utils/UnrollLoop.h
  lib/Transforms/Scalar/LoopUnrollPass.cpp
  lib/Transforms/Utils/LoopUnroll.cpp
  test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19553.58854.patch
Type: text/x-patch
Size: 28295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/4fde2ee9/attachment.bin>


More information about the llvm-commits mailing list