[PATCH] D154065: [NFC][TableGen] Extract functions to resolve arguments
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 04:47:24 PDT 2023
wangpc created this revision.
wangpc added reviewers: tra, michaelmaitland, craig.topper, nhaehnle, Paul-C-Anagnostopoulos, reames, jrtc27.
Herald added a subscriber: hiraditya.
Herald added a project: All.
wangpc requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The code to resolve class/multiclass arguments are similar, we
extract them to `resolveArguments`s to simplify code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154065
Files:
llvm/lib/TableGen/TGParser.cpp
llvm/lib/TableGen/TGParser.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154065.535723.patch
Type: text/x-patch
Size: 9230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230629/79bacc16/attachment.bin>
More information about the llvm-commits
mailing list