This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66ded417a22 Fix a memory leak after rL341386. new 6da9a358852 [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions new e49253c0c11 [WebAssembly][NFC] Add colon to label in test
The 2 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/SIInstrInfo.cpp | 285 ++++++++++++++++++------ lib/Target/AMDGPU/SIInstrInfo.h | 6 + lib/Target/AMDGPU/SIInstrInfo.td | 8 + test/CodeGen/AMDGPU/mubuf-legalize-operands.ll | 230 +++++++++++++++++++ test/CodeGen/AMDGPU/mubuf-legalize-operands.mir | 239 ++++++++++++++++++++ test/CodeGen/WebAssembly/simd.ll | 2 +- 6 files changed, 702 insertions(+), 68 deletions(-) create mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.ll create mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.mir