-
Notifications
You must be signed in to change notification settings - Fork 13.4k
fail #fmt("%s", str_var) causes an LLVM assertion #618
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
Comments
Fixed in c425a42 |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Various MIPS cleanups This PR contains a few cleanups to the MIPS part of the bindings. It mostly moves stuff out of `mips/mips32.rs` into `mips/mod.rs` which is identical between mips32 and mips64, mostly because mips64 is missing a number of syscalls. In addition, I add `struct flock` which was missing on mips64.
marysaka
pushed a commit
to sunriseos/rust
that referenced
this issue
Oct 20, 2019
First one is the quite simple `_mm512_abs_epi32` intrinsic!
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* Implement enzyme_dupv * Add test
GuillaumeGomez
pushed a commit
to GuillaumeGomez/rust
that referenced
this issue
Apr 18, 2025
Move back to a success job so because the required checks only work without a matrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specifically, when trying to build a GEP we end up triggering the !*terminated assertion in llvm.rs, since terminated is presumably set when we mark the post-failure block as being unreachable.
The text was updated successfully, but these errors were encountered: