This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Assignment Tracking] add is/setKillAddress
ClosedPublic

Authored by Orlando on Jan 6 2023, 5:13 AM.

Details

Summary

Unlike D140903 this patch folds in treating an empty metadata address component of a dbg.assign the same as undef because it was already being treated that way in the AssignmentTrackingAnalysis pass.

Diff Detail

Event Timeline

Orlando created this revision.Jan 6 2023, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2023, 5:13 AM
Orlando requested review of this revision.Jan 6 2023, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2023, 5:13 AM
Orlando retitled this revision from [NFC][AssignmentTracking] add is/setKillAddress to [NFC][Assignment Tracking] add is/setKillAddress.Jan 6 2023, 8:25 AM
scott.linder accepted this revision.Jan 9 2023, 12:56 PM
This revision is now accepted and ready to land.Jan 9 2023, 12:56 PM
This revision was automatically updated to reflect the committed changes.