implement visitBR_CC so that PowerPC/inverted-bool-compares.ll passes
authorChris Lattner <sabre@nondot.org>
Wed, 5 Oct 2005 06:47:48 +0000 (06:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Oct 2005 06:47:48 +0000 (06:47 +0000)
commit3ea0b47f81caeb53f9594dd3f7702ae01c4f2cc6
tree94d4a111990e4e5c7b0cb48af83db7e0e6d7fa6f
parentad13715ed4068a347452de9a86f5c1a702458f83
implement visitBR_CC so that PowerPC/inverted-bool-compares.ll passes
with the dag combiner.  This speeds up espresso by 8%, reaching performance
parity with the dag-combiner-disabled llc.

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