[all-commits] [llvm/llvm-project] c5fa6b: [VE] Add vector float instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Oct 27 04:42:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c5fa6bae12ff01b34698abd0f7431c4450daece0
      https://github.com/llvm/llvm-project/commit/c5fa6bae12ff01b34698abd0f7431c4450daece0
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/VEInstrVec.td
    A llvm/test/MC/VE/VCVD.s
    A llvm/test/MC/VE/VCVS.s
    A llvm/test/MC/VE/VFAD.s
    A llvm/test/MC/VE/VFCM.s
    A llvm/test/MC/VE/VFCP.s
    A llvm/test/MC/VE/VFDV.s
    A llvm/test/MC/VE/VFIX.s
    A llvm/test/MC/VE/VFIXX.s
    A llvm/test/MC/VE/VFLT.s
    A llvm/test/MC/VE/VFLTX.s
    A llvm/test/MC/VE/VFMAD.s
    A llvm/test/MC/VE/VFMP.s
    A llvm/test/MC/VE/VFMSB.s
    A llvm/test/MC/VE/VFNMAD.s
    A llvm/test/MC/VE/VFNMSB.s
    A llvm/test/MC/VE/VFSB.s
    A llvm/test/MC/VE/VFSQRT.s
    A llvm/test/MC/VE/VRCP.s
    A llvm/test/MC/VE/VRSQRT.s
    A llvm/test/MC/VE/VRSQRTNEX.s

  Log Message:
  -----------
  [VE] Add vector float instructions

Add VFAD/VFSB/VFMP/VFDV/VFSQRT/VFCP/VFCM/VFMAD/VFMSB/VFNMAD/VFNMSB/
VRCP/VRSQRT/VRSQRTNEX/VFIX/VFIXX/VFLT/VFLTX/VCVS/VCVD instructions.
Add regression tests too.  Also add additional AsmParser for VFIX
and VFIXX instructions to parse their mnemonic.

Reviewed By: simoll

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




More information about the All-commits mailing list