[PATCH] D37078: [DebugInfo] Handle memory locations in LiveDebugValues

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 14:13:29 PDT 2017


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:5173
+    // node map.
+    // FIXME: Handle byval/inalloca params as above.
+    if (const AllocaInst *AI = dyn_cast<AllocaInst>(V)) {
----------------
I think this should be a separate commit?


https://reviews.llvm.org/D37078





More information about the llvm-commits mailing list