Skip to content

[CIR][CIRGen][Builtin][Neon] Lower SISD neon_vqrdmulhs_s32 #1175

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
Nov 27, 2024

Conversation

ghehg
Copy link
Collaborator

@ghehg ghehg commented Nov 27, 2024

OG's implementation provides one common code to handle all neon SISD intrinsics. But IMHO, it entangles different things together which hurts readability.
Here, We start with simple easy-to-understand approach with specific case. And in the future, as we handle more intrinsics, we may come up with a few simple common patterns.

@ghehg ghehg marked this pull request as ready for review November 27, 2024 14:44
@bcardosolopes bcardosolopes merged commit 8dc68cd into llvm:main Nov 27, 2024
9 checks passed
lanza pushed a commit that referenced this pull request Mar 18, 2025
[OG's implementation
](https://github.com/llvm/clangir/blob/aaf38b30d31251f3411790820c5e1bf914393ddc/clang/lib/CodeGen/CGBuiltin.cpp#L7527)
provides one common code to handle all neon SISD intrinsics. But IMHO,
it entangles different things together which hurts readability.
Here, We start with simple easy-to-understand approach with specific
case. And in the future, as we handle more intrinsics, we may come up
with a few simple common patterns.
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