This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2e490a [X86] Add the v4i32 flavor test-case for pr30371 new 7e2ade4 AMDGPU: Add instruction definitions for VGPR indexing
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/AMDGPU.td | 18 ++++++-- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 2 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 +++++ lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 5 +++ .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 27 ++++++++++- lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 5 ++- lib/Target/AMDGPU/SIDefines.h | 9 ++++ lib/Target/AMDGPU/SIInstructions.td | 4 ++ lib/Target/AMDGPU/SOPInstructions.td | 52 +++++++++++++++++++++- lib/Target/AMDGPU/VOP1Instructions.td | 2 +- test/MC/AMDGPU/sop1.s | 8 +++- test/MC/AMDGPU/sopc-err.s | 10 +++++ test/MC/AMDGPU/sopc.s | 16 +++++++ test/MC/AMDGPU/sopp.s | 16 ++++++- 14 files changed, 172 insertions(+), 12 deletions(-) create mode 100644 test/MC/AMDGPU/sopc-err.s