This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8d29d072c7 [ARM] sext of a load is free new 1ae2155dce9 [X86] Disable use of zmm registers for varargs musttail cal [...] new eb1f253790f [CostModel][X86][AArch64] Check all 3 cost kinds in aggregates.ll new 7f61636e257 [ThinLTO][AutoFDO] Fix memory corruption due to race condit [...] new 82e34f3e3dd [NFC][PowerPC] Add the test case shrink-wrap.mir and shrink [...]
The 4 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/ProfileData/SampleProf.h | 47 ++-------- lib/ProfileData/SampleProf.cpp | 2 - lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Transforms/IPO/SampleProfile.cpp | 75 ++++++++++++++- test/Analysis/CostModel/AArch64/aggregates.ll | 116 ++++++++++++++++++----- test/Analysis/CostModel/X86/aggregates.ll | 116 ++++++++++++++++++----- test/CodeGen/PowerPC/shrink-wrap.ll | 54 +++++++++++ test/CodeGen/PowerPC/shrink-wrap.mir | 130 ++++++++++++++++++++++++++ test/CodeGen/X86/musttail-fastcall.ll | 90 +++++++++++++++++- 9 files changed, 537 insertions(+), 95 deletions(-) create mode 100644 test/CodeGen/PowerPC/shrink-wrap.ll create mode 100644 test/CodeGen/PowerPC/shrink-wrap.mir