OSDN Git Service

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)
commit1c5bf3f429927c31b9ffc1308ea1ada7a58ee1c0
tree77ea17ecec57bf22165c5696e581d0bb7eee2feb
parentbef36ac2a47dd647af332b8594031df6fe2522c5
In SimplifySelectOps we pulled two loads through a select node despite the fact that one was dependent on the other.

rdar://12513091

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166196 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/2012-10-18-crash-dagco.ll [new file with mode: 0644]