[PATCH] D78316: [GlobalISel] Introduce InlineAsmLowering class

Konstantin Schwarz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 11:41:36 PDT 2020


kschwarz created this revision.
kschwarz added reviewers: arsenm, dsanders, aemerson, volkan, t.p.northover, paquette.
Herald added subscribers: hiraditya, rovka, mgorny, wdng.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78316

Files:
  llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
  llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
  llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
  llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/lib/Target/AArch64/AArch64Subtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78316.258107.patch
Type: text/x-patch
Size: 10493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200416/74b59857/attachment.bin>


More information about the llvm-commits mailing list