[PATCH] D49454: [DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 11:15:17 PDT 2018


rnk added a comment.

I haven't read this carefully, but this seems like the right direction. Thanks for working on it. When I last touched this, I wanted to spend time making our dbg.values of pointers unambiguous as to whether the value is the pointer or the memory the pointer refers to.


https://reviews.llvm.org/D49454





More information about the llvm-commits mailing list