[PATCH] D43028: Add DBG_VALUE support to the linear DAG scheduler
Joshua Cranmer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 10 18:09:35 PST 2018
jcranmer added a comment.
Before patch: F5820104: pre-patch.out <https://reviews.llvm.org/F5820104>
After patch: F5820103: post-patch.out <https://reviews.llvm.org/F5820103>
Effectively, before this patch, the only dbg.value entries that get added are those that have to do with function arguments. The ones in the middle of the function are completely ignored.
Repository:
rL LLVM
https://reviews.llvm.org/D43028
More information about the llvm-commits
mailing list