-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: BLAS Idamax regression #14995
Comments
It looks like SSA is spilling |
Keith, where's that coin flip? I am pretty sure I can improve it with the loop-related information. I'll go look, if not right away, then after lunch. |
It goes back to the layout pass. We place the |
Didn't happen for 1.7, punting to 1.8. |
The blas routine Idamax is seeing a regression between 1.6 and tip (go version go version devel +7e88826 Mon Mar 28 14:10:21 2016 +0000 darwin/amd64).
Idamax finds the index with maximum absolute value.
@randall77 @josharian
The text was updated successfully, but these errors were encountered: