[PATCH] D72146: [DSE] Add first version of MemorySSA-backed DSE.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 17:09:12 PST 2020


fhahn abandoned this revision.
fhahn added a comment.

I've updated the patch to do a bottom up walk to find candidates that can be eliminated in D72700 <https://reviews.llvm.org/D72700>. I'll update the linked patches to implement additional functionality on top of the bottom-up approach.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72146/new/

https://reviews.llvm.org/D72146





More information about the llvm-commits mailing list