OSDN Git Service

[MVT] Add missing floating point types for 1024/2048-bit vectors.
authorPaul Walker <paul.walker@arm.com>
Sun, 21 Jun 2020 04:17:40 +0000 (05:17 +0100)
committerPaul Walker <paul.walker@arm.com>
Thu, 25 Jun 2020 21:13:31 +0000 (21:13 +0000)
commit2c09e910545950f966d282a5d567ae85c8976252
treed018a0bb954e4ca0a1ab11b8c20e7554fa7ab5ae
parent5d65529e506c0aa5b9f97217c3e968eab2507908
[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
llvm/include/llvm/CodeGen/ValueTypes.td
llvm/include/llvm/Support/MachineValueType.h
llvm/lib/CodeGen/ValueTypes.cpp
llvm/utils/TableGen/CodeGenTarget.cpp