-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Cannot select llvm.{min,max}imum.{f32,f64} #53353
Labels
Comments
@llvm/issue-subscribers-backend-x86 |
Right, I don't believe we currently support expansion for these intrinsics. They're effectively generic target intrinsics right now. |
4 tasks
phoebewang
pushed a commit
that referenced
this issue
May 4, 2023
Addresses #53353 Reviewed By: RKSimon, pengfei Differential Revision: https://reviews.llvm.org/D145634
I think it was closed by series of patches: |
This was referenced Jul 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that none of these intrinsics are actually implemented:
This came up when trying to implement the minimum and maximum functions in Rust, rust-lang/rust#91008. Which leads us to use a manual implementation.
godbolt
The text was updated successfully, but these errors were encountered: