This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5af1d0751a2 GlobalISel: add some more sanity-checking to MachineInstrBu [...] new ef9aa5a6ad7 [NewPM/Inliner] Reduce threshold for cold callsites in the [...] new dbbccbae975 [CGP] add specialization for memcmp expansion with only one [...]
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: lib/Analysis/InlineCost.cpp | 31 +++++- lib/CodeGen/CodeGenPrepare.cpp | 42 ++++++- test/CodeGen/PowerPC/memcmp.ll | 16 +-- test/CodeGen/PowerPC/memcmpIR.ll | 28 ++--- test/CodeGen/X86/memcmp.ll | 88 +++++++-------- test/Transforms/CodeGenPrepare/X86/memcmp.ll | 123 ++++++--------------- ...old-callsite.ll => inline-cold-callsite-pgo.ll} | 0 test/Transforms/Inline/inline-cold-callsite.ll | 79 ++++++------- 8 files changed, 200 insertions(+), 207 deletions(-) copy test/Transforms/Inline/{inline-cold-callsite.ll => inline-cold-callsite-pgo.l [...]