Add new vector types for 192-bit, 348-bit and 512-bit sizes.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Jul 2009 23:05:09 +0000 (23:05 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Jul 2009 23:05:09 +0000 (23:05 +0000)
commit28eff96ee6a22c67baccc36ebd369b7e3aa0cd41
treea64fe35b3924b079478ecc43b25b52133f444189
parent226b60827eb6483685772bdcf8d0856925f794b6
Add new vector types for 192-bit, 348-bit and 512-bit sizes.
These are needed to represent ARM Neon struct datatypes containing 2, 3 or 4
separate vectors.

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