-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[arm] Cannot select i32 = setcc 0x00000000, Constant:i64
#140445
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
Comments
@llvm/issue-subscribers-backend-arm Author: None (Urgau)
I'm seeing an error when trying to use `llvm.minimum.f64` and `llvm.maximum.f64` on arm (32bits).
define double @<!-- -->call_maximum_fp128(double %x, double %y) unnamed_addr #<!-- -->1 {
start:
%0 = tail call double @<!-- -->llvm.maximum.f64(double %x, double %y)
ret double %0
}
declare double @<!-- -->llvm.maximum.f64(double, double)
attributes #<!-- -->1 = { inlinehint uwtable "target-cpu"="generic" "target-features"="+strict-align,+v6,+vfp2,-d32" }
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing an error when trying to use
llvm.minimum.f64
andllvm.maximum.f64
on arm (32bits).https://llvm.godbolt.org/z/jjTh6nYd5
The text was updated successfully, but these errors were encountered: