[PATCH] D59991: [Linux/x86] Fix writing of non-gpr registers on newer processors
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 01:31:59 PDT 2019
labath added a comment.
Thank you for the quick review.
In D59991#1448852 <https://reviews.llvm.org/D59991#1448852>, @davezarzycki wrote:
> Can we cherry-pick this into a release branch? Skylake (and newer) CPUs are far from rare these days, especially on cloud hosting providers.
I think cherry-picking this would be a good idea (though I'd let it sit on the master branch for a bit of time first). However, I think the only release we can cherry-pick this to is 8.0.1, and that one is still a couple of months away (we've literally just wrapped 8.0). Nonetheless, I've filed a bug to do that https://bugs.llvm.org/show_bug.cgi?id=41330. If you're interested, you could also try to talk to the distro of your choice to see if they can roll out a quicker fix.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59991/new/
https://reviews.llvm.org/D59991
More information about the llvm-commits
mailing list