forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not spill "mis-sized" struct args passed on stack (dotnet#71399)
* Enable a test on Unix x64 * Handle mis-sized structs in LA PUTARG_STK codegen * Handle mis-sized structs in LA PUTARG_SPLIT codegen * MisSizedStructs_ArmSplit -> MisSizedStructs_ArmArch * Add tests * Do not spill mis-sized stack args All backends support them.
- Loading branch information
1 parent
874043b
commit eb123a7
Showing
5 changed files
with
376 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.