The code to resolve class/multiclass arguments are similar, we
extract them to resolveArgumentss to simplify code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154065
[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
Diff Detail
Event Timelinewangpc added a child revision: D154066: [NFC][TableGen] Refactor the implementation of arguments.Jun 29 2023, 4:50 AM This revision is now accepted and ready to land.Jun 29 2023, 12:21 PM 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 This revision was landed with ongoing or failed builds.Jul 10 2023, 8:29 PM Closed by commit rGabe9ae6d414e: [TableGen] Extract functions to resolve arguments [nfc] (authored by wangpc). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 538903 llvm/lib/TableGen/TGParser.h
llvm/lib/TableGen/TGParser.cpp
|