This is an archive of the discontinued LLVM Phabricator instance.

[IRTranslator] Implement translation of entry_value dbg.value intrinsics
ClosedPublic

Authored by fdeazeve on May 24 2023, 6:17 AM.

Details

Summary

For dbg.value intrinsics targeting an llvm::Argument address whose expression
starts with an entry value, we lower this to a DEBUG_VALUE targeting the livein
physical register corresponding to that Argument.

Depends on D151328

Diff Detail

Event Timeline

fdeazeve created this revision.May 24 2023, 6:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 6:17 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.May 24 2023, 6:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 6:17 AM
aprantl accepted this revision.May 24 2023, 3:43 PM
This revision is now accepted and ready to land.May 24 2023, 3:43 PM
This revision was landed with ongoing or failed builds.May 26 2023, 3:49 AM
This revision was automatically updated to reflect the committed changes.