Skip to content

Conversation

ghehg
Copy link
Contributor

@ghehg ghehg commented Dec 18, 2024

This implementation is different from OG in the sense we chose to use CIR op which eventually lowers to generic LLVM intrinsics instead of llvm.aarch64.neon intrinsics
But down to the ASM level, they are identical .

@ghehg ghehg marked this pull request as ready for review December 18, 2024 15:26
Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for finding a generic way to solve this, way to go.

@bcardosolopes bcardosolopes merged commit 710fa7f into llvm:main Dec 18, 2024
9 checks passed
lanza pushed a commit that referenced this pull request Mar 18, 2025
This implementation is different from OG in the sense we chose to use
CIR op which eventually lowers to generic LLVM intrinsics instead of
llvm.aarch64.neon intrinsics
But down to the ASM level, [they are identical
](https://godbolt.org/z/Gbbos9z6Y).
terapines-osc-cir pushed a commit to Terapines/clangir that referenced this pull request Sep 2, 2025
…#1239)

This implementation is different from OG in the sense we chose to use
CIR op which eventually lowers to generic LLVM intrinsics instead of
llvm.aarch64.neon intrinsics
But down to the ASM level, [they are identical
](https://godbolt.org/z/Gbbos9z6Y).
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