Xforms:
authorEvan Cheng <evan.cheng@apple.com>
Thu, 21 Jun 2007 07:39:16 +0000 (07:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 21 Jun 2007 07:39:16 +0000 (07:39 +0000)
commitb13cdbd8658635e33fc7c5b84dd3f8a053cd907d
tree9883d9216b13d369f82298bb66277791f85cd009
parent58e087b6e30aa9e0228ef1f49c31770aa1141161
Xforms:
(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))
(sub x, (select cc, 0, c)) -> (select cc, x, (sub, x, c))

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