-
Notifications
You must be signed in to change notification settings - Fork 12.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't pass or return half
or fp128
on arm64ec
#94434
Labels
Comments
EugeneZelenko
added
backend:AArch64
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
new issue
labels
Jun 5, 2024
@llvm/issue-subscribers-backend-aarch64 Author: None (beetrees)
Trying to compile the following IR for `arm64ec-pc-windows-msvc` ([compiler explorer](https://godbolt.org/z/sqrn8Mnxo))
define half @<!-- -->half(half) {
ret half %0
}
define fp128 @<!-- -->fp128(fp128) {
ret fp128 %0
} will fail with the following error:
|
This was referenced Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to compile the following IR for
arm64ec-pc-windows-msvc
(compiler explorer)will fail with the following error:
The text was updated successfully, but these errors were encountered: