[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 Aug 18 14:46:27 PDT 2016
danielcdh updated this revision to Diff 68615.
danielcdh marked 16 inline comments as done.
danielcdh added a comment.
update
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
lib/Transforms/Utils/SimplifyInstructions.cpp
test/Transforms/LICM/loopsink.ll
test/Transforms/LICM/sink.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22778.68615.patch
Type: text/x-patch
Size: 29578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/c767eb41/attachment.bin>
More information about the llvm-commits
mailing list