[PATCH] D41604: Add a pass to generate synthetic function entry counts.
Easwaran Raman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 17:39:16 PST 2018
eraman updated this revision to Diff 128588.
eraman added a comment.
Address review comments.
https://reviews.llvm.org/D41604
Files:
include/llvm/Analysis/SyntheticCountsUtils.h
include/llvm/IR/Function.h
include/llvm/IR/MDBuilder.h
include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
lib/Analysis/CMakeLists.txt
lib/Analysis/SyntheticCountsUtils.cpp
lib/IR/Function.cpp
lib/IR/MDBuilder.cpp
lib/IR/Verifier.cpp
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/SampleProfile.cpp
lib/Transforms/IPO/SyntheticCountsPropagation.cpp
test/Transforms/SyntheticCountsPropagation/initial.ll
test/Transforms/SyntheticCountsPropagation/prop.ll
test/Transforms/SyntheticCountsPropagation/scc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41604.128588.patch
Type: text/x-patch
Size: 25515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180104/2c14b16f/attachment.bin>
More information about the llvm-commits
mailing list