[PATCH] D78318: [GlobalISel][InlineAsm] Add support for basic output operand constraints

Konstantin Schwarz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 03:45:05 PDT 2020


kschwarz updated this revision to Diff 259848.
kschwarz marked 2 inline comments as done.
kschwarz added a comment.

Hoist call to getRegisterInfo() and create local variable. Fix a few clangTidy issues


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78318/new/

https://reviews.llvm.org/D78318

Files:
  llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
  llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-inline-asm.ll
  llvm/test/CodeGen/AArch64/GlobalISel/translate-inline-asm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78318.259848.patch
Type: text/x-patch
Size: 26086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200424/e30c7da0/attachment-0001.bin>


More information about the llvm-commits mailing list