diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2025-08-31 10:07:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-31 10:07:44 +0300 |
commit | 06d758537d4c6db8857deeb0de53786767233492 (patch) | |
tree | 594028f9bc0c2476f8cca4e6e8afd8917f78d7c3 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 4a6435397ba587022ecafa772cd504b8659da2fb (diff) | |
download | llvm-06d758537d4c6db8857deeb0de53786767233492.zip llvm-06d758537d4c6db8857deeb0de53786767233492.tar.gz llvm-06d758537d4c6db8857deeb0de53786767233492.tar.bz2 |
[TableGen][Decoder] Remove special case of single sub-op dag (#156175)
If a custom operand has MIOperandInfo with >= 2 sub-operands, it is
required that either the operand or its sub-operands have a decoder
method (depending on usage). Require this for single sub-operand
operands as well, since there is no good reason not to.
There are no changes in the generated files.
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions