-
Notifications
You must be signed in to change notification settings - Fork 110
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][Test][NFC] Organize CIR CodeGen AArch64 neon tests #910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about clang/test/CIR/CodeGen/aarch64-neon-intrinsics.c
? Also, clang/test/CIR/CodeGen/aarch64-neon-intrinsics.c
has several commented tests, which the intent was to be uncovered as support comes, since you added several other files, make sure you delete the duplicates from those commented out tests.
// NYI: ret <4 x i16> [[VQADD_V2_I]] | ||
// int16x4_t test_vqadd_s16(int16x4_t a, int16x4_t b) { | ||
// return vqadd_s16(a, b); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning up this file, one remaining change: this should also go to the subdir AArch64, perhaps call it neon.c
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
as title. --------- Co-authored-by: Guojin He <[email protected]>
as title. --------- Co-authored-by: Guojin He <[email protected]>
as title. --------- Co-authored-by: Guojin He <[email protected]>
as title. --------- Co-authored-by: Guojin He <[email protected]>
as title. --------- Co-authored-by: Guojin He <[email protected]>
as title. --------- Co-authored-by: Guojin He <[email protected]>
as title.