This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0dfab7e362b [Hexagon] Run late copy propagation and dead code eliminati [...] new d9c395b630d [SLP] Fix for PR32086: Count InsertElementInstr of the same [...] new cd25118a7fc [ThinLTO] Add call edges' relative block frequency to per-m [...] new a2bac3d6138 [X86] Remove '(_REV)?' from a bunch of scheduler regular ex [...] new ca2c6a2a140 [X86] Adjust names of PINSRW/PEXTRW intructions between MMX [...] new cb6ecd40572 [X86] Fix some inconsistencies in the itineraries and Sched [...]
The 5 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/Bitcode/LLVMBitCodes.h | 5 + include/llvm/IR/ModuleSummaryIndex.h | 21 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 21 +- lib/Bitcode/Reader/BitcodeReader.cpp | 23 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 28 +- lib/Target/X86/X86InstrAVX512.td | 4 +- lib/Target/X86/X86InstrInfo.cpp | 6 +- lib/Target/X86/X86InstrMMX.td | 44 +- lib/Target/X86/X86InstrSSE.td | 20 +- lib/Target/X86/X86SchedBroadwell.td | 102 +++-- lib/Target/X86/X86SchedHaswell.td | 94 ++--- lib/Target/X86/X86SchedSandyBridge.td | 12 +- lib/Target/X86/X86SchedSkylakeClient.td | 102 +++-- lib/Target/X86/X86SchedSkylakeServer.td | 158 ++++--- lib/Target/X86/X86ScheduleZnver1.td | 14 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 468 +++++++++++++++------ .../thinlto-function-summary-callgraph-relbf.ll | 35 ++ test/CodeGen/X86/evex-to-vex-compress.mir | 6 +- test/CodeGen/X86/sse2-schedule.ll | 2 +- test/CodeGen/X86/sse41-schedule.ll | 2 +- test/MC/X86/x86_64-asm-match.s | 4 +- test/Transforms/SLPVectorizer/X86/PR32086.ll | 11 +- .../SLPVectorizer/X86/blending-shuffle.ll | 20 +- test/Transforms/SLPVectorizer/X86/hoist.ll | 17 +- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 + 25 files changed, 763 insertions(+), 457 deletions(-) create mode 100644 test/Bitcode/thinlto-function-summary-callgraph-relbf.ll