This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d019e86 Enable FeatureFlatForGlobal on Volcanic Islands new 6549be4 [SystemZ] Fix some Clang-tidy modernize and Include What You [...] new 5acaea1 Revert rL292621. Caused some internal build bot failures in apple. new e8e3365 AMDGPU: Remove spurious out branches after a kill
The 3 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/CodeGen/RegisterCoalescer.cpp | 171 ------------- lib/Target/AMDGPU/SIInsertSkips.cpp | 11 +- .../SystemZ/Disassembler/SystemZDisassembler.cpp | 8 +- .../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 25 +- .../SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 15 +- lib/Target/SystemZ/SystemZElimCompare.cpp | 45 ++-- lib/Target/SystemZ/SystemZInstrInfo.cpp | 41 ++- lib/Target/SystemZ/SystemZInstrInfo.h | 18 +- lib/Target/SystemZ/SystemZLongBranch.cpp | 61 +++-- lib/Target/SystemZ/SystemZMachineScheduler.h | 26 +- lib/Target/SystemZ/SystemZTargetMachine.cpp | 27 +- lib/Target/SystemZ/SystemZTargetMachine.h | 17 +- test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir | 40 +++ test/CodeGen/X86/pre-coalesce-2.ll | 281 --------------------- test/CodeGen/X86/pre-coalesce.ll | 51 ---- test/CodeGen/X86/pre-coalesce.mir | 122 --------- 16 files changed, 234 insertions(+), 725 deletions(-) create mode 100644 test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir delete mode 100644 test/CodeGen/X86/pre-coalesce-2.ll delete mode 100644 test/CodeGen/X86/pre-coalesce.ll delete mode 100644 test/CodeGen/X86/pre-coalesce.mir