[PATCH] D24805: [GVNSink] Initial GVNSink prototype

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 04:59:40 PDT 2016


jmolloy added inline comments.

================
Comment at: lib/Transforms/Utils/MemorySSA.cpp:1235
@@ -1234,1 +1234,3 @@
 
+void MemorySSA::invalidateAll() {
+  // Drop all our references
----------------
This is now no longer used and will be destroyed.


https://reviews.llvm.org/D24805





More information about the llvm-commits mailing list