[PATCH] D29046: MemorySSA: Link all defs together into an intrusive defslist, to make updater easier

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 08:54:46 PST 2017


dberlin added a comment.

Note that insertIntoListsBefore requires the block because the iterator may point at the end.



================
Comment at: include/llvm/Transforms/Utils/MemorySSA.h:84
+#include "llvm/ADT/iterator_range.h"
+#include "llvm/ADT/iterator_range.h"
 #include "llvm/Analysis/AliasAnalysis.h"
----------------
I have no idea what happened here, i'll fix (but clang format sorted it into this order)


https://reviews.llvm.org/D29046





More information about the llvm-commits mailing list