This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Correct value of length/4 of params field in PPA1.
ClosedPublic

Authored by Everybody0523 on Jun 14 2023, 7:29 AM.

Details

Summary

The Length/4 of Params field in the PPA1 ought to be the length of the parameters for the current function. Currently we are storing the length of the parameter area in the current function's stack frame, which represents the length of the params of the longest callee in the current function.

Diff Detail

Event Timeline

Everybody0523 created this revision.Jun 14 2023, 7:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 7:29 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
Everybody0523 requested review of this revision.Jun 14 2023, 7:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 7:29 AM
uweigand accepted this revision.Jun 14 2023, 7:42 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 14 2023, 7:42 AM

Run clang format