-
-
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
[PPC] Remove Julia address-spaces before machine codegen #45556
Conversation
Looks like progress! We're now failing on some float16 functions, I think.
|
Use Elliot's ppc64le testing branch, to avoid smashing the rest of CI
Alright, I've got your PR here set to pull JuliaCI/julia-buildkite#119 as its CI configuration; so you can push things to this branch and it will only test on ppc64le-linux-gnu and x86_64-linux-gnu for now. |
Grrml @vtjnash
|
This reverts commit f2c627e.
So we are still generating:
:/ |
Huh. Address space 0 is also not allowed? void ({}) @llvm.ppc.cfence.p0sl_s |
There is still some funkiness with that pass, but this should hopefully not be necessary |
Might fix #45019