Implement the code for PowerPC/inverted-bool-compares.ll, even though it
authorChris Lattner <sabre@nondot.org>
Wed, 5 Oct 2005 06:11:08 +0000 (06:11 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Oct 2005 06:11:08 +0000 (06:11 +0000)
commit5c46f74ec78e73bc91785299a6877f45a7b2f1df
treeb7c349b5bcd093b7b1d0eefc7ba8bfba5021f8c4
parentd48050aa1509130871b8bb2453270c92b969c2e7
Implement the code for PowerPC/inverted-bool-compares.ll, even though it
that testcase still does not pass with the dag combiner.  This is because
not all forms of br* are folded yet.

Also, when we combine a node into another one, delete the node immediately
instead of waiting for the node to potentially come up in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23632 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp