[PATCH] D131003: [TableGen][CodeEmitterGen] Add the capability to match sub-operands by name.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 11:17:01 PDT 2022
jyknight created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
jyknight requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I'm not super-happy with the syntax for this...suggestions welcome.
Use the new capability to allow ARM and AArch64 to no longer require
any positional operand matching.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131003
Files:
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/ARM/ARMInstrThumb2.td
llvm/utils/TableGen/CodeEmitterGen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131003.449352.patch
Type: text/x-patch
Size: 6918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/4a93d947/attachment-0001.bin>
More information about the llvm-commits
mailing list