[llvm] 38f47d9 - [AMDGPU][MC][NFC] Rename VOP3 VOPC test files
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 10:27:57 PST 2022
Author: Joe Nash
Date: 2022-11-14T13:27:38-05:00
New Revision: 38f47d90dbab5a24bf5f96bf2141cd4c063158db
URL: https://github.com/llvm/llvm-project/commit/38f47d90dbab5a24bf5f96bf2141cd4c063158db
DIFF: https://github.com/llvm/llvm-project/commit/38f47d90dbab5a24bf5f96bf2141cd4c063158db.diff
LOG: [AMDGPU][MC][NFC] Rename VOP3 VOPC test files
D136149 and 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.
Reviewed By: dp
Differential Revision: https://reviews.llvm.org/D137950
Added:
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/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
Modified:
Removed:
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_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
################################################################################
diff --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3c_dpp16.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
similarity index 100%
rename from llvm/test/MC/AMDGPU/gfx11_asm_vop3c_dpp16.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
diff --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx_dpp16.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx.s
similarity index 100%
rename from llvm/test/MC/AMDGPU/gfx11_asm_vop3cx_dpp16.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx.s
diff --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3c_dpp8.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
similarity index 100%
rename from llvm/test/MC/AMDGPU/gfx11_asm_vop3c_dpp8.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
diff --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx_dpp8.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx.s
similarity index 100%
rename from llvm/test/MC/AMDGPU/gfx11_asm_vop3cx_dpp8.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx.s
diff --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
similarity index 100%
rename from llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
diff --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx.s
similarity index 100%
rename from llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx.s
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp16.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
similarity index 100%
rename from llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp16.txt
rename to llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp16.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
similarity index 100%
rename from llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp16.txt
rename to llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp8.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
similarity index 100%
rename from llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp8.txt
rename to llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp8.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
similarity index 100%
rename from llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp8.txt
rename to llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
similarity index 100%
rename from llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c.txt
rename to llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
similarity index 100%
rename from llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx.txt
rename to llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
More information about the llvm-commits
mailing list