[PATCH] D125421: [TableGen] Add generation of argument register lists
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 14:11:13 PDT 2022
void created this revision.
void added reviewers: nhaehnle, thakis, nickdesaulniers, peterwaller-arm.
Herald added a project: All.
void requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
There are cases, like with -fzero-call-used-regs, where we need to know
which registers can be used by a certain calling convention. This change
generates a list of registers used by each calling convention defined in
*CallingConv.td.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125421
Files:
llvm/utils/TableGen/CallingConvEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125421.428778.patch
Type: text/x-patch
Size: 6675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/fccafb3f/attachment.bin>
More information about the llvm-commits
mailing list