This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Improved diagnostics message for sym/expr operands
ClosedPublic

Authored by dp on Nov 25 2020, 3:11 AM.

Details

Summary

Improved diagnostics message for operands which may be specified as either a 'macro' or an expression.

See bug 48295

Diff Detail

Event Timeline

dp created this revision.Nov 25 2020, 3:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2020, 3:11 AM
dp requested review of this revision.Nov 25 2020, 3:11 AM
rampitec accepted this revision.Nov 25 2020, 10:16 AM

LGTM with a nit.

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

"a hwreg macro".

This revision is now accepted and ready to land.Nov 25 2020, 10:16 AM
This revision was automatically updated to reflect the committed changes.