[PATCH] D108093: [X86] Support avx512fp16 compare instructions in the IntelInstPrinter.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 15 12:51:53 PDT 2021


craig.topper created this revision.
craig.topper added reviewers: pengfei, LuoYuanke.
Herald added a subscriber: hiraditya.
craig.topper requested review of this revision.
Herald added a project: LLVM.

This enables printing of the mnemonics that contain the predicate
in the Intel printer. This requires accounting for the memory size
that is explicitly printed in Intel syntax. Those changes have been
synced to the ATT printer as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108093

Files:
  llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
  llvm/test/MC/Disassembler/X86/avx512fp16.txt
  llvm/test/MC/Disassembler/X86/avx512fp16vl.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108093.366521.patch
Type: text/x-patch
Size: 10445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210815/73f26a0a/attachment.bin>


More information about the llvm-commits mailing list