[all-commits] [llvm/llvm-project] 2c09e9: [MVT] Add missing floating point types for 1024/20...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Thu Jun 25 14:15:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c09e910545950f966d282a5d567ae85c8976252
      https://github.com/llvm/llvm-project/commit/2c09e910545950f966d282a5d567ae85c8976252
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2020-06-25 (Thu, 25 Jun 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:
  -----------
  [MVT] Add missing floating point types for 1024/2048-bit vectors.

Summary:
This patch adds entries for:
  v64f16
  v128f16
  v64bf16
  v128bf16
  v32f64

Subscribers: dschuff, hiraditya, aheejin, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list