[PATCH] D143529: [M68k] Add support for basic memory constraints in inline asm

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 14:47:20 PST 2023


myhsu created this revision.
myhsu added reviewers: 0x59616e, RKSimon, nickdesaulniers.
Herald added a subscriber: hiraditya.
Herald added a project: All.
myhsu requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

This patch adds support for 'm', 'Q', and 'U' memory constraints.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143529

Files:
  clang/lib/Basic/Targets/M68k.cpp
  clang/test/Sema/inline-asm-validate-m68k.c
  llvm/lib/Target/M68k/M68kAsmPrinter.cpp
  llvm/lib/Target/M68k/M68kAsmPrinter.h
  llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp
  llvm/lib/Target/M68k/M68kISelLowering.cpp
  llvm/lib/Target/M68k/M68kISelLowering.h
  llvm/lib/Target/M68k/MCTargetDesc/M68kBaseInfo.h
  llvm/test/CodeGen/M68k/inline-asm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143529.495647.patch
Type: text/x-patch
Size: 13538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230207/a05ee971/attachment-0001.bin>


More information about the llvm-commits mailing list