Make sure DAGCombiner doesn't introduce multiple loads from the same memory location...
authorEli Friedman <eli.friedman@gmail.com>
Mon, 26 Dec 2011 22:49:32 +0000 (22:49 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 26 Dec 2011 22:49:32 +0000 (22:49 +0000)
commitd6e2560e7aea0e6c6bca950966252552f1caec63
treeec87c137c9ee4417b7e3b351fe466d2bc4d20f5a
parentc9a1aed7fefe627820bb92154361ede0568229fc
Make sure DAGCombiner doesn't introduce multiple loads from the same memory location.  PR10747, part 2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147283 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll [new file with mode: 0644]