OSDN Git Service

Add v4f16 to supported value types.
authorPete Cooper <peter_cooper@apple.com>
Thu, 3 Oct 2013 03:29:21 +0000 (03:29 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 3 Oct 2013 03:29:21 +0000 (03:29 +0000)
commitda750239bd1f02aef403baa4805805fb580e78e1
tree4b06bbe814b897b9e61a5fba8a1449ff3505a5e6
parent75a641c910adb9df1de015de41cbf02570677bf8
Add v4f16 to supported value types.

This is useful for some ARM intrinsics such as VCVTN which does a <4 x float> <-> <4 x half> conversion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191870 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/IR/Intrinsics.td
lib/IR/ValueTypes.cpp
utils/TableGen/CodeGenTarget.cpp