bjorn3 opened PR #8270 from bjorn3:fix_i128_abi
to bytecodealliance:main
:
i128 arguments must always be passed either fully in registers or fully on the stack according to GCC. LLVM until recently allowed splitting it into a half passed in a register and a half passed on the stack. This was recently fixed. For cg_clif to remain ABI compatible with cg_llvm, it is necessary to apply the same fix to Cranelift.
See also https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
bjorn3 requested cfallin for a review on PR #8270.
bjorn3 requested wasmtime-compiler-reviewers for a review on PR #8270.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
The godbolt link below is outdated, but until current rustc beta gets promoted to stable I can't make a new permalink for a specific version.
alexcrichton submitted PR review.
alexcrichton merged PR #8270.
Last updated: Nov 22 2024 at 16:03 UTC