This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a83daa1f6a0 Disable detect_leaks in the ASanified build of LLVM when us [...] new 02ef0610a9e Revert r319691: [globalisel][tablegen] Split atomic load/st [...]
The 1 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: .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 2 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 -- include/llvm/CodeGen/TargetOpcodes.def | 6 - include/llvm/Target/GenericOpcodes.td | 22 -- .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 22 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 - lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 32 -- lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 + lib/Target/AArch64/AArch64LegalizerInfo.cpp | 8 - lib/Target/ARM/ARMInstructionSelector.cpp | 6 + lib/Target/X86/X86InstructionSelector.cpp | 5 + test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 20 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 12 +- .../GlobalISel/legalize-atomic-load-store.mir | 91 ----- .../AArch64/GlobalISel/select-atomic-load.mir | 431 --------------------- test/TableGen/GlobalISelEmitter.td | 2 + utils/TableGen/GlobalISelEmitter.cpp | 131 ++----- 17 files changed, 99 insertions(+), 742 deletions(-) delete mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-atomic-load-store.mir delete mode 100644 test/CodeGen/AArch64/GlobalISel/select-atomic-load.mir