-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
bad result for powi inside some immutable types #6506
Comments
Ok, I'm fairly sure the issue is in the return from the function and it does seem like an llvm bug to me. Haven't yet been able to replicate it in |
perhaps the llvm vectorizor expects power-of-two-length vectors? |
|
Reported as http://llvm.org/bugs/show_bug.cgi?id=19530 |
We will have to work around this. I propose recognizing small constants (2 and 3) in our |
Upstream patch is at http://reviews.llvm.org/D4968. |
What is that sorcery?? |
Committed as http://reviews.llvm.org/rL216117. |
No wonder Keno wanted GraphViz fixed. ;) |
The text was updated successfully, but these errors were encountered: