Redundant store instructions should be removed as dead code
authorDavid Xu <David.Xu@arm.com>
Fri, 26 Sep 2014 02:02:09 +0000 (02:02 +0000)
committerDavid Xu <David.Xu@arm.com>
Fri, 26 Sep 2014 02:02:09 +0000 (02:02 +0000)
commitc41ae2a5c4754b325a65f25918c0f6280ab1119a
tree594539fdc178c55a1564c245d7f63b79d41eace1
parent55a90ab4ef8db0c23127f297b49a0ea3ed8e0421
Redundant store instructions should be removed as dead code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218493 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/AArch64/Redundantstore.ll [new file with mode: 0644]