-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Linear IR broke llvmcall(something(...), ...) #25041
Labels
regression
Regression in behavior compared to a previous version
Comments
maleadt
added
the
regression
Regression in behavior compared to a previous version
label
Dec 12, 2017
That's not really a bug, since the argument is required to be a literal. |
Can we avoid segfaulting? |
maleadt
added a commit
to maleadt/LLVM.jl
that referenced
this issue
Dec 12, 2017
Fair enough. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure whether this is now unsupported, or a bug. Repro:
Obviously this should crash anyhow, but it does so because the
ir
argument tollvmcall
is null, making the check forjl_is_tuple
crash:Breaks LLVM.jl, where the argument is
LLVM.ref(fun::LLVM.Function)::Ptr{LLVM.Value}
.Ref #24113.
The text was updated successfully, but these errors were encountered: