This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][NFC] Remove `FuncArgumentDbgValueKind::Addr` from SelectionDAG
ClosedPublic

Authored by jryans on Feb 25 2023, 4:13 PM.

Details

Summary

This removes the unused FuncArgumentDbgValueKind::Addr value originally added
by e24f5348798605a799c63ff09169d177d262cd37. The intent was to signal the
original intrinsic that marked a function argument, but the Addr part was
never used.

Part of dbg.addr removal
Discussed in https://discourse.llvm.org/t/what-is-the-status-of-dbg-addr/62898

Depends on D144793

Diff Detail

Event Timeline

jryans created this revision.Feb 25 2023, 4:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2023, 4:13 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
jryans requested review of this revision.Feb 25 2023, 4:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2023, 4:13 PM
jryans retitled this revision from [DebugInfo][NFC] Remove `FuncArgumentDbgValueKind::Addr` from SelectionDAG r=Orlando,StephenTozer,probinson,rnk to [DebugInfo][NFC] Remove `FuncArgumentDbgValueKind::Addr` from SelectionDAG.Feb 25 2023, 4:16 PM
jryans added a project: debug-info.
Orlando accepted this revision.Feb 27 2023, 2:07 AM
This revision is now accepted and ready to land.Feb 27 2023, 2:07 AM
This revision was landed with ongoing or failed builds.Mar 2 2023, 1:31 AM
This revision was automatically updated to reflect the committed changes.