[PATCH] D137950: [AMDGPU][MC][NFC] Rename VOP3 VOPC test files

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 07:21:16 PST 2022


Joe_Nash created this revision.
Joe_Nash added reviewers: dp, mbrkusanin, foad.
Herald added subscribers: kosarev, kerbowa, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
Joe_Nash requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

D136149 <https://reviews.llvm.org/D136149> and D136148 <https://reviews.llvm.org/D136148> renamed the MC test files for VOP3 promoted from VOP1 and
VOP2 in a consistent way. Do the same for VOP3 coming from VOPC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137950

Files:
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3c_dpp16.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3c_dpp8.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3cx_dpp16.s
  llvm/test/MC/AMDGPU/gfx11_asm_vop3cx_dpp8.s
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp16.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp8.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp16.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp8.txt



More information about the llvm-commits mailing list