Skip to content

[CIR][CIRGen][Builtin][Neon] Lower neon_vqaddq_v, neon_vqsubq and neon_vqsub #988

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 3 commits into from
Oct 18, 2024

Conversation

ghehg
Copy link
Collaborator

@ghehg ghehg commented Oct 17, 2024

No description provided.

@ghehg ghehg marked this pull request as ready for review October 17, 2024 02:03
@@ -2304,29 +2304,35 @@ mlir::Value CIRGenFunction::buildCommonNeonBuiltinExpr(

// This second switch is for the intrinsics that might have a more generic
// codegen solution so we can use the common codegen in future.
std::string intrincsName;
Copy link
Member

Choose a reason for hiding this comment

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

Why this isn't a StringRef?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, should use StringRef

@bcardosolopes bcardosolopes merged commit 6dd86ad into llvm:main Oct 18, 2024
6 checks passed
keryell pushed a commit to keryell/clangir that referenced this pull request Oct 19, 2024
lanza pushed a commit that referenced this pull request Nov 5, 2024
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