This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add an AsmParserConfig class to start encapsulating parser options
AbandonedPublic

Authored by rriddle on May 25 2022, 9:32 PM.

Details

Reviewers
None
Summary

We are currently growing quite a few parameters to the various parser
commands, and more are to be added going forward. This commit
adds a new AsmParserConfig class to simplify method definitions, and
make it easier to inject information into the parser.

Diff Detail

Event Timeline

rriddle created this revision.May 25 2022, 9:32 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 25 2022, 9:32 PM
rriddle requested review of this revision.May 25 2022, 9:32 PM
rriddle planned changes to this revision.May 25 2022, 9:36 PM
rriddle requested review of this revision.May 30 2022, 10:49 PM
rriddle updated this revision to Diff 433015.
rriddle retitled this revision from WIP: [mlir] Add a ParserConfig class to start encapsulating parser options to [mlir] Add an AsmParserConfig class to start encapsulating parser options.
rriddle edited the summary of this revision. (Show Details)
rriddle abandoned this revision.Jun 2 2022, 12:58 AM