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:
AbiParam
has theextension
field for this. It seems that it is not implemented AArch64 though. Maybe implement it and ifextension
isNone
and call conv extends baldrdash then useUext
instead.
cfallin commented on Issue #2081:
I had forgotten about the
ArgumentExtension
value; 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: Nov 22 2024 at 16:03 UTC