[PATCH] D142079: [TableGen] Support custom decoders for variable length instructions
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 22 22:58:52 PST 2023
myhsu updated this revision to Diff 491239.
myhsu marked 2 inline comments as done.
myhsu added a comment.
- Pull `getCustomCoders` out of anonymous namespace
- Report a fatal error if a `encoder` or `decoder` directive is not followed by a function name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142079/new/
https://reviews.llvm.org/D142079
Files:
llvm/include/llvm/Target/Target.td
llvm/test/TableGen/VarLenDecoder.td
llvm/utils/TableGen/DecoderEmitter.cpp
llvm/utils/TableGen/VarLenCodeEmitterGen.cpp
llvm/utils/TableGen/VarLenCodeEmitterGen.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142079.491239.patch
Type: text/x-patch
Size: 8065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/222ff555/attachment.bin>
More information about the llvm-commits
mailing list