Skip to content
Unverified Commit 5c4d35d8 authored by Yusra Syeda's avatar Yusra Syeda Committed by GitHub
Browse files

[SystemZ][z/OS] Update lowerCall (#68259)



This PR moves some calculation out of `LowerCall` and into
`SystemZXPLINKFrameLowering::processFunctionBeforeFrameFinalized`.
We need to make this change because LowerCall isn't invoked for
functions that don't have function calls, and it is required for some
tooling to work correctly. A function that does not make any calls is
required to allocate 32 bytes for the parameter area required by the
ABI. However, we allocate 64 bytes because this additional space is
utilized by certain tools, like the debugger.

Co-authored-by: default avatarYusra Syeda <yusra.syeda@ibm.com>
parent 941c75a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment