-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
[LLVM 13] Backport D109203 #51152
Comments
assigned to @topperc |
Craig, Andy what do you think about this? |
It looks reasonable to me, but I'm not familiar with the problem this was fixing. I'm adding Pengfei, as he reviewed the original patch and should know more. |
This patch has low risk since it only changes for 32 bits, which is indeed a bug for the use of r11d. |
Yes we hit this reliably with our test suite for Julia. As usual we can carry the patch, but since it is straightforward, back porting it would be nice. |
Thanks Valentin. I think it's OK to backport. |
Merged: 77f2430 |
Extended Description
Would be nice to backport https://reviews.llvm.org/D109203 landed as https://reviews.llvm.org/rGae8507b0df738205a6b9e3795ad34672b7499381
The text was updated successfully, but these errors were encountered: