Do not spill "mis-sized" struct args passed on stack#71399
Do not spill "mis-sized" struct args passed on stack#71399BruceForstall merged 6 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsIt is not necessary; all backends as of this change (which includes support for LA, ported line-by-line from my corresponding ARM/ARM64 changes) support them directly. A bit surprisingly, we have little coverage of such structs, so I also added some (covering ARM/ARM64 and LA). Few diffs if any are expected.
|
81a76bc to
733aa6e
Compare
|
@dotnet/jit-contrib, @shushanhf |
|
@BruceForstall, PTAL LoongArch64 change. |
@SingleAccretion |
733aa6e to
bd1ead0
Compare
It is not necessary; all backends as of this change (which includes support for LA, ported line-by-line from my corresponding ARM/ARM64 changes) support them directly.
A bit surprisingly, we have little coverage of such structs, so I added some (covering ARM/ARM64 and LA).
Just two diffs on Unix x64.