[PATCH] D46129: [SelectionDAG] Improve selection of DBG_VALUE using a PHI node result

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 12:44:15 PDT 2018


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Thanks for the explanation!



================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:7313
 
+/// Constant
+SDDbgValue *SelectionDAG::getVRegDbgValue(DIVariable *Var,
----------------
dangling comment?


Repository:
  rL LLVM

https://reviews.llvm.org/D46129





More information about the llvm-commits mailing list