This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fd80ac525b [llvm-ar] Simplify and make two global variables static. NFC new dfe2edfdcb9 [ThinLTO] Import virtual method with single implementation [...] new 2078d8cdd74 [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
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/CodeGen/TargetFrameLowering.h | 10 +-- lib/Target/AArch64/AArch64FrameLowering.h | 2 +- lib/Target/AMDGPU/AMDGPUFrameLowering.cpp | 6 +- lib/Target/AMDGPU/AMDGPUFrameLowering.h | 2 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +-- lib/Target/AMDGPU/R600FrameLowering.h | 6 +- lib/Target/AMDGPU/SIFrameLowering.h | 6 +- lib/Target/AMDGPU/SIISelLowering.cpp | 14 ++-- lib/Target/ARC/ARCFrameLowering.h | 4 +- lib/Target/ARM/ARMSubtarget.cpp | 4 +- lib/Target/ARM/ARMSubtarget.h | 4 +- lib/Target/AVR/AVRFrameLowering.cpp | 3 +- lib/Target/BPF/BPFFrameLowering.h | 2 +- lib/Target/Hexagon/HexagonFrameLowering.h | 2 +- lib/Target/Lanai/LanaiFrameLowering.h | 2 +- lib/Target/MSP430/MSP430FrameLowering.h | 3 +- lib/Target/Mips/MipsAsmPrinter.cpp | 2 +- lib/Target/Mips/MipsFrameLowering.h | 5 +- lib/Target/Mips/MipsSubtarget.cpp | 15 ++--- lib/Target/Mips/MipsSubtarget.h | 8 +-- lib/Target/Mips/MipsTargetMachine.cpp | 16 +++-- lib/Target/NVPTX/NVPTXFrameLowering.cpp | 2 +- lib/Target/PowerPC/PPCSubtarget.cpp | 2 +- lib/Target/PowerPC/PPCSubtarget.h | 10 +-- lib/Target/RISCV/RISCVFrameLowering.h | 2 +- lib/Target/Sparc/SparcFrameLowering.cpp | 3 +- lib/Target/SystemZ/SystemZFrameLowering.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyFrameLowering.h | 2 +- lib/Target/X86/X86FrameLowering.cpp | 4 +- lib/Target/X86/X86FrameLowering.h | 2 +- lib/Target/X86/X86Subtarget.cpp | 11 ++-- lib/Target/X86/X86Subtarget.h | 8 +-- lib/Target/X86/X86TargetMachine.cpp | 8 +-- lib/Target/XCore/XCoreFrameLowering.cpp | 2 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 77 ++++++++++++---------- .../ThinLTO/X86/Inputs/devirt_single_hybrid_bar.ll | 58 ++++++++++++++++ .../ThinLTO/X86/Inputs/devirt_single_hybrid_foo.ll | 35 ++++++++++ test/ThinLTO/X86/devirt_single_hybrid.ll | 55 ++++++++++++++++ unittests/CodeGen/MachineInstrTest.cpp | 2 +- 39 files changed, 286 insertions(+), 123 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/devirt_single_hybrid_bar.ll create mode 100644 test/ThinLTO/X86/Inputs/devirt_single_hybrid_foo.ll create mode 100644 test/ThinLTO/X86/devirt_single_hybrid.ll