This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAGBuilder] Handle entry_value dbg.value intrinsics
ClosedPublic

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

Details

Summary

DbgValue intrinsics whose expression is an entry_value and whose address is
described an llvm::Argument must be lowered to the corresponding livein physical
register for that Argument.

Depends on D151329

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:41 PM
This revision is now accepted and ready to land.May 24 2023, 3:41 PM
fdeazeve closed this revision.May 26 2023, 4:06 AM

Closing, committed as rGaba1bea67310 (my bad, arc somehow didn't format the commit message properly and I didn't notice it)