-
-
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
Add 3 LLVM patches to fix issue #19792 #19810
Conversation
Note this doesn't address the likely test-system bug from #19792 (comment), so we will probably miss more of these going forward until we figure out what's up there. |
Author: Keno Fischer <kfischer@college.harvard.edu> | ||
Date: Mon Jan 2 03:00:19 2017 +0000 | ||
|
||
Reapply "[CodeGen] Fix invalid DWARF info on Win64" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops this doesn't actually apply cleanly against 3.9.1
miscompilation of broadcast
bf92182
to
b4939da
Compare
0630e78
to
98d7406
Compare
so FreeBSD patch handles it better
98d7406
to
d02ecaf
Compare
Patch D27389 does not seem to apply to 3.9.1 with |
LLVM 3.9 builds on FreeBSD on this branch, so I'd say this fixes #19769. |
f891b81
to
c2946bd
Compare
- *Type = INTEL_COREI7; // "skylake" | ||
- *Subtype = INTEL_COREI7_SKYLAKE; | ||
+ *Type = INTEL_COREI7; | ||
+ if (Features & (1 << FEATURE_AVX512)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, looks like this had some review upstream and changed - will rebuild again
c2946bd
to
5f265f7
Compare
miscompilation of broadcast
Will need to rebuild the windows binaries for appveyor before merging this, and the homebrew-julia llvm39 formula whenever. If you have any other LLVM patches in mind, do speak up so I can rebuild things fewer times.
fixes #19792, fixes #19769