[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
Mon Sep 5 10:14:07 PDT 2022


jyknight updated this revision to Diff 458038.
jyknight added a comment.

Switch to allowing the user to assign names to suboperands in the
instruction's operand list.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131003/new/

https://reviews.llvm.org/D131003

Files:
  llvm/lib/TableGen/Record.cpp
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/ARM/ARMInstrThumb2.td
  llvm/utils/TableGen/CodeEmitterGen.cpp
  llvm/utils/TableGen/CodeGenInstruction.cpp
  llvm/utils/TableGen/CodeGenInstruction.h
  llvm/utils/TableGen/DecoderEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131003.458038.patch
Type: text/x-patch
Size: 13253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220905/65e59d22/attachment.bin>


More information about the llvm-commits mailing list