[PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 09:24:48 PDT 2016
danielcdh updated this revision to Diff 76055.
danielcdh marked 21 inline comments as done.
danielcdh added a comment.
Herald added a subscriber: anna.
Thanks for the review!
https://reviews.llvm.org/D22778
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/LoopUtils.h
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopSink.cpp
lib/Transforms/Scalar/Scalar.cpp
test/Transforms/LICM/loopsink.ll
test/Transforms/LICM/sink.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22778.76055.patch
Type: text/x-patch
Size: 26381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/a0f73f91/attachment.bin>
More information about the llvm-commits
mailing list