Skip to content

Typo in llvm intrinsic names? #1361

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

Closed
bjorn3 opened this issue Nov 27, 2022 · 1 comment · Fixed by #1362
Closed

Typo in llvm intrinsic names? #1361

bjorn3 opened this issue Nov 27, 2022 · 1 comment · Fixed by #1362

Comments

@bjorn3
Copy link
Member

bjorn3 commented Nov 27, 2022

I found several llvm intrinsics ending with .6i8 rather than .v16i8 in the AArch64 code. Is this a typo? For example

#[link_name = "llvm.aarch64.neon.smaxv.i8.6i8"]

@Amanieu
Copy link
Member

Amanieu commented Nov 28, 2022

It is a typo, but it seems like LLVM silently fixes it up: https://rust.godbolt.org/z/1aoYzejGj

Amanieu added a commit to Amanieu/stdarch that referenced this issue Nov 28, 2022
Amanieu added a commit that referenced this issue Nov 28, 2022
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 a pull request may close this issue.

2 participants