[PATCH] D57541: [DAGCombiner] Eliminate dead stores to stack.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 04:26:31 PST 2019
courbet added a comment.
> Also, you'll need to deal with the additional output from indexed stores.
I think I'm fine because of the `hasOneUse()` check. I'm not sure how I should test this though, do you have a suggestion for some test IR for an indexed store ?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57541/new/
https://reviews.llvm.org/D57541
More information about the llvm-commits
mailing list