diff options
author | Chia-hung Duan <chiahungduan@google.com> | 2022-05-25 19:21:48 +0000 |
---|---|---|
committer | Chia-hung Duan <chiahungduan@google.com> | 2022-05-25 19:29:29 +0000 |
commit | c088fbe7decce4409f81defcbb96841b0e78d861 (patch) | |
tree | 491ddbb69eee2eea3e7c44d663457e971c57ffb7 /llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp | |
parent | ef1ea5ac01332948c1fca260bba04110cf65f29b (diff) | |
download | llvm-c088fbe7decce4409f81defcbb96841b0e78d861.zip llvm-c088fbe7decce4409f81defcbb96841b0e78d861.tar.gz llvm-c088fbe7decce4409f81defcbb96841b0e78d861.tar.bz2 |
[mlir][PDLL] Allow numeric result indexing for unregistered op
If we don't specify the result index while matching operand with the
result of certain operation, it's supposed to match all the results of
the operation with the operand. For registered op, it's easy to do that
by either indexing with number or name. For unregistered op, this commit
enables the numeric result indexing for this use case.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D126330
Diffstat (limited to 'llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions