You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of __builtin_altivec_vctsxs, __builtin_altivec_vctsxs, __builtin_altivec_vctuxs, __builtin_altivec_vcfux with a non-zero immediate argument result in: LLVM ERROR: Cannot select: intrinsic %llvm.ppc.altivec.vctsxs.
Attached are C and IR reproducers.
Broken by r372285 (git d8399d1). This commit make similar changes to other architectures, so I wonder if there are any other cases.
The attached patch fixes the issue. Let me know if you want me to work up something more formal to submit for review.
The text was updated successfully, but these errors were encountered:
The test case and the fix seem perfectly fine. Would you be interested/able to post the patch with the test case on Phabricator and we can get it reviewed and committed?
The test case and the fix seem perfectly fine. Would you be interested/able
to post the patch with the test case on Phabricator and we can get it
reviewed and committed?
Extended Description
Use of __builtin_altivec_vctsxs, __builtin_altivec_vctsxs, __builtin_altivec_vctuxs, __builtin_altivec_vcfux with a non-zero immediate argument result in:
LLVM ERROR: Cannot select: intrinsic %llvm.ppc.altivec.vctsxs
.Attached are C and IR reproducers.
Broken by r372285 (git d8399d1). This commit make similar changes to other architectures, so I wonder if there are any other cases.
The attached patch fixes the issue. Let me know if you want me to work up something more formal to submit for review.
The text was updated successfully, but these errors were encountered: