[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
Wed Oct 12 13:33:52 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL284044: [LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop (authored by haicheng).

Changed prior to commit:
  https://reviews.llvm.org/D24790?vs=74259&id=74432#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24790

Files:
  llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
  llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
  llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/trunk/include/llvm/Transforms/Scalar.h
  llvm/trunk/include/llvm/Transforms/Scalar/LoopUnrollPass.h
  llvm/trunk/include/llvm/Transforms/Utils/UnrollLoop.h
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/trunk/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/trunk/test/Transforms/LoopUnroll/AArch64/full-unroll-trip-count-upper-bound.ll

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


More information about the llvm-commits mailing list