Skip to content

Commit 6828917

Browse files
committed
AMDGPU: Remove a onn-existence wmma instruction from gfx1250
1 parent 868793f commit 6828917

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3710,7 +3710,6 @@ class AMDGPUWmmaIntrinsicModsAllDiff<LLVMType DstTy, LLVMType AB, LLVMType C> :
37103710
>;
37113711

37123712
defset list<Intrinsic> AMDGPUWMMAIntrinsicsGFX1250 = {
3713-
def int_amdgcn_wmma_f64_16x16x4_f64 : AMDGPUWmmaIntrinsicModsAll<llvm_anyfloat_ty, llvm_anyfloat_ty>;
37143713
def int_amdgcn_wmma_f32_16x16x4_f32 : AMDGPUWmmaIntrinsicModsAllReuse<llvm_anyfloat_ty, llvm_anyfloat_ty>;
37153714
def int_amdgcn_wmma_f32_16x16x32_bf16 : AMDGPUWmmaIntrinsicModsAllReuse<llvm_anyfloat_ty, llvm_anyfloat_ty>;
37163715
def int_amdgcn_wmma_f32_16x16x32_f16 : AMDGPUWmmaIntrinsicModsAllReuse<llvm_anyfloat_ty, llvm_anyfloat_ty>;

llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4689,7 +4689,6 @@ AMDGPURegisterBankInfo::getInstrMapping(const MachineInstr &MI) const {
46894689
case Intrinsic::amdgcn_swmmac_f32_16x16x32_fp8_bf8:
46904690
case Intrinsic::amdgcn_swmmac_f32_16x16x32_bf8_fp8:
46914691
case Intrinsic::amdgcn_swmmac_f32_16x16x32_bf8_bf8:
4692-
case Intrinsic::amdgcn_wmma_f64_16x16x4_f64:
46934692
case Intrinsic::amdgcn_wmma_f32_16x16x4_f32:
46944693
case Intrinsic::amdgcn_wmma_f32_16x16x32_bf16:
46954694
case Intrinsic::amdgcn_wmma_f32_16x16x32_f16:

0 commit comments

Comments
 (0)