[PATCH] D29624: [DSE] Basic MemorySSA-backed global DSE

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 11:27:34 PDT 2017


dberlin added a comment.

So, two options::

1. we make partial overwrite tracking work, commit this, and continue on PDSE until it's read
2. We abandon this, work on PDSE, and come back to this if we can't make PDSE subsume it.

(which we should be able to)


Repository:
  rL LLVM

https://reviews.llvm.org/D29624





More information about the llvm-commits mailing list