When combining consecutive stores allow loads in between the stores, if the loads...
authorNadav Rotem <nrotem@apple.com>
Thu, 29 Nov 2012 00:00:08 +0000 (00:00 +0000)
committerNadav Rotem <nrotem@apple.com>
Thu, 29 Nov 2012 00:00:08 +0000 (00:00 +0000)
commit307d767177232b5d8f5470211b502f304b9c8467
tree6b39bc0b322f9d76ba90899443e3c4dc933aaaa6
parent16e126c70b1bbd1c57ca36abe4671bfe2f6cd2ab
When combining consecutive stores allow loads in between the stores, if the loads do not alias.

llvm-svn: 168832
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/X86/2012-11-28-merge-store-alias.ll [new file with mode: 0644]