This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] [NFC] Refactor debug intrinsic copy and delete to instead just move
ClosedPublic

Authored by Orlando on Sep 5 2022, 7:34 AM.

Details

Summary

This is in preparation for the assignment tracking changes. Without this change dbg.assign intrinsics are accidentally converted to dbg.values here. A test for the assignment tracking case will be added in a separate patch.

Diff Detail

Event Timeline

Orlando created this revision.Sep 5 2022, 7:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2022, 7:34 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
Orlando requested review of this revision.Sep 5 2022, 7:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2022, 7:34 AM
jryans accepted this revision.Sep 7 2022, 1:00 PM

Thanks, looks good to me! 😄

This revision is now accepted and ready to land.Sep 7 2022, 1:00 PM