[PATCH] D125498: [AMDGPU] gfx11 scalar alu instructions

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 07:16:22 PDT 2022


Joe_Nash updated this revision to Diff 430050.
Joe_Nash marked an inline comment as done.
Joe_Nash added a comment.

added parser error tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125498/new/

https://reviews.llvm.org/D125498

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
  llvm/lib/Target/AMDGPU/SIDefines.h
  llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/SOPInstructions.td
  llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  llvm/test/MC/AMDGPU/gfx11_asm_scalar.s
  llvm/test/MC/AMDGPU/gfx11_err.s
  llvm/test/MC/AMDGPU/sopk-err.s
  llvm/test/MC/AMDGPU/sopk.s
  llvm/test/MC/AMDGPU/sopp-err.s
  llvm/test/MC/AMDGPU/sopp-gfx11.s
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt



More information about the llvm-commits mailing list