-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cannot convert from f16 to i32 when targeting loongarch64 #21336
Labels
arch-loongarch
32-bit and 64-bit LoongArch
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
upstream
An issue with a third party project that Zig uses.
Milestone
Comments
nektro
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Sep 7, 2024
can confirm this also affects 0.14.0-dev.1504+5f3d9e0b7 |
nice, llvm/llvm-project@d075b7b made it into llvm 19 |
Now for the not-so-nice news: ziglang/zig-bootstrap#164 (comment) |
ziglang/zig-bootstrap#164 (comment) managed to pass this test with zig bootstrapped for loongarch64-linux-musl in comment above.
|
andrewrk
added
upstream
An issue with a third party project that Zig uses.
backend-llvm
The LLVM backend outputs an LLVM IR Module.
arch-loongarch
32-bit and 64-bit LoongArch
labels
Sep 8, 2024
Now try to fix this issue with |
Fixed with the merge of LLVM 19 branch in c6ad452. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-loongarch
32-bit and 64-bit LoongArch
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
upstream
An issue with a third party project that Zig uses.
Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
Expected Behavior
all 1 tests passed
The text was updated successfully, but these errors were encountered: