This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c8509b508f [ThinLTO] Remove unnecessary include of Linker.h (NFC) new bba5503eed7 [InstCombine] Teach foldSelectICmpAndOr to recognize (selec [...] new 5715184cc4c [Hexagon] Fix typo in a testcase new dad6e61ce7f [AMDGPU] Add intrinsics for tbuffer load and store
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/IR/IntrinsicsAMDGPU.td | 27 ++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 48 +++ lib/Target/AMDGPU/BUFInstructions.td | 411 +++++++++++++++++---- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 18 + lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 126 +++++-- lib/Target/AMDGPU/SIInstrInfo.td | 45 ++- lib/Transforms/InstCombine/InstCombineSelect.cpp | 49 ++- test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll | 38 +- test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.ll | 109 ++++++ test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.ll | 110 ++++++ test/CodeGen/AMDGPU/merge-store-crash.ll | 4 +- test/CodeGen/AMDGPU/merge-store-usedef.ll | 4 +- test/CodeGen/AMDGPU/mubuf.ll | 8 +- test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 18 +- test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 9 +- test/CodeGen/Hexagon/duplex-addi-global-imm.mir | 2 +- test/MC/AMDGPU/mtbuf.s | 36 ++ test/MC/Disassembler/AMDGPU/mtbuf_vi.txt | 22 ++ .../InstCombine/select-with-bitwise-ops.ll | 19 +- 22 files changed, 943 insertions(+), 168 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.ll create mode 100644 test/MC/AMDGPU/mtbuf.s create mode 100644 test/MC/Disassembler/AMDGPU/mtbuf_vi.txt