[TableGen] Delete support for deprecated positional matching.
authorJames Y Knight <jyknight@google.com>
Wed, 8 Feb 2023 15:47:11 +0000 (10:47 -0500)
committerJames Y Knight <jyknight@google.com>
Tue, 7 Mar 2023 20:04:09 +0000 (15:04 -0500)
commitb87dc35669929ed29838cc7006c25ef9fa84e6f6
tree1487b731419732486a7118ad51cd46310d32eb8e
parent3ea4c5014da3a18b56fea3579bed72c649357f47
[TableGen] Delete support for deprecated positional matching.

After the work in a538d1f13a13 5351878ba196 372240dfe3d5, and
subsequently cleanup of all the in-tree targets, we can now delete the
support for positional operand matching!

This removes three options which could previously be set in a
Target's "InstrInfo" tablegen definition:
- useDeprecatedPositionallyEncodedOperands
- decodePositionallyEncodedOperands
- noNamedPositionallyEncodedOperands

(Also announced at https://discourse.llvm.org/t/tablegen-deleting-deprecated-positional-instruction-operand-matching-support/68524)

Differential Revision: https://reviews.llvm.org/D144210
llvm/include/llvm/Target/Target.td
llvm/test/TableGen/InsufficientPositionalOperands.td [deleted file]
llvm/test/TableGen/MissingOperandField.td
llvm/utils/TableGen/CodeEmitterGen.cpp
llvm/utils/TableGen/DecoderEmitter.cpp