This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add `parseSymbolName` that doesn't take an attribute list
ClosedPublic

Authored by Mogball on Oct 25 2022, 9:29 AM.

Details

Summary

This patch adds a version of parseSymbolName and
parseOptionalSymbolName to AsmParser that don't take an attribute name
and attribute list.

Diff Detail

Event Timeline

Mogball created this revision.Oct 25 2022, 9:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 9:29 AM
Mogball requested review of this revision.Oct 25 2022, 9:29 AM
rriddle accepted this revision.Oct 25 2022, 10:20 AM

Much nicer!

This revision is now accepted and ready to land.Oct 25 2022, 10:20 AM