[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 2fa17cdd7a
commit 7318625674
1 changed files with 1 additions and 2 deletions

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;
}