[PATCH] D30703: [DSE] Merge stores when the later store only writes to memory locations the early store also wrote to.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 13:15:17 PDT 2017


davide added subscribers: bryant, dberlin, davide.
davide added a comment.

Filipe, did you take a look at the work @bryant is doing? (cc: @dberlin) He's implementing a full-fledged PDSE which I expect should cover also this case (partial stores).
Now, well, I'm not sure how far away is that from being ready (and probably this is something we want anyway in the meanwhile), but I think it's something you may want to look at independently.


https://reviews.llvm.org/D30703





More information about the llvm-commits mailing list