[PATCH] D127787: [TableGen][X86] Emit memory operand size table

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 22:53:52 PDT 2022


Amir updated this revision to Diff 437040.
Amir added a comment.
Herald added a subscriber: hiraditya.

Extend `X86MemOperand` with `Size` field.
Only process `X86MemOperand`s in `GET_INSTRINFO_MEM_OPERAND_SIZE`.
Make i8mem_NOREX inherit from X86MemOperand.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127787

Files:
  llvm/lib/Target/X86/X86InstrInfo.td
  llvm/utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127787.437040.patch
Type: text/x-patch
Size: 7738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220615/1c1b85a9/attachment.bin>


More information about the llvm-commits mailing list