This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 158b5b6e513 [SLPVectorizer] Add test related to SLP Throttling support, NFCI. new c89bf6fdf36 [AMDGPU] Implemented dwordx3 variants of buffer/tbuffer loa [...]
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: lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 - lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 - lib/Target/AMDGPU/BUFInstructions.td | 18 +++++-- lib/Target/AMDGPU/SIISelLowering.cpp | 63 ++++++++++++++++------ lib/Target/AMDGPU/SIISelLowering.h | 6 +++ lib/Target/AMDGPU/SIInstrInfo.td | 3 -- .../AMDGPU/llvm.amdgcn.buffer.load.dwordx3.ll | 60 +++++++++++++++++++++ .../AMDGPU/llvm.amdgcn.buffer.store.dwordx3.ll | 53 ++++++++++++++++++ .../AMDGPU/llvm.amdgcn.tbuffer.load.dwordx3.ll | 40 ++++++++++++++ .../AMDGPU/llvm.amdgcn.tbuffer.store.dwordx3.ll | 35 ++++++++++++ test/MC/AMDGPU/mtbuf.s | 6 +-- 11 files changed, 259 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.dwordx3.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.dwordx3.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.dwordx3.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.dwordx3.ll