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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 16 16:02:16 PDT 2019


craig.topper updated this revision to Diff 191003.
craig.topper added a comment.
Herald added a project: LLVM.

Extend to cover VPCMP as well. Use TSFlags to make some of the printing decisions rather than switching on the enum. I think this should be better than the jump tables that switching on the enum would require.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59398

Files:
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  lib/Target/X86/Disassembler/X86Disassembler.cpp
  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
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrXOP.td
  test/MC/X86/avx512-encodings.s
  test/tools/llvm-mca/X86/BdVer2/resources-xop.s
  test/tools/llvm-mca/X86/Generic/resources-xop.s
  utils/TableGen/X86RecognizableInstr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59398.191003.patch
Type: text/x-patch
Size: 70523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190316/dfd04ace/attachment.bin>


More information about the llvm-commits mailing list