[all-commits] [llvm/llvm-project] ad1c46: [X86] Remove printanymem/printopaquemem from the I...

topperc via All-commits all-commits at lists.llvm.org
Mon Jun 15 09:46:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ad1c46c3c0bfe90f97d8c401ed8f8260897d1857
      https://github.com/llvm/llvm-project/commit/ad1c46c3c0bfe90f97d8c401ed8f8260897d1857
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h
    M llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.h
    M llvm/lib/Target/X86/X86InstrInfo.td

  Log Message:
  -----------
  [X86] Remove printanymem/printopaquemem from the InstPrinters. Just tell tablegen to printMemReference directly. NFC

Most of the wrappers exist to print the memory size in Intel syntax
and then call the printMemReference. But printanymem/printopaquemem
don't print anything extra in Intel syntax so just drop them.




More information about the All-commits mailing list