finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
authorChris Lattner <sabre@nondot.org>
Sun, 28 Mar 2010 08:43:23 +0000 (08:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Mar 2010 08:43:23 +0000 (08:43 +0000)
commitcaa8870fe09f5526e611434b6bb9f7040c7dfa60
tree57408dc2bc12bc10ea571429a1d5c0e6c09f0a3b
parent6269b6c9cb4542318ea37ab3f1587b0994103c47
finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
and those derived from them.  These are obnoxious because
they were written as: PatLeaf<(bitconvert).  Not having an
argument was foiling adding better type checking for operand
count matching up with what was required (in this case,
bitconvert always requires an operand!)

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