This is an archive of the discontinued LLVM Phabricator instance.

[IR] Handle special Entry Value expression
AbandonedPublic

Authored by milica-lazarevic on Dec 30 2021, 5:16 AM.

Details

Summary

Here is handled the situation where parameter is passed through the stack. This is recognized as an appearance of the DW_OP_plus_uconst operator in the beginning of an entry value expression. First argument of this operation represents the stack offset.

Diff Detail

Event Timeline

milica-lazarevic requested review of this revision.Dec 30 2021, 5:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2021, 5:16 AM
ormris removed a subscriber: ormris.Jan 18 2022, 10:20 AM

@milica-lazarevic I think this should be closed (and revisited) in favor of the patches that are currently in the process of upstreaming (e.g. D151330 ant the others from @fdeazeve).

Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 12:46 AM
milica-lazarevic abandoned this revision.May 25 2023, 1:14 AM

Because of the patches currently upstreaming (e.g. D151330 and the others from @fdeazeve), this patch should be closed.