[PATCH] D19664: [MemorySSA] Port to new pass manager

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 13:33:22 PDT 2016


gberry added a comment.

Thanks, I'll go ahead and commit this.  See my comment below for one last detail.


================
Comment at: lib/Transforms/Utils/MemorySSA.cpp:218
@@ +217,3 @@
+  // object any more.
+  Walker->MSSA = this;
+}
----------------
This bit was missing from the previous version, and given the discussion on MemorySSAWalker ownership I thought I should call it out explicitly.


http://reviews.llvm.org/D19664





More information about the llvm-commits mailing list