This is an archive of the discontinued LLVM Phabricator instance.

[CodeExtractor] Only rewrite scope of labels that were not inlined
ClosedPublic

Authored by fdeazeve on Dec 12 2022, 8:28 AM.

Details

Reviewers
aprantl
Group Reviewers
debug-info
Summary

dbg.labels that were inlined from other functions should have their
scope preserved upon outlining for the same reasons described in
D139669.

Diff Detail

Event Timeline

fdeazeve created this revision.Dec 12 2022, 8:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 8:28 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.Dec 12 2022, 8:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 8:28 AM
aprantl accepted this revision.Dec 12 2022, 9:26 AM
This revision is now accepted and ready to land.Dec 12 2022, 9:26 AM
fdeazeve closed this revision.Dec 12 2022, 12:47 PM

Closed by rG79d59c3f3e8a
Accidentally pushed the commit without differential tag, my bad.