[PATCH] D41604: Add a pass to generate synthetic function entry counts.
Easwaran Raman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 16:59:40 PST 2018
eraman updated this revision to Diff 128685.
eraman marked an inline comment as done.
eraman added a comment.
Address David's 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.128685.patch
Type: text/x-patch
Size: 24332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180105/230af52d/attachment.bin>
More information about the llvm-commits
mailing list