-
Couldn't load subscription status.
- Fork 13.9k
Fix LLVM assert when handling bad intrinsic monomorphizations #32649
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
Fix LLVM assert when handling bad intrinsic monomorphizations #32649
Conversation
|
@bors r+ rollup |
|
📌 Commit ecc0bd2 has been approved by |
|
@bors r-; feel free to re-r when the test is fixed http://buildbot.rust-lang.org/builders/auto-linux-64-opt-mir/builds/181/steps/test/logs/stdio |
…assert, r=eddyb Fix LLVM assert when handling bad intrinsic monomorphizations Passing an invalid type to certain intrinsics would trigger an LLVM assert even though the invalid type was caught by the compiler. r? @eddyb
…assert, r=eddyb Fix LLVM assert when handling bad intrinsic monomorphizations Passing an invalid type to certain intrinsics would trigger an LLVM assert even though the invalid type was caught by the compiler. r? @eddyb
ecc0bd2 to
4d71712
Compare
|
Fixed |
|
@bors r+ |
|
📌 Commit 4d71712 has been approved by |
|
this apparently failed the rollup #32772 (comment) |
|
@steveklabnik I've fixed the issue already |
…ddyb Fix LLVM assert when handling bad intrinsic monomorphizations Passing an invalid type to certain intrinsics would trigger an LLVM assert even though the invalid type was caught by the compiler. r? @eddyb
Passing an invalid type to certain intrinsics would trigger an LLVM assert even though the invalid type was caught by the compiler.
r? @eddyb