[PATCH] D30109: [MemorySSA] NFC small fixes

Piotr Padlewski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 18 12:21:54 PST 2017


Prazek marked an inline comment as done.
Prazek added inline comments.


================
Comment at: lib/Transforms/Utils/MemorySSA.cpp:1462
   unsigned long PopEpoch = 1;
+  // We perform a non-recursive top-down dominator tree walk.
   for (const auto *DomNode : depth_first(DT->getRootNode()))
----------------
davide wrote:
> Nice comment.
Thanks, I actually moved it from top of the function :)


https://reviews.llvm.org/D30109





More information about the llvm-commits mailing list