[PATCH] D40751: [ICP] Expose unconditional call promotion interface
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 14:48:15 PST 2017
mssimpso updated this revision to Diff 127032.
mssimpso marked 2 inline comments as done.
mssimpso edited the summary of this revision.
mssimpso added a comment.
Addressed David's comments. Thanks again!
- Restored the existing conditional call promotion interface.
https://reviews.llvm.org/D40751
Files:
include/llvm/Transforms/Utils/CallPromotionUtils.h
lib/Transforms/Utils/CallPromotionUtils.cpp
test/Transforms/PGOProfile/icp_covariant_call_return.ll
test/Transforms/PGOProfile/icp_covariant_invoke_return.ll
test/Transforms/PGOProfile/icp_invoke.ll
test/Transforms/PGOProfile/icp_invoke_nouse.ll
test/Transforms/PGOProfile/icp_vararg.ll
test/Transforms/PGOProfile/indirect_call_promotion.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40751.127032.patch
Type: text/x-patch
Size: 23524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171214/de871e29/attachment.bin>
More information about the llvm-commits
mailing list