-
Notifications
You must be signed in to change notification settings - Fork 875
Fix access to tp register for LLVM in syscalls.c #2791
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
Conversation
|
❌ failed run, report available here. |
|
❌ failed run, report available here. |
|
I updated the bench results to make the CI pass, but why bench are faster? This modification should not impact them so much |
|
❌ failed run, report available here. |
|
❌ failed run, report available here. |
|
❌ failed run, report available here. |
|
👋 Hi there! This pull request seems inactive. Need more help or have updates? Feel free to let us know. If there are no updates within the next few days, we'll go ahead and close this PR. 😊 |
|
👋 Hi there! This pull request seems inactive. Need more help or have updates? Feel free to let us know. If there are no updates within the next few days, we'll go ahead and close this PR. 😊 |
|
❌ failed run, report available here. |
|
✔️ successful run, report available here. |
The old syntax for accessing the tp register was not recognised by LLVM. This PR fixes that.
https://gcc.gnu.org/onlinedocs/gcc/Local-Register-Variables.html
https://gcc.gnu.org/onlinedocs/gcc/Global-Register-Variables.html