This is an archive of the discontinued LLVM Phabricator instance.

[msan] Fix debug info with getNextNode
ClosedPublic

Authored by vitalybuka on Aug 31 2022, 10:24 PM.

Details

Summary

When we want to add instrumentation after
an instruction, instrumentation still should
keep debug info of the instruction.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 31 2022, 10:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 10:24 PM
vitalybuka requested review of this revision.Aug 31 2022, 10:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 10:24 PM

remove SetCurrentDebugLocation

kda accepted this revision.Sep 1 2022, 12:39 PM
This revision is now accepted and ready to land.Sep 1 2022, 12:39 PM
kstoimenov accepted this revision.Sep 1 2022, 12:54 PM
This revision was landed with ongoing or failed builds.Sep 1 2022, 8:14 PM
This revision was automatically updated to reflect the committed changes.