-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[MIPS] Cannot select llvm.{min,max}imum.{f32,f64} #64207
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
Comments
@llvm/issue-subscribers-backend-mips |
There is a target independent implementation for BTW I think a custom implementation for lowering |
@Cyanoxygen Please go ahead of this problem. |
Sorry for the delay, I have to take rests because of a medical condition. |
- The behavior is similar to UCOMISD on x86, which is also used to compare two fp values, specifically on handling of NaNs. - Update related tests regarding this change. - The further goal is to implement `llvm.minimum` and `llvm.maximum` intrinsics for MIPS R6 and Pre-R6. Part of #64207
It seems that none of these intrinsics are currently working on MIPS:
Error output [godbolt]:
Similar to #53353 which was for x86_64
The text was updated successfully, but these errors were encountered: