[PATCH] D47682: [X86] NFC Refactor some code in InstPrinters

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 3 02:19:44 PDT 2018


GBuella created this revision.
GBuella added a reviewer: craig.topper.
Herald added subscribers: llvm-commits, mgorny.

Bringing some come duplicated in the AT&T and the Intel printers
into a common parent class.


Repository:
  rL LLVM

https://reviews.llvm.org/D47682

Files:
  lib/Target/X86/InstPrinter/CMakeLists.txt
  lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
  lib/Target/X86/InstPrinter/X86InstPrinterCommon.cpp
  lib/Target/X86/InstPrinter/X86InstPrinterCommon.h
  lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
  lib/Target/X86/InstPrinter/X86IntelInstPrinter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47682.149624.patch
Type: text/x-patch
Size: 23500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180603/0841da93/attachment.bin>


More information about the llvm-commits mailing list