File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2755,7 +2755,7 @@ def int_amdgcn_global_atomic_fmax_num : AMDGPUAtomicRtn<llvm_anyfloat_ty>;
2755
2755
2756
2756
def int_amdgcn_atomic_cond_sub_u32 : AMDGPUAtomicRtn<llvm_i32_ty>;
2757
2757
2758
- class AMDGPULoadTr <LLVMType ptr_ty>:
2758
+ class AMDGPULoadIntrinsic <LLVMType ptr_ty>:
2759
2759
Intrinsic<
2760
2760
[llvm_any_ty],
2761
2761
[ptr_ty],
@@ -2775,7 +2775,7 @@ class AMDGPULoadTr<LLVMType ptr_ty>:
2775
2775
// <4 x half> @llvm.amdgcn.global.load.tr.v4f16(ptr addrspace(1)) -> global_load_tr_b128
2776
2776
// <4 x bfloat> @llvm.amdgcn.global.load.tr.v4bf16(ptr addrspace(1)) -> global_load_tr_b128
2777
2777
2778
- def int_amdgcn_global_load_tr : AMDGPULoadTr <global_ptr_ty>;
2778
+ def int_amdgcn_global_load_tr : AMDGPULoadIntrinsic <global_ptr_ty>;
2779
2779
2780
2780
//===----------------------------------------------------------------------===//
2781
2781
// Deep learning intrinsics.
You can’t perform that action at this time.
0 commit comments