[PATCH] D68209: [LiveDebugValues] Introduce entry values of unmodified params
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 15:54:35 PDT 2019
dstenb added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:1449
!DebugEntryVals.count(MI.getDebugVariable()) &&
MI.getDebugExpression()->getNumElements() == 0)
+ DebugEntryVals[MI.getDebugVariable()] = EntryValue{&MI, nullptr};
----------------
jmorse wrote:
> Note that this hunk didn't apply cleanly for me; on master this line (1319/1449) reads
>
> !MI.getDebugExpression()->isFragment())
That is from D66746. That patch has been postponed a bit as I've been working on other patches, but I'll pick up that again.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68209/new/
https://reviews.llvm.org/D68209
More information about the llvm-commits
mailing list