This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX11] Add validation of constant bus limitations for VOPD
ClosedPublic

Authored by dp on Sep 14 2022, 11:13 AM.

Diff Detail

Event Timeline

dp created this revision.Sep 14 2022, 11:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 11:13 AM
dp requested review of this revision.Sep 14 2022, 11:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 11:13 AM
rampitec accepted this revision.Sep 14 2022, 1:57 PM

LGTM with a nit.

llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
3502

Could you please move 'continue' onto a separate line?

This revision is now accepted and ready to land.Sep 14 2022, 1:57 PM
dp added inline comments.Sep 14 2022, 2:27 PM
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
3502

Sure, thanks!

This revision was landed with ongoing or failed builds.Sep 15 2022, 6:38 AM
This revision was automatically updated to reflect the committed changes.