[PATCH] D35953: [LiveDebugVariables] Use lexical scope to trim debug value live intervals
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 11:42:57 PDT 2017
aprantl added inline comments.
================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:692
+ // If the user value has been inlined trim the computed intervals
+ // to the inlined lexical scope (see PR33730).
+
----------------
I would personally prefer a short summary of the problem over a reference to a PR.
https://reviews.llvm.org/D35953
More information about the llvm-commits
mailing list