DSE: fix bug where we would only check libcalls for name rather than whole decl
authorNuno Lopes <nunoplopes@sapo.pt>
Sat, 11 Jan 2020 11:57:29 +0000 (11:57 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Sat, 11 Jan 2020 11:57:29 +0000 (11:57 +0000)
commit87407fc03c82d880cc42330a8e230e7a48174e3c
treed81b5b186c5f5a686068727bf48976b9a341f16e
parent142ba7d76af4a66037fd180db371da19f35ef5f3
DSE: fix bug where we would only check libcalls for name rather than whole decl
llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/test/Transforms/DeadStoreElimination/libcalls.ll
llvm/test/Transforms/DeadStoreElimination/libcalls2.ll [new file with mode: 0644]