Part of dbg.addr removal
Discussed in https://discourse.llvm.org/t/what-is-the-status-of-dbg-addr/62898
Depends on D144800
Paths
| Differential D144801
[DebugInfo] Remove `dbg.addr` from IR ClosedPublic Authored by jryans on Feb 25 2023, 4:13 PM.
Details Summary Part of dbg.addr removal Depends on D144800
Diff Detail
Event Timelinejryans retitled this revision from [DebugInfo] Remove `dbg.addr` from IR r=Orlando,StephenTozer,probinson,rnk to [DebugInfo] Remove `dbg.addr` from IR.Feb 25 2023, 4:18 PM This revision is now accepted and ready to land.Feb 27 2023, 2:21 AM This revision was landed with ongoing or failed builds.Mar 2 2023, 1:32 AM Closed by commit rG1f9d42aedacd: [DebugInfo] Remove `dbg.addr` from IR (authored by jryans). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 501803 llvm/include/llvm/IR/DIBuilder.h
llvm/include/llvm/IR/DebugInfo.h
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/IR/DIBuilder.cpp
llvm/lib/IR/DebugInfo.cpp
llvm/lib/IR/Verifier.cpp
llvm/unittests/IR/BasicBlockTest.cpp
llvm/unittests/IR/DebugInfoTest.cpp
|