We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9e7fc commit 811538eCopy full SHA for 811538e
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
@@ -5234,7 +5234,7 @@ bool AMDGPUAsmParser::validateAGPRLdSt(const MCInst &Inst) const {
5234
5235
bool AMDGPUAsmParser::validateVGPRAlign(const MCInst &Inst) const {
5236
auto FB = getFeatureBits();
5237
- if (!FB[AMDGPU::FeatureGFX90AInsts] && !FB[AMDGPU::FeatureGFX1250Insts])
+ if (!FB[AMDGPU::FeatureRequiresAlignedVGPRs])
5238
return true;
5239
5240
unsigned Opc = Inst.getOpcode();
0 commit comments