-
-
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
crash in vecelement test #23796
Comments
I think this just #21918 |
Was the fix for that issue incomplete? |
Either that or it regressed in special case. I'm not able to reproduce it but I've seen alignment of 32 specified in llvm IR. The fix is mostly a workaround to begin with. |
-> There are a few linked PR for the more correct fix. |
If there are still alignments of 32 present than my fix was incomplete. I can rebase #21959 but I will probably need help to make sure that it doesn't lead to a performance regression since it is quite hot code. |
Should be fixed by #23883 |
I've seen this many times, e.g.
https://travis-ci.org/JuliaLang/julia/jobs/277518263
https://circleci.com/gh/JuliaLang/julia/3693
Seems to be intermittent, and I have no idea whether it's actually related to VecElements, but is a definite pattern.
The text was updated successfully, but these errors were encountered: