This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d777c335fd [SystemZ] Improve instruction selection of 64 bit shifts a [...] new 5fc1c8d59b3 [PruneEH] Don't split musttail call from ret new 2b32e0123f5 [SampleProfile] Repeat indirect call promotion only when th [...] new 85027ee6560 [SimplifyCFG] Don't split musttail call from ret
The 3 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: lib/Transforms/IPO/PruneEH.cpp | 3 ++- lib/Transforms/IPO/SampleProfile.cpp | 3 +++ lib/Transforms/Utils/Local.cpp | 2 +- test/Transforms/PruneEH/musttail.ll | 15 +++++++++++ .../SampleProfile/Inputs/cold-indirect-call.prof | 6 +++++ .../Transforms/SampleProfile/cold-indirect-call.ll | 31 ++++++++++++++++++++++ test/Transforms/SimplifyCFG/noreturn-call.ll | 22 +++++++++++++-- 7 files changed, 78 insertions(+), 4 deletions(-) create mode 100644 test/Transforms/PruneEH/musttail.ll create mode 100644 test/Transforms/SampleProfile/Inputs/cold-indirect-call.prof create mode 100644 test/Transforms/SampleProfile/cold-indirect-call.ll