We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
-fno-lax-vector-conversions
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.
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-backend-aarch64
Author: Yi-Yen Chung (yyctw)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: