bjorn3 opened PR #7771 from bjorn3:backport_fix_x64_option_i128_abi
to bytecodealliance:release-17.0.0
:
LLVM passes the tag in rax and the u128 val in rdx/rcx. Before this change Cranelift would pass the first half of the value in rdx and the second half using an implicit return value pointer.
Backport of https://github.com/bytecodealliance/wasmtime/pull/7770 to 17.0.0
bjorn3 requested fitzgen for a review on PR #7771.
bjorn3 requested wasmtime-compiler-reviewers for a review on PR #7771.
This only affects programs that use enable_llvm_abi_extensions, which is not Wasmtime. As such I think this ok to backport.
alexcrichton submitted PR review.
alexcrichton merged PR #7771.
Last updated: Nov 22 2024 at 16:03 UTC