This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 261eb1f Use isFunctionHotInCallGraph to set the function section prefix. new 69af69a [MetaRenamer] Don't rename library functions. new f62637a Set the prof weight correctly for call instructions in DeadAr [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/Instruction.h | 3 +++ lib/IR/Instruction.cpp | 9 +++++++++ lib/Transforms/IPO/DeadArgumentElimination.cpp | 6 ++++++ lib/Transforms/Utils/MetaRenamer.cpp | 17 ++++++++++++++--- test/Transforms/DeadArgElim/call_profile.ll | 22 ++++++++++++++++++++++ test/Transforms/MetaRenamer/metarenamer.ll | 15 +++++++++++++++ 6 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/DeadArgElim/call_profile.ll