[PATCH] D144799: [DebugInfo] Remove `dbg.addr` from Analysis r=Orlando,StephenTozer,probinson,rnk
J. Ryan Stinnett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 25 16:13:48 PST 2023
jryans created this revision.
jryans added reviewers: Orlando, StephenTozer, probinson, rnk.
Herald added subscribers: kmitropoulou, asbirlea, hiraditya.
Herald added a project: All.
jryans requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Part of `dbg.addr` removal
Discussed in https://discourse.llvm.org/t/what-is-the-status-of-dbg-addr/62898
Depends on D144798 <https://reviews.llvm.org/D144798>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144799
Files:
llvm/lib/Analysis/MemorySSA.cpp
Index: llvm/lib/Analysis/MemorySSA.cpp
===================================================================
--- llvm/lib/Analysis/MemorySSA.cpp
+++ llvm/lib/Analysis/MemorySSA.cpp
@@ -304,7 +304,6 @@
case Intrinsic::experimental_noalias_scope_decl:
case Intrinsic::pseudoprobe:
return false;
- case Intrinsic::dbg_addr:
case Intrinsic::dbg_declare:
case Intrinsic::dbg_label:
case Intrinsic::dbg_value:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144799.500466.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230226/1216b509/attachment.bin>
More information about the llvm-commits
mailing list