-
Notifications
You must be signed in to change notification settings - Fork 13.3k
"Instruction does not dominate all uses" when translating fixed point combinator #597
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It works fine if I monomorphize it. |
Probably the same issue as #375 |
A somewhat reduced test-case: fn oops[A](@A x) { bind oops(x); } |
I am going to close this because it is a dupe. (I should have done this a while ago...) |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
Tiny typo in the Unicode section.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Bump to 0.2.23 I've added a bunch of constants and xattr support for macos. We've also got preliminary support for uclibc with rust-lang#578.
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Adding support to new rmc prelude definitions - Create an rmc crate (rust-lang#231). - Used rust compliant names for the functions (rust-lang#589). - Changed rmc-rustc to inject the rmc prelude as part of the compilation as well as other rmc configuration flags. - Added options to rmc-rustc to print binary path and flags so it can be used in other scripts. * Add a script to build rmc library * Update tests to use new injected prelude.
GuillaumeGomez
pushed a commit
to GuillaumeGomez/rust
that referenced
this issue
Jan 24, 2025
…1_14 Sync from rust 2025/01/14
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Trying to translate the function
produces the LLVM messages:
The text was updated successfully, but these errors were encountered: