This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ddb8b4 [X86] PR27502: Fix the LEA optimization pass. new 3ca62aa [AMDGPU] Assembler: basic support for SDWA instructions
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/AsmParser/AMDGPUAsmParser.cpp | 112 ++++++++++++ .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 47 +++++ lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 5 + lib/Target/AMDGPU/SIDefines.h | 23 +-- lib/Target/AMDGPU/SIInstrFormats.td | 24 +-- lib/Target/AMDGPU/SIInstrInfo.td | 198 +++++++++++++++++---- lib/Target/AMDGPU/SIInstructions.td | 8 +- lib/Target/AMDGPU/VIInstrFormats.td | 55 ++++++ test/MC/AMDGPU/vop_sdwa.s | 40 +++++ 9 files changed, 454 insertions(+), 58 deletions(-) create mode 100644 test/MC/AMDGPU/vop_sdwa.s