This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by fdeazeve on May 24 2023, 6:18 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 D151332

Diff Detail

Event Timeline

fdeazeve created this revision.May 24 2023, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 6:18 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.May 24 2023, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 6:18 AM
fdeazeve updated this revision to Diff 525148.May 24 2023, 6:29 AM

Fix incorrect format of commit message

fdeazeve updated this revision to Diff 525156.May 24 2023, 6:39 AM

Fix mess up with patch upload

aprantl accepted this revision.May 24 2023, 3:47 PM
This revision is now accepted and ready to land.May 24 2023, 3:47 PM
This revision was landed with ongoing or failed builds.May 26 2023, 8:34 AM
This revision was automatically updated to reflect the committed changes.