[all-commits] [llvm/llvm-project] b82ce7: [X86] Support avx512fp16 compare instructions in t...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Aug 15 22:55:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b82ce77b2bf49ee3f032859535fe3f081cea0331
      https://github.com/llvm/llvm-project/commit/b82ce77b2bf49ee3f032859535fe3f081cea0331
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
    M llvm/test/MC/Disassembler/X86/avx512fp16.txt
    M llvm/test/MC/Disassembler/X86/avx512fp16vl.txt
    M llvm/test/MC/X86/intel-syntax-avx512fp16.s
    M llvm/test/MC/X86/intel-syntax-avx512fp16vl.s

  Log Message:
  -----------
  [X86] Support avx512fp16 compare instructions in the IntelInstPrinter.

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.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D108093




More information about the All-commits mailing list