This patch adds support for 'm', 'Q', and 'U' memory constraints.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Shoot. I mixed it up with my own one. I'm sorry.
I can't find any isseu in this patch and it LGTM. Thanks.
Paths
| Differential D143529
[M68k] Add support for basic memory constraints in inline asm ClosedPublic Authored by myhsu on Feb 7 2023, 2:47 PM.
Details Summary This patch adds support for 'm', 'Q', and 'U' memory constraints.
Diff Detail Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 7 2023, 2:47 PM myhsu added a parent revision: D143528: [M68k] Factoring out memory operand printer into a separate file.Feb 7 2023, 2:47 PM This revision now requires changes to proceed.Feb 28 2023, 7:24 PM Comment Actions Shoot. I mixed it up with my own one. I'm sorry. I can't find any isseu in this patch and it LGTM. Thanks. This revision is now accepted and ready to land.Feb 28 2023, 9:39 PM Closed by commit rG7335cd051370: [M68k] Add support for basic memory constraints in inline asm (authored by myhsu). · Explain WhyMar 8 2023, 1:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495647 clang/lib/Basic/Targets/M68k.cpp
clang/test/Sema/inline-asm-validate-m68k.c
llvm/lib/Target/M68k/M68kAsmPrinter.h
llvm/lib/Target/M68k/M68kAsmPrinter.cpp
llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp
llvm/lib/Target/M68k/M68kISelLowering.h
llvm/lib/Target/M68k/M68kISelLowering.cpp
llvm/lib/Target/M68k/MCTargetDesc/M68kBaseInfo.h
llvm/test/CodeGen/M68k/inline-asm.ll
|