[all-commits] [llvm/llvm-project] dccf5c: [M68k] Support for inline asm operands w/ simple c...

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Thu May 20 14:01:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dccf5c7dfb9e68f8750947f5c10ad3227cd92b50
      https://github.com/llvm/llvm-project/commit/dccf5c7dfb9e68f8750947f5c10ad3227cd92b50
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
    M clang/lib/Basic/Targets/M68k.cpp
    M clang/lib/Basic/Targets/M68k.h
    A clang/test/Sema/inline-asm-validate-m68k.c
    M llvm/lib/Target/M68k/M68kAsmPrinter.cpp
    M llvm/lib/Target/M68k/M68kAsmPrinter.h
    M llvm/lib/Target/M68k/M68kISelLowering.cpp
    M llvm/lib/Target/M68k/M68kISelLowering.h
    A llvm/test/CodeGen/M68k/inline-asm.ll

  Log Message:
  -----------
  [M68k] Support for inline asm operands w/ simple constraints

This patch adds supports for inline assembly operands and some simple
operand constraints, including register and constant operands.

Differential Revision: https://reviews.llvm.org/D102585




More information about the All-commits mailing list