[PATCH] D24790: [LoopUnroll] Use the upper bound of the loop trip count to completely unroll loops

Haicheng Wu via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 09:04:01 PDT 2016


haicheng updated this revision to Diff 72293.
haicheng added a comment.
Herald added a subscriber: wdng.

Address the comments from Michael and Alexey.  Thank you very much.


Repository:
  rL LLVM

https://reviews.llvm.org/D24790

Files:
  include/llvm/Analysis/ScalarEvolution.h
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/CodeGen/BasicTTIImpl.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/LoopUnrollPass.h
  include/llvm/Transforms/Utils/UnrollLoop.h
  lib/Analysis/ScalarEvolution.cpp
  lib/Transforms/Scalar/LoopUnrollPass.cpp
  lib/Transforms/Utils/LoopUnroll.cpp
  test/CodeGen/AMDGPU/tti-unroll-prefs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24790.72293.patch
Type: text/x-patch
Size: 19404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160923/ff4f8953/attachment.bin>


More information about the llvm-commits mailing list