This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0884e6d64ed [DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugVa [...] new 83895b33cb2 [CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base [...] new 9ba9c03b671 [MachineScheduler] Add support for clustering mem ops with [...] new 43c0a6482a4 Fix build of r347741 by adding missing vector include to AR [...]
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: include/llvm/CodeGen/TargetInstrInfo.h | 12 +- include/llvm/Support/ARMTargetParser.h | 1 + lib/CodeGen/ImplicitNullChecks.cpp | 6 +- lib/CodeGen/MachinePipeliner.cpp | 28 ++-- lib/CodeGen/MachineScheduler.cpp | 34 +++-- lib/CodeGen/MachineSink.cpp | 9 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 169 +++++++++++++++++------- lib/Target/AArch64/AArch64InstrInfo.h | 15 +-- lib/Target/AArch64/AArch64StorePairSuppress.cpp | 6 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 77 ++++++----- lib/Target/AMDGPU/SIInstrInfo.h | 9 +- lib/Target/AMDGPU/SIMachineScheduler.cpp | 6 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 34 ++--- lib/Target/Hexagon/HexagonInstrInfo.h | 10 +- lib/Target/Hexagon/HexagonSubtarget.cpp | 13 +- lib/Target/Lanai/LanaiInstrInfo.cpp | 27 ++-- lib/Target/Lanai/LanaiInstrInfo.h | 12 +- lib/Target/X86/X86InstrInfo.cpp | 13 +- lib/Target/X86/X86InstrInfo.h | 6 +- test/CodeGen/AArch64/arm64-memset-inline.ll | 2 +- test/CodeGen/AArch64/cluster-frame-index.mir | 27 ++++ 21 files changed, 328 insertions(+), 188 deletions(-) create mode 100644 test/CodeGen/AArch64/cluster-frame-index.mir