[all-commits] [llvm/llvm-project] 1d1c1f: [VE] Add new MVT types for NEC SX Aurora VE vector

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Thu Oct 8 20:08:01 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/utils/TableGen/CodeGenTarget.cpp

  Log Message:
  -----------
  [VE] Add new MVT types for NEC SX Aurora VE vector

This patch adds entries for:
    v64i64
    v128i64
    v256i64
    v64f64
    v128f64
    v256f64

Reviewed By: simoll

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




More information about the All-commits mailing list