This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9669819 [GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD [...] new a354228 LTO: Hash type identifier resolutions for LowerTypeTests. new a58d2a9 LTO: Hash type identifier resolutions for WholeProgramDevirt.
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 | 4 + lib/LTO/LTO.cpp | 95 +++++++++++++++++++--- .../X86/Inputs/cache-typeid-resolutions-import.ll | 15 ++++ .../X86/Inputs/cache-typeid-resolutions1.ll} | 6 +- .../X86/Inputs/cache-typeid-resolutions2.ll | 10 +++ .../X86/Inputs/cache-typeid-resolutions3.ll | 15 ++++ test/ThinLTO/X86/cache-typeid-resolutions.ll | 47 +++++++++++ 7 files changed, 178 insertions(+), 14 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/cache-typeid-resolutions-import.ll copy test/{LTO/Resolution/X86/Inputs/link-odr-availextern-ae.ll => ThinLTO/X86/Inp [...] create mode 100644 test/ThinLTO/X86/Inputs/cache-typeid-resolutions2.ll create mode 100644 test/ThinLTO/X86/Inputs/cache-typeid-resolutions3.ll create mode 100644 test/ThinLTO/X86/cache-typeid-resolutions.ll