[PATCH] D57697: [DebugInfo][DAG] Refactor dbg.value intrinsic lowering in SelectionDAGBuilder to method
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 09:53:48 PST 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:686
+ // handleDebugValue: For a given Value, attempt to create and record a
+ // SDDbgValue in the SelectionDAG.
----------------
Can you perhaps even commit another NFC change that deletes all the redundant function from the doxygen comments in this directory?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57697/new/
https://reviews.llvm.org/D57697
More information about the llvm-commits
mailing list