[AMDGPU][NFC] Split MC tests into promoted from VOP1 to VOP3 and only VOP3
authorMirko Brkusanin <Mirko.Brkusanin@amd.com>
Tue, 1 Nov 2022 15:32:55 +0000 (16:32 +0100)
committerMirko Brkusanin <Mirko.Brkusanin@amd.com>
Wed, 2 Nov 2022 11:30:23 +0000 (12:30 +0100)
commit093200fd00ff5d3a615410ce66d666467629a10b
tree8e1ac58b97131a1798a63716d1f1034c5e4e8671
parent7e1963b1917f533d4283da43a8d016e2138c9cf6
[AMDGPU][NFC] Split MC tests into promoted from VOP1 to VOP3 and only VOP3

Differential Revision: https://reviews.llvm.org/D136149
12 files changed:
llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s [new file with mode: 0644]
llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1.s [new file with mode: 0644]
llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1.s [new file with mode: 0644]
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt [new file with mode: 0644]
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt [new file with mode: 0644]
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt [new file with mode: 0644]