[all-commits] [llvm/llvm-project] 120304: [GlobalISel] Introduce InlineAsmLowering class

Konstantin Schwarz via All-commits all-commits at lists.llvm.org
Mon Apr 20 06:10:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 12030494fce2aefa338f5bc33c19611e015003f2
      https://github.com/llvm/llvm-project/commit/12030494fce2aefa338f5bc33c19611e015003f2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    A llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
    M llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
    M llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    A llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h

  Log Message:
  -----------
  [GlobalISel] Introduce InlineAsmLowering class

Summary:
Similar to the CallLowering class used for lowering LLVM IR calls to MIR calls,
we introduce a separate class for lowering LLVM IR inline asm to MIR INLINEASM.

There is no functional change yet, all existing tests should pass.

Reviewers: arsenm, dsanders, aemerson, volkan, t.p.northover, paquette

Reviewed By: aemerson

Subscribers: gargaroff, wdng, mgorny, rovka, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list