Skip to content

[CIR][Dialect] Add BinOpKind_Max #1201

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

Merged
merged 1 commit into from
Dec 12, 2024
Merged

[CIR][Dialect] Add BinOpKind_Max #1201

merged 1 commit into from
Dec 12, 2024

Conversation

ghehg
Copy link
Contributor

@ghehg ghehg commented Dec 3, 2024

This would facilitate implementation of neon intrinsic neon_vmax_v and __builtin_elementwise_max, and potentially future optimizations. CIR BinOp supports vector type.
Floating point has already been supported by FMaxOp.

@ghehg ghehg requested a review from smeenai December 3, 2024 14:34
@ghehg ghehg marked this pull request as ready for review December 3, 2024 15:08
@ghehg ghehg marked this pull request as ready for review December 10, 2024 16:02
@bcardosolopes bcardosolopes merged commit 994ceb5 into llvm:main Dec 12, 2024
8 checks passed
lanza pushed a commit that referenced this pull request Mar 18, 2025
This would facilitate implementation of neon intrinsic `neon_vmax_v` and
`__builtin_elementwise_max`, and potentially future optimizations. CIR
BinOp supports vector type.
Floating point has already been supported by FMaxOp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants