[PATCH] D70318: Recover debug intrinsics when killing duplicate or empty basic blocks

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 00:26:07 PST 2019


djtodoro added a comment.

Please make the stack of patches (the D70486 <https://reviews.llvm.org/D70486> should be parent for this one).



================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1401
+    if (Value *V = DVI->getVariableLocation())
+	  setDbgVariableUndef(DVI);
+  }
----------------
clang-format please


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70318/new/

https://reviews.llvm.org/D70318





More information about the llvm-commits mailing list