[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
Tue Oct 11 08:28:28 PDT 2016
haicheng updated this revision to Diff 74259.
haicheng marked an inline comment as done.
haicheng added a comment.
Addressed more comments from Michael. I will commit tomorrow morning if no new comments coming today.
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/Transforms/LoopUnroll/AArch64/full-unroll-trip-count-upper-bound.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24790.74259.patch
Type: text/x-patch
Size: 21095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161011/5dd9ed8c/attachment-0001.bin>
More information about the llvm-commits
mailing list