[AMDGPU][NFC] Split MC tests into promoted from VOP2 to VOP3 and only VOP3
authorMirko Brkusanin <Mirko.Brkusanin@amd.com>
Tue, 1 Nov 2022 15:22:45 +0000 (16:22 +0100)
committerMirko Brkusanin <Mirko.Brkusanin@amd.com>
Wed, 2 Nov 2022 11:30:23 +0000 (12:30 +0100)
commit7e1963b1917f533d4283da43a8d016e2138c9cf6
treec5e864d6d006181ebabcf48a6f74db921e2ca38f
parent9c05b7c06f0d0ed69ae9f9f8c581566357b235ad
[AMDGPU][NFC] Split MC tests into promoted from VOP2 to VOP3 and only VOP3

Differential Revision: https://reviews.llvm.org/D136148
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_vop2.s [new file with mode: 0644]
llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s [new file with mode: 0644]
llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.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_vop2.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_vop2.txt [new file with mode: 0644]
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt [new file with mode: 0644]