llvm backend: llvm assert hit when compiling for mips and passing vector for f80 to a function #16479
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
Zig Version
0.11.0-dev.4059+17255bed4
Steps to Reproduce and Observed Behavior
The compiler hits an LLVM assert when passing a f80 vector to a function and compiling for mips
zig test test.zig -target mips64-linux-none
(with a zig compiler linked to a debug version of LLVM)It seems to be and issue with LLVM itself and has already been reported in the LLVM issue tracker. But I thought it wouldn't hurt to file an issue if anyone else runs into it.
Expected Behavior
Does not crash
The text was updated successfully, but these errors were encountered: