In SimplifySelectOps we pulled two loads through a select node despite the fact that...
authorNadav Rotem <nrotem@apple.com>
Thu, 18 Oct 2012 18:06:48 +0000 (18:06 +0000)
committerNadav Rotem <nrotem@apple.com>
Thu, 18 Oct 2012 18:06:48 +0000 (18:06 +0000)
commitd5f8859672baeb93c69ba00e3bf3018c094ad946
tree7e0635f16d2607ca141155e0701ce0a8c220e462
parent4d3611ca8294d11c6c87b46154947bff5f42d849
In SimplifySelectOps we pulled two loads through a select node despite the fact that one was dependent on the other.

rdar://12513091

llvm-svn: 166196
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/X86/2012-10-18-crash-dagco.ll [new file with mode: 0644]