Uh oh!
There was an error while loading. Please reload this page.
[RISC-V][LoongArch64] Pass FP struct fields at arbitrary offsets in ArgIterator and CallDescrWorker - #105800
Conversation
…ding to floating-point calling convention fully
…Is are nearly the same
There was a problem hiding this comment.
@shushanhf@LuckyXu-HF PTAL, I don't really know LA asm and I had no way to test it..
tomeksowi
commented
Aug 5, 2024
@MichalStrehovsky@jkotas can anyone review please? |
jkotas
commented
Aug 5, 2024
@dotnet/samsung @shushanhf@LuckyXu-HF Could you please review and sign-off? |
Tagging subscribers to this area: @mangod9 |
sirntar
left a comment
There was a problem hiding this comment.
I left review of the LA64 parts for @shushanhf and/or @LuckyXu-HF, but as for the RV64, everything looks good to me.
@tomeksowi I saw that the EmptyStructs test fails, but I'm not sure if this pr was supposed to solve this problem (?).
shushanhf
commented
Aug 9, 2024
OK, Thanks very much. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Qiao Pengcheng <qiaopengcheng@loongson.cn>
This PR no, but #106112 disables them where not supported. |
risc-vv
commented
Aug 9, 2024
3985f11 is being scheduled for building and testingGIT: |
88815d2 is being scheduled for building and testingGIT: |
Use new info calculated in #103945 on the VM side (shuffling thunks will be handled in a separate PR).
Stems from #101796, part of #84834, cc @dotnet/samsung @shushanhf@LuckyXu-HF