[PATCH] D59398: [X86] Remove the _alt forms of XOP VPCOM and AVX512 VPCMP instructions. Use a combination of custom printing and custom parsing to achieve the same result and more

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 17 14:21:30 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356343: [X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59398?vs=191003&id=191045#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59398

Files:
  llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/trunk/lib/Target/X86/Disassembler/X86Disassembler.cpp
  llvm/trunk/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  llvm/trunk/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
  llvm/trunk/lib/Target/X86/InstPrinter/X86InstPrinterCommon.cpp
  llvm/trunk/lib/Target/X86/InstPrinter/X86InstPrinterCommon.h
  llvm/trunk/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
  llvm/trunk/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/lib/Target/X86/X86InstrXOP.td
  llvm/trunk/test/tools/llvm-mca/X86/BdVer2/resources-xop.s
  llvm/trunk/test/tools/llvm-mca/X86/Generic/resources-xop.s
  llvm/trunk/utils/TableGen/X86RecognizableInstr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59398.191045.patch
Type: text/x-patch
Size: 36029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190317/624deb9e/attachment.bin>


More information about the llvm-commits mailing list