This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Extract functions to resolve arguments [nfc]
ClosedPublic

Authored by wangpc on Jun 29 2023, 4:47 AM.

Details

Summary

The code to resolve class/multiclass arguments are similar, we
extract them to resolveArgumentss to simplify code.

Diff Detail

Event Timeline

wangpc created this revision.Jun 29 2023, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 4:47 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
wangpc requested review of this revision.Jun 29 2023, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 4:47 AM
tra accepted this revision.Jun 29 2023, 12:21 PM
This revision is now accepted and ready to land.Jun 29 2023, 12:21 PM
wangpc updated this revision to Diff 536096.Jun 29 2023, 8:50 PM

Fix comments.

reames retitled this revision from [NFC][TableGen] Extract functions to resolve arguments to [TableGen] Extract functions to resolve arguments [nfc].Jun 30 2023, 9:10 AM
reames accepted this revision.Jul 5 2023, 12:35 PM

LGTM as well.

This revision was landed with ongoing or failed builds.Jul 10 2023, 8:29 PM
This revision was automatically updated to reflect the committed changes.