aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2025-07-17 14:45:26 -0700
committerGitHub <noreply@github.com>2025-07-17 14:45:26 -0700
commit25619c406ee2590f7b18364a5c88c7492bba3508 (patch)
treeb4cde03cc1e876767d3ba0beb1bce280791748ad /llvm/lib
parent6b29ee9d9a8dc6eaf1f47b4d66b4c569e00a112f (diff)
downloadllvm-25619c406ee2590f7b18364a5c88c7492bba3508.zip
llvm-25619c406ee2590f7b18364a5c88c7492bba3508.tar.gz
llvm-25619c406ee2590f7b18364a5c88c7492bba3508.tar.bz2
[AMDGPU] Remove unused VGLOBAL_Real_AllAddr_gfx12. NFC. (#149398)
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/FLATInstructions.td7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/AMDGPU/FLATInstructions.td b/llvm/lib/Target/AMDGPU/FLATInstructions.td
index ff57a12..c84962b 100644
--- a/llvm/lib/Target/AMDGPU/FLATInstructions.td
+++ b/llvm/lib/Target/AMDGPU/FLATInstructions.td
@@ -2947,13 +2947,6 @@ multiclass VFLAT_Real_AllAddr_gfx12<bits<8> op,
defm _SADDR : VFLAT_Real_gfx12<op, name>;
}
-multiclass VGLOBAL_Real_AllAddr_gfx12<bits<8> op,
- string name = get_FLAT_ps<NAME>.Mnemonic,
- string alias = name> :
- VFLAT_Real_Base_gfx12<op, name, alias> {
- defm _SADDR : VFLAT_Real_gfx12<op, name>;
-}
-
multiclass VGLOBAL_Real_AllAddr_gfx1200<bits<8> op> {
let AssemblerPredicate = isGFX12Not12_50 in {
defm "" : VFLAT_Real_gfx12<op>;