-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
behavior.vector.test.vector float operators
causes LLVM assertion failure on mips*-linux-*
#21051
Closed
Tracked by
#22014
Labels
arch-mips
32-bit and 64-bit MIPS
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
alexrp
added a commit
to alexrp/zig
that referenced
this issue
Aug 12, 2024
alexrp
added a commit
to alexrp/zig
that referenced
this issue
Aug 12, 2024
SammyJames
pushed a commit
to SammyJames/zig
that referenced
this issue
Aug 15, 2024
This has been fixed upstream; the test should hopefully work with LLVM 20. |
This was referenced Oct 9, 2024
richerfu
pushed a commit
to richerfu/zig
that referenced
this issue
Oct 28, 2024
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-mips
32-bit and 64-bit MIPS
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
9ef16b3
Steps to Reproduce and Observed Behavior
Run e.g.
zig test -target mipsel-linux-none test/behavior/union.zig --test-cmd qemu-mipsel --test-cmd-bin
.The bug is on the LLVM side: llvm/llvm-project#102870
This is just meant as a tracking issue on our side.
Expected Behavior
No failure.
The text was updated successfully, but these errors were encountered: