[PATCH] D108760: [M68k] Add parsing support for more operand types

Ricky Taylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 05:25:50 PDT 2021


ricky26 created this revision.
ricky26 added reviewers: myhsu, jrtc27, RKSimon.
Herald added a subscriber: hiraditya.
ricky26 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fixes PR49862.

This adds parsing support for the remaining address modes:

- address register indirect w/ index (with size & scale)
- memory indirect (pre- & post-indexed)

Some of these are not supported by codegen yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108760

Files:
  llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp
  llvm/test/MC/M68k/instructions.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108760.368856.patch
Type: text/x-patch
Size: 17686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210826/ad4c8021/attachment.bin>


More information about the llvm-commits mailing list