Generalize many transforms to work on ~ of vectors in addition to ~ of
authorChris Lattner <sabre@nondot.org>
Fri, 15 Jun 2007 06:23:19 +0000 (06:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Jun 2007 06:23:19 +0000 (06:23 +0000)
commit7cbe2ebb212c5cacbe4771c75f0515c389a905e5
treeca02513019e9f38f66deb21222aed0df05fc21be
parent3dcf510ba143eba2755e18ffd7489ca12178ea49
Generalize many transforms to work on ~ of vectors in addition to ~ of
integer ops.  This implements Transforms/InstCombine/and-or-not.ll
test3/test4, and finishes off PR1510

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp