[PATCH] D110305: [TableGen] Allow targets to entirely ignore Psets for registers
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 08:03:01 PDT 2021
cdevadas updated this revision to Diff 374545.
cdevadas edited the summary of this revision.
cdevadas added a comment.
Since we liberate the psets for registers now, there is a possibility that targets might skip them entirely.
That shouldn't happen. Added a fatal error to ensure that at least one Pset is generated for the target.
Also, included relevant tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110305/new/
https://reviews.llvm.org/D110305
Files:
llvm/test/TableGen/bare-minimum-psets.td
llvm/test/TableGen/empty-psets.td
llvm/utils/TableGen/CodeGenRegisters.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110305.374545.patch
Type: text/x-patch
Size: 3854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/dc0f020f/attachment.bin>
More information about the llvm-commits
mailing list