aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2025-08-12 12:37:07 -0700
committerGitHub <noreply@github.com>2025-08-12 12:37:07 -0700
commit35892345680b5176d34c9d0dfb65b1a7b39914af (patch)
treec6e768e08858fc81067fd087d4e249c8f7f5e32f /llvm/lib
parent1c7720ef78dc5eb9196d6c178afe03b60f201b78 (diff)
downloadllvm-35892345680b5176d34c9d0dfb65b1a7b39914af.zip
llvm-35892345680b5176d34c9d0dfb65b1a7b39914af.tar.gz
llvm-35892345680b5176d34c9d0dfb65b1a7b39914af.tar.bz2
[AMDGPU] Remove dead VOP1_Real_NO_DPP_OP_SEL_with_name. NFC. (#153245)
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/VOP1Instructions.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/AMDGPU/VOP1Instructions.td b/llvm/lib/Target/AMDGPU/VOP1Instructions.td
index b128207..26d0821 100644
--- a/llvm/lib/Target/AMDGPU/VOP1Instructions.td
+++ b/llvm/lib/Target/AMDGPU/VOP1Instructions.td
@@ -1058,11 +1058,6 @@ multiclass VOP1Only_Real_gfx11_gfx12<bits<9> op> :
multiclass VOP1_Real_FULL_gfx11_gfx12<bits<9> op> :
VOP1_Real_FULL<GFX11Gen, op>, VOP1_Real_FULL<GFX12Gen, op>;
-multiclass VOP1_Real_NO_DPP_OP_SEL_with_name<GFXGen Gen, bits<9> op,
- string opName, string asmName> :
- VOP1_Real_e32_with_name<Gen, op, opName, asmName>,
- VOP3_Real_with_name<Gen, {0, 1, 1, op{6-0}}, opName, asmName>;
-
multiclass VOP1_Real_FULL_t16_and_fake16_gfx1250<
bits<9> op, string asmName = !tolower(NAME), string opName = NAME> {
defm opName#"_t16" :