1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[AMDGPU] Remove obsolete special case for 1024-bit vector types. NFC.

This commit is contained in:
Jay Foad 2020-04-22 09:05:24 +01:00
parent e3845d5641
commit 3f338fc717

View File

@ -10665,8 +10665,7 @@ SITargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
break;
case 1024:
RC = &AMDGPU::AReg_1024RegClass;
// v32 types are not legal but we support them here.
return std::make_pair(0U, RC);
break;
}
break;
}