[all-commits] [llvm/llvm-project] 58b810: [VE] Support fixed-point operation instructions in...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Jun 5 02:57:13 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/MC/VE/ADD.s
    A llvm/test/MC/VE/CMP.s
    A llvm/test/MC/VE/DIV.s
    A llvm/test/MC/VE/MAXMIN.s
    A llvm/test/MC/VE/MUL.s
    A llvm/test/MC/VE/SUB.s

  Log Message:
  -----------
  [VE] Support fixed-point operation instructions in MC layer

Summary:
Add regression tests of asmparser, mccodeemitter, and disassembler for
fixed-point operation instructions.  In order to support them, we add
MImm parser to asmparser.  Also add a new MPD instruction which is one
of multiply instructions.

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




More information about the All-commits mailing list