[DebugInfo] Remove `dbg.addr` from Analysis
authorJ. Ryan Stinnett <jryans@gmail.com>
Sat, 25 Feb 2023 21:29:44 +0000 (21:29 +0000)
committerJ. Ryan Stinnett <jryans@gmail.com>
Thu, 2 Mar 2023 09:29:43 +0000 (09:29 +0000)
Part of `dbg.addr` removal
Discussed in https://discourse.llvm.org/t/what-is-the-status-of-dbg-addr/62898

Differential Revision: https://reviews.llvm.org/D144799

llvm/lib/Analysis/MemorySSA.cpp

index aefb668..4fb0be8 100644 (file)
@@ -304,7 +304,6 @@ instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc,
     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: