[PATCH] D60887: [AsmPrinter] refactor to support %c w/ GlobalAddress'

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 11:43:19 PDT 2019


This revision was automatically updated to reflect the committed changes.
nickdesaulniers marked an inline comment as done.
Closed by commit rL359337: [AsmPrinter] refactor to support %c w/ GlobalAddress' (authored by nickdesaulniers, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60887?vs=196669&id=196893#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60887

Files:
  llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  llvm/trunk/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp
  llvm/trunk/lib/Target/ARM/ARMAsmPrinter.h
  llvm/trunk/lib/Target/AVR/AVRAsmPrinter.cpp
  llvm/trunk/lib/Target/BPF/BPFAsmPrinter.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonAsmPrinter.cpp
  llvm/trunk/lib/Target/Lanai/LanaiAsmPrinter.cpp
  llvm/trunk/lib/Target/MSP430/MSP430AsmPrinter.cpp
  llvm/trunk/lib/Target/Mips/MipsAsmPrinter.cpp
  llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  llvm/trunk/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/trunk/lib/Target/Sparc/SparcAsmPrinter.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp
  llvm/trunk/lib/Target/X86/X86AsmPrinter.h
  llvm/trunk/lib/Target/XCore/XCoreAsmPrinter.cpp
  llvm/trunk/test/CodeGen/AArch64/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/ARM/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/BPF/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/Hexagon/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/Lanai/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/MSP430/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/Mips/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/NVPTX/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/PowerPC/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/SPARC/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/SystemZ/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/WebAssembly/inlineasm-output-template.ll
  llvm/trunk/test/CodeGen/X86/inline-asm-modifier-c.ll
  llvm/trunk/test/CodeGen/XCore/inlineasm-output-template.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60887.196893.patch
Type: text/x-patch
Size: 32662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190426/0b4688c0/attachment-0001.bin>


More information about the llvm-commits mailing list