DAGCombine should not produce ISD::OR nodes after operation legalization if they...
authorOwen Anderson <resistor@mac.com>
Fri, 31 Jan 2014 00:51:43 +0000 (00:51 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 31 Jan 2014 00:51:43 +0000 (00:51 +0000)
commit45b07e157c0a22fec8148e0cc7243a029d4a061e
tree69935cbcf5f174feb935582f6735de2d67416fa0
parent21f09088d3c3d6d238c6b341d3f673feb2edc9be
DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.

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