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

[AArch64] NEON intrinsic compilation error occurs when using -fno-lax-vector-conversions #71362

Open
yyctw opened this issue Nov 6, 2023 · 1 comment

Comments

@yyctw
Copy link

yyctw commented Nov 6, 2023

This appears to be the same issue as the previous one #42686.

I discovered that certain NEON intrinsics failed to compile with the -fno-lax-vector-conversions flag, a problem that did not occur in GCC.

The NEON intrinsics that have this issue are listed below:

  • vdupb_lane_p8, vdupb_laneq_p8, vdupbh_lane_p16, vduph_laneq_p16
  • vset_lane_p8, vset_lane_p16, vset_lane_p64, vsetq_lane_p8, vsetq_lane_p16, vsetq_lane_p64
  • vget_lane_p8, vget_lane_p16, vget_lane_p64, vgetq_lane_p8, vgetq_lane_p16, vgetq_lane_p64
  • vcopy_lane_p8, vcopy_lane_p16, vcopy_lane_p64, vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_p64,
  • vcopy_laneq_p8, vcopy_laneq_p16, vcopy_laneq_p64, vcopyq_laneq_p8, vcopyq_laneq_p16, vcopyq_laneq_p64

Thank you for your reading.

@llvmbot
Copy link
Member

llvmbot commented Nov 6, 2023

@llvm/issue-subscribers-backend-aarch64

Author: Yi-Yen Chung (yyctw)

This appears to be the same issue as the previous one https://github.com//issues/42686.

I discovered that certain NEON intrinsics failed to compile with the -fno-lax-vector-conversions flag, a problem that did not occur in GCC.

The NEON intrinsics that have this issue are listed below:

  • vdupb_lane_p8, vdupb_laneq_p8, vdupbh_lane_p16, vduph_laneq_p16
  • vset_lane_p8, vset_lane_p16, vset_lane_p64, vsetq_lane_p8, vsetq_lane_p16, vsetq_lane_p64
  • vget_lane_p8, vget_lane_p16, vget_lane_p64, vgetq_lane_p8, vgetq_lane_p16, vgetq_lane_p64
  • vcopy_lane_p8, vcopy_lane_p16, vcopy_lane_p64, vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_p64,
  • vcopy_laneq_p8, vcopy_laneq_p16, vcopy_laneq_p64, vcopyq_laneq_p8, vcopyq_laneq_p16, vcopyq_laneq_p64

Thank you for your reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants