github-actions[bot] commented on Issue #2081:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:aarch64"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
bjorn3 commented on Issue #2081:
AbiParamhas theextensionfield for this. It seems that it is not implemented AArch64 though. Maybe implement it and ifextensionisNoneand call conv extends baldrdash then useUextinstead.
cfallin commented on Issue #2081:
I had forgotten about the
ArgumentExtensionvalue; we even used it for return values. Thanks for the reminder -- this is much better. Updated (and cleaned up the return-value side as well, now that we carry the extension type in the new-backend ABI signature).
Last updated: Dec 06 2025 at 06:05 UTC