-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[aarch64] Cannot select: constant:i128<0>
for llvm.maximum.f128
#139380
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
Labels
backend:AArch64
crash
Prefer [crash-on-valid] or [crash-on-invalid]
llvm:SelectionDAG
SelectionDAGISel as well
Comments
@llvm/issue-subscribers-backend-aarch64 Author: None (Urgau)
I'm seeing an error when trying to use `llvm.minimum.f128` and `llvm.maximum.f128` on aarch64.
define fp128 @<!-- -->call_maximum_fp128(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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
backend:AArch64
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
andllvm.maximum.f128
on aarch64.https://godbolt.org/z/YWdK1ecM5
The text was updated successfully, but these errors were encountered: