[all-commits] [llvm/llvm-project] b87dc3: [TableGen] Delete support for deprecated positiona...
James Y Knight via All-commits
all-commits at lists.llvm.org
Tue Mar 7 12:04:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b87dc35669929ed29838cc7006c25ef9fa84e6f6
https://github.com/llvm/llvm-project/commit/b87dc35669929ed29838cc7006c25ef9fa84e6f6
Author: James Y Knight <jyknight at google.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M llvm/include/llvm/Target/Target.td
R llvm/test/TableGen/InsufficientPositionalOperands.td
M llvm/test/TableGen/MissingOperandField.td
M llvm/utils/TableGen/CodeEmitterGen.cpp
M llvm/utils/TableGen/DecoderEmitter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list