Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
authorBob Wilson <bob.wilson@apple.com>
Tue, 11 Aug 2009 01:14:02 +0000 (01:14 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 11 Aug 2009 01:14:02 +0000 (01:14 +0000)
commit61fc4cf7aa0b87ceab62082cee8ef5ce3f574ffc
tree6c361f43f73aad64e12ee591fe48a1a42169edb4
parent1c5cf1b3785c4e6dcd0b8549008861cb2c4e49ee
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
arguments that are vectors of any size and element type.

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