[PATCH] D144271: [AMDGPU][MC] Enable modifiers on V_MOV_B32

Danilo Milosevic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 08:05:11 PST 2023


danilomilosevic created this revision.
danilomilosevic added reviewers: Joe_Nash, dp, Petar.Avramovic, mbrkusanin.
danilomilosevic added a project: LLVM.
Herald added subscribers: kosarev, foad, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: All.
danilomilosevic requested review of this revision.
Herald added a subscriber: wdng.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144271

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/lib/Target/AMDGPU/VOP1Instructions.td
  llvm/test/CodeGen/AMDGPU/dpp64_combine.mir
  llvm/test/CodeGen/AMDGPU/dpp_combine.mir
  llvm/test/CodeGen/AMDGPU/dpp_combine_gfx11.mir
  llvm/test/CodeGen/AMDGPU/inserted-wait-states.mir
  llvm/test/CodeGen/AMDGPU/remat-vop.mir
  llvm/test/CodeGen/AMDGPU/sdwa-peephole-instr-gfx10.mir
  llvm/test/CodeGen/AMDGPU/sdwa-peephole-instr.mir
  llvm/test/CodeGen/AMDGPU/sdwa-vop2-64bit.mir
  llvm/test/CodeGen/AMDGPU/vopc_dpp.mir
  llvm/test/CodeGen/AMDGPU/wqm.mir
  llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1.s
  llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
  llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
  llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
  llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144271.498380.patch
Type: text/x-patch
Size: 91364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230217/d4199d62/attachment.bin>


More information about the llvm-commits mailing list