[PATCH] D102585: [M68k] Support inline asm operands w/ simple constraints
Min-Yih Hsu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 16 13:27:03 PDT 2021
myhsu created this revision.
myhsu added reviewers: echristo, craig.topper.
Herald added a subscriber: hiraditya.
myhsu requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
This patch adds supports for inline assembly operands and some simple
operand constraints, including register and constant operands.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102585
Files:
clang/lib/Basic/Targets/M68k.cpp
clang/lib/Basic/Targets/M68k.h
clang/test/Sema/inline-asm-validate-m68k.c
llvm/lib/Target/M68k/M68kAsmPrinter.cpp
llvm/lib/Target/M68k/M68kAsmPrinter.h
llvm/lib/Target/M68k/M68kISelLowering.cpp
llvm/lib/Target/M68k/M68kISelLowering.h
llvm/test/CodeGen/M68k/inline-asm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102585.345725.patch
Type: text/x-patch
Size: 17102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210516/eb6328b3/attachment.bin>
More information about the cfe-commits
mailing list