[PATCH] D144799: [DebugInfo] Remove `dbg.addr` from Analysis

J. Ryan Stinnett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 01:31:58 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8ed6c9220e13: [DebugInfo] Remove `dbg.addr` from Analysis (authored by jryans).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144799/new/

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.501801.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230302/84f38be0/attachment.bin>


More information about the llvm-commits mailing list