Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.
authorBob Wilson <bob.wilson@apple.com>
Wed, 12 Aug 2009 22:30:59 +0000 (22:30 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 12 Aug 2009 22:30:59 +0000 (22:30 +0000)
commit36e3e668be0c4914660575d7cea800b0d51a4116
tree862ddfc10790f87566af81a841be00a951ed0fe8
parenta9ad04191cb56c42944b17980b8b2bb2afe11ab2
Add a new "SDTCisVec" SDTypeConstraint.  This complements the vAny type.
There have been a few times where I've wanted this but ended up leaving the
operand type unconstrained.  It is easy to add this now and should help
catch errors in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78849 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetSelectionDAG.td
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h