-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update LLVM submodule to include lld NOLOAD fix #73072
Conversation
r? @cuviper (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ rollup=never |
📌 Commit aa7e771 has been approved by |
@bors p=1 |
☀️ Test successful - checks-azure |
Perf changes for reference: https://perf.rust-lang.org/compare.html?start=450abe80f193ccefbfcd48214d70520f2d507f0e&end=a2fc33e0c87a258542cd12d6ffae52c43aa3785a&stat=instructions:u There's a 1% regression for debug builds. This is expected from the LVI changes this also pulls in. To mitigate, we can backport https://reviews.llvm.org/D80964 once it's ready. |
rust-lang/llvm-project#64
Note that this also pulls in llvm changes from #72937