[llvm] 8ed6c92 - [DebugInfo] Remove `dbg.addr` from Analysis

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


Author: J. Ryan Stinnett
Date: 2023-03-02T09:29:43Z
New Revision: 8ed6c9220e139bf0bdc41d181bdb7e8463ea0820

URL: https://github.com/llvm/llvm-project/commit/8ed6c9220e139bf0bdc41d181bdb7e8463ea0820
DIFF: https://github.com/llvm/llvm-project/commit/8ed6c9220e139bf0bdc41d181bdb7e8463ea0820.diff

LOG: [DebugInfo] Remove `dbg.addr` from Analysis

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

Added: 
    

Modified: 
    llvm/lib/Analysis/MemorySSA.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Analysis/MemorySSA.cpp b/llvm/lib/Analysis/MemorySSA.cpp
index aefb66863b8f..4fb0be840e24 100644
--- a/llvm/lib/Analysis/MemorySSA.cpp
+++ b/llvm/lib/Analysis/MemorySSA.cpp
@@ -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:


        


More information about the llvm-commits mailing list