[PATCH] D102096: [DAGCombiner] Fix DAG combine store elimination, different address space.
Hendrik Greving via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 08:31:50 PDT 2021
hgreving added a comment.
In D102096#2747115 <https://reviews.llvm.org/D102096#2747115>, @xbolva00 wrote:
> What about DeadStoreElimination ? It can also merge stores.. maybe dse needs similar fix.
https://www.godbolt.org/z/aqncWfb4c seems to suggest maybe, though haven't debugged whether it's DSE or DAG combine again who does it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102096/new/
https://reviews.llvm.org/D102096
More information about the llvm-commits
mailing list