-
Notifications
You must be signed in to change notification settings - Fork 12.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
[PowerPC] SCV system call instruction missing #60520
Labels
Comments
@llvm/issue-subscribers-backend-powerpc |
@tstellar FYI |
I've put up a quick patch for this: #68063 |
This patch has now gone in:
|
@edelsohn |
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PPCInstrInfo.td defines the original SC system call instruction. The SCV system call instruction added in Power9 is not defined or available. The missing Power9 instruction is not mentioned in the README_P9.txt file of improvements.
The inability of Clang to recognize the SCV instruction in inline assembly prevents Clang from compiling some common Linux tools and packages, such as Valgrind.
The text was updated successfully, but these errors were encountered: