[PATCH] D28934: Write a new SSAUpdater

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 22:24:51 PST 2017


dberlin added a comment.

Note that regardless of whether we want this for regular SSA or not, this will serve as the basis for my generic MemorySSA updater.
Sadly, because MemorySSA is not really part of the IR, and because it deals with may-defs, and not must-defs, we won't be able to share much beyond the idea.
(On the plus side, MemorySSA's semantics actually make generic updating easier and faster)


https://reviews.llvm.org/D28934





More information about the llvm-commits mailing list