[all-commits] [llvm/llvm-project] abe9ae: [TableGen] Extract functions to resolve arguments ...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Mon Jul 10 20:29:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abe9ae6d414e2b729f320626245e03b8bbde6143
https://github.com/llvm/llvm-project/commit/abe9ae6d414e2b729f320626245e03b8bbde6143
Author: wangpc <wangpengcheng.pp at bytedance.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/lib/TableGen/TGParser.cpp
M llvm/lib/TableGen/TGParser.h
Log Message:
-----------
[TableGen] Extract functions to resolve arguments [nfc]
The code to resolve class/multiclass arguments are similar, we
extract them to `resolveArguments`s to simplify code.
Reviewed By: tra, reames
Differential Revision: https://reviews.llvm.org/D154065
More information about the All-commits
mailing list