[PATCH] D24927: Propagate DBG_VALUE entries when there are unvisited predecessors

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 10:29:18 PDT 2016


probinson added a subscriber: probinson.

================
Comment at: lib/CodeGen/LiveDebugValues.cpp:385
@@ +384,3 @@
+    // the blocks in reversie post-order any unvisited block can
+    // be concidered to not remove any incoming values.
+    if (!Visited.count(p))
----------------
considered


https://reviews.llvm.org/D24927





More information about the llvm-commits mailing list