[all-commits] [llvm/llvm-project] b60404: [VE] Support floating-point arithmetic instruction...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Jun 8 06:59:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b60404a666fb87682141bc58af489ddd7c07e20c
      https://github.com/llvm/llvm-project/commit/b60404a666fb87682141bc58af489ddd7c07e20c
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VERegisterInfo.td
    A llvm/test/MC/VE/FADD.s
    A llvm/test/MC/VE/FCMP.s
    A llvm/test/MC/VE/FDIV.s
    A llvm/test/MC/VE/FMAXMIN.s
    A llvm/test/MC/VE/FMUL.s
    A llvm/test/MC/VE/FSUB.s

  Log Message:
  -----------
  [VE] Support floating-point arithmetic instructions in MC layer

Summary:
Add regression tests of asmparser, mccodeemitter, and disassembler for
floating-point arithmetic instructions.  Add FADDQ, FSUBQ, FMULQ, and
FCMPQ instructions and F128 register class too.

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




More information about the All-commits mailing list