[all-commits] [llvm/llvm-project] 04a65d: Revert D134638 "[Clang][LoongArch] Add inline asm ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Sep 29 00:55:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04a65d62a0c67da0ee383c8f1d74dea6d8b83a7e
      https://github.com/llvm/llvm-project/commit/04a65d62a0c67da0ee383c8f1d74dea6d8b83a7e
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M clang/lib/Basic/Targets/LoongArch.cpp
    M clang/lib/Basic/Targets/LoongArch.h
    M clang/test/CodeGen/LoongArch/inline-asm-constraints.c
    M llvm/include/llvm/IR/InlineAsm.h
    M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
    M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.h
    M llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp
    M llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h
    M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
    M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
    R llvm/test/CodeGen/LoongArch/inline-asm-constraint-ZB.ll
    R llvm/test/CodeGen/LoongArch/inline-asm-constraint-ZC.ll
    R llvm/test/CodeGen/LoongArch/inline-asm-constraint-k.ll
    R llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll

  Log Message:
  -----------
  Revert D134638 "[Clang][LoongArch] Add inline asm support for constraints k/m/ZB/ZC"

This reverts commit b7baddc7557e5c35a0f6a604a134d849265a99d4.

Broke CodeGen/X86/callbr-asm-kill.mir
We shall pay attention when adding new constraints.




More information about the All-commits mailing list