Skip to content

Commit aa64a82

Browse files
authored
[AMDGPU] Rename AMDGPULoadTr intrinsic class. NFC. (#79394)
This class is not specific to "Tr"(Transpose). It is just for a normal load.
1 parent 5446902 commit aa64a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,7 @@ def int_amdgcn_global_atomic_fmax_num : AMDGPUAtomicRtn<llvm_anyfloat_ty>;
27552755

27562756
def int_amdgcn_atomic_cond_sub_u32 : AMDGPUAtomicRtn<llvm_i32_ty>;
27572757

2758-
class AMDGPULoadTr<LLVMType ptr_ty>:
2758+
class AMDGPULoadIntrinsic<LLVMType ptr_ty>:
27592759
Intrinsic<
27602760
[llvm_any_ty],
27612761
[ptr_ty],
@@ -2775,7 +2775,7 @@ class AMDGPULoadTr<LLVMType ptr_ty>:
27752775
// <4 x half> @llvm.amdgcn.global.load.tr.v4f16(ptr addrspace(1)) -> global_load_tr_b128
27762776
// <4 x bfloat> @llvm.amdgcn.global.load.tr.v4bf16(ptr addrspace(1)) -> global_load_tr_b128
27772777

2778-
def int_amdgcn_global_load_tr : AMDGPULoadTr<global_ptr_ty>;
2778+
def int_amdgcn_global_load_tr : AMDGPULoadIntrinsic<global_ptr_ty>;
27792779

27802780
//===----------------------------------------------------------------------===//
27812781
// Deep learning intrinsics.

0 commit comments

Comments
 (0)