[PATCH] D100632: [DebugInfo] Move the findDbg* functions into DebugInfo.cpp
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 15:28:28 PDT 2021
rnk accepted this revision.
rnk added a comment.
lgtm
================
Comment at: llvm/include/llvm/IR/DebugInfo.h:37
+/// dbg.addr intrinsics.
+TinyPtrVector<DbgVariableIntrinsic *> FindDbgAddrUses(Value *V);
+
----------------
Not related, but we should remove dbg.addr since it sounds like dbg.value+DW_OP_deref is the preferred representation of the same thing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100632/new/
https://reviews.llvm.org/D100632
More information about the llvm-commits
mailing list