[PATCH] D88392: [M68K] (Patch 6/8) MC supports and assembly

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 27 22:22:40 PDT 2020


myhsu created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
myhsu requested review of this revision.

1. (Rest of the) MC supports for M68K
2. AsmPrinter
3. Tests for this part


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88392

Files:
  llvm/lib/Target/M680x0/M680x0AsmPrinter.cpp
  llvm/lib/Target/M680x0/M680x0AsmPrinter.h
  llvm/lib/Target/M680x0/M680x0MCInstLower.cpp
  llvm/lib/Target/M680x0/M680x0MCInstLower.h
  llvm/test/CodeGen/M680x0/ASM/Alloc/dyn_alloca_aligned.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/add-with-overflow.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/add.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/divide-by-constant.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/imul.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/lshr.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/mul64.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/sdiv-exact.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/smul-with-overflow.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/sub-with-overflow.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/sub.ll
  llvm/test/CodeGen/M680x0/ASM/Arith/umul-with-overflow.ll
  llvm/test/CodeGen/M680x0/ASM/CConv/c-args-inreg.ll
  llvm/test/CodeGen/M680x0/ASM/CConv/c-args.ll
  llvm/test/CodeGen/M680x0/ASM/CConv/c-call.ll
  llvm/test/CodeGen/M680x0/ASM/CConv/fastcc-args.ll
  llvm/test/CodeGen/M680x0/ASM/CConv/fastcc-call.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/medium-pic.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/medium-pie-global-access.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/medium-pie.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/medium-static.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/small-pic.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/small-pie-global-access.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/small-pie.ll
  llvm/test/CodeGen/M680x0/ASM/CodeModel/small-static.ll
  llvm/test/CodeGen/M680x0/ASM/Control/cmp.ll
  llvm/test/CodeGen/M680x0/ASM/Control/long-setcc.ll
  llvm/test/CodeGen/M680x0/ASM/Control/setcc.ll
  llvm/test/CodeGen/M680x0/ASM/Std/varargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88392.294600.patch
Type: text/x-patch
Size: 77822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200928/8604c16e/attachment.bin>


More information about the llvm-commits mailing list