[PATCH] D98535: [M68k] Add more specific operand classes

Ricky Taylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 12:19:09 PST 2021


ricky26 created this revision.
ricky26 added a reviewer: myhsu.
Herald added a subscriber: hiraditya.
ricky26 published this revision for review.
ricky26 added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

@myhsu I've put together this stack for my assembler/disassembler implementation. I'd very much appreciate any help finding other appropriate reviewers!

Hopefully all the patches other than the final implementations should be pretty uncontroversial. :)


This change adds an operand class for each addressing mode, which can then
be used as part of the assembler to match instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98535

Files:
  llvm/lib/Target/M68k/M68kInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98535.330303.patch
Type: text/x-patch
Size: 11114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/f3ef7758/attachment.bin>


More information about the llvm-commits mailing list