Skip to content
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

[CIR][CIRGen][Builtin][Neon] Lower neon_vhsub_v, neon_vhsubq_v #1103

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

ghehg
Copy link
Collaborator

@ghehg ghehg commented Nov 11, 2024

No description provided.

@ghehg ghehg marked this pull request as ready for review November 11, 2024 14:52
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, please read the comment inline and adhere to that in your next PRs. Thanks

@@ -858,7 +858,7 @@ int16x4_t test_vabd_s16(int16x4_t v1, int16x4_t v2) {
return vabd_s16(v1, v2);

// CIR-LABEL: vabd_s16
// CIR: {{%.*}} = cir.llvm.intrinsic "aarch64.neon.sabd" {{%.*}}, {{%.*}} :
// CIR: {{%.*}} = cir.llvm.intrinsic "aarch64.neon.sabd" {{%.*}}, {{%.*}} :
Copy link
Member

@bcardosolopes bcardosolopes Nov 11, 2024

Choose a reason for hiding this comment

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

Nit: please fix your IDE to not touch lines you are not directly editing, this generates a lot of noise and polute git blame - if you feel brave about cleaning up those things, they should come into their own NFC PRs.

@bcardosolopes bcardosolopes merged commit f395453 into llvm:main Nov 11, 2024
9 checks passed
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