-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[x86]: Cannot select: constant:i128<0>
for llvm.maximum.f128
#139381
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
Labels
backend:X86
crash
Prefer [crash-on-valid] or [crash-on-invalid]
llvm:SelectionDAG
SelectionDAGISel as well
Comments
@llvm/issue-subscribers-backend-x86 Author: None (Urgau)
I'm seeing an error when trying to use llvm.minimum.f128 and llvm.maximum.f128 on x86.
; Function Attrs: mustprogress nofree nosync nounwind nonlazybind readnone uwtable willreturn
define fp128 @<!-- -->call_maximum_fp128_x86(fp128 %x, fp128 %y) unnamed_addr #<!-- -->0 {
start:
%0 = tail call fp128 @<!-- -->llvm.maximum.f128(fp128 %x, fp128 %y) #<!-- -->2
ret fp128 %0
}
; Function Attrs: mustprogress nofree nosync nounwind readnone speculatable willreturn
declare fp128 @<!-- -->llvm.maximum.f128(fp128, fp128)
|
90 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend:X86
crash
Prefer [crash-on-valid] or [crash-on-invalid]
llvm:SelectionDAG
SelectionDAGISel as well
I'm seeing an error when trying to use llvm.minimum.f128 and llvm.maximum.f128 on x86.
https://godbolt.org/z/z3arKMfjo
The text was updated successfully, but these errors were encountered: