[PATCH] D60803: [AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 16:30:03 PDT 2019


nickdesaulniers created this revision.
nickdesaulniers added reviewers: peter.smith, echristo.
Herald added subscribers: llvm-commits, jsji, kbarton, hiraditya, kristof.beyls, eraman, javed.absar, nemanjai.
Herald added a project: LLVM.

None of these derived classes do anything that the base class cannot.
If we remove these case statements, then the base class can handle them
just fine.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60803

Files:
  llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/test/CodeGen/ARM/inlineasm-output-template.ll
  llvm/test/CodeGen/Hexagon/inlineasm-output-template.ll
  llvm/test/CodeGen/PowerPC/inlineasm-output-template.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60803.195482.patch
Type: text/x-patch
Size: 5445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190416/80304b6b/attachment.bin>


More information about the llvm-commits mailing list