[PATCH] D144210: [TableGen] Delete support for deprecated positional matching.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 11:36:51 PST 2023
jyknight created this revision.
jyknight added a reviewer: MaskRay.
Herald added a project: All.
jyknight requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
After the work in a538d1f13a13 <https://reviews.llvm.org/rGa538d1f13a1375c212c7018e36deab2cd896bf6e> 5351878ba196 <https://reviews.llvm.org/rG5351878ba1963a84600df3a9e907b458b0529851> 372240dfe3d5 <https://reviews.llvm.org/rG372240dfe3d5a933d9585663e15c4b6173ff23c8>, and
subsequently cleanup of all the in-tree targets, we can now delete the
support for positional operand matching!
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144210
Files:
llvm/include/llvm/Target/Target.td
llvm/test/TableGen/InsufficientPositionalOperands.td
llvm/test/TableGen/MissingOperandField.td
llvm/utils/TableGen/CodeEmitterGen.cpp
llvm/utils/TableGen/DecoderEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144210.498110.patch
Type: text/x-patch
Size: 17061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/b305c201/attachment.bin>
More information about the llvm-commits
mailing list