This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db74b76ab5d [X86][SSE] combineTruncateWithSat - use truncateVectorWithP [...] new f751ac3a9c3 Revert "[CodeGen] Move printing '\n' from MachineInstr::pri [...] new b0f8fe52832 [ThinLTO] Add GraphTraits for FunctionSummaries
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/ModuleSummaryIndex.h | 154 +++++++++++++++++++++++- lib/CodeGen/MachineBasicBlock.cpp | 1 - lib/CodeGen/MachineInstr.cpp | 2 + lib/CodeGen/MachineScheduler.cpp | 17 +-- lib/CodeGen/ScheduleDAGInstrs.cpp | 1 - lib/IR/ModuleSummaryIndex.cpp | 24 ++++ lib/LTO/LTO.cpp | 7 ++ lib/Target/AArch64/AArch64CollectLOH.cpp | 44 +++---- lib/Transforms/IPO/FunctionImport.cpp | 2 +- test/ThinLTO/X86/module_summary_graph_traits.ll | 58 +++++++++ 10 files changed, 267 insertions(+), 43 deletions(-) create mode 100644 test/ThinLTO/X86/module_summary_graph_traits.ll