-
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 #94764
Update LLVM submodule #94764
Conversation
The problematic compile-time issue should be resolved with this version.
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
|
@bors try @rust-timer queue Perf impact expected because this merge also contains some optimization backports. |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 6c58b5e with merge 002000a13a08597104ee4cf6511351a8f48e8b30... |
☀️ Try build successful - checks-actions |
Queued 002000a13a08597104ee4cf6511351a8f48e8b30 with parent 6045c34, future comparison URL. |
Finished benchmarking commit (002000a13a08597104ee4cf6511351a8f48e8b30): comparison url. Summary: This benchmark run did not return any relevant results. 62 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf. @bors rollup=never |
Ugh, github has become even worse at showing just how exactly the submodule was updated :/ @bors r+ |
📌 Commit 6c58b5e has been approved by |
r? @nagisa |
woops, wrong button 😅 sry |
@bors r+ |
⌛ Testing commit 6c58b5e with merge 44849b685fbbe7dff90eba43cfefcb13c247a2dc... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
☀️ Test successful - checks-actions |
Finished benchmarking commit (282778a): comparison url. Summary: This benchmark run did not return any relevant results. 45 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
…ulacrum [beta] backports * Update LLVM submodule rust-lang#94764 * Statically compile libstdc++ everywhere if asked rust-lang#94719 * Downgrade #[test] on macro call to warning rust-lang#94624 * Delay bug in expr adjustment when check_expr is called multiple times rust-lang#94596 * bootstrap: correct reading of flags for llvm rust-lang#94466 * Check method input expressions once rust-lang#94438 * remove feature gate in control_flow examples rust-lang#94283 r? `@Mark-Simulacrum`
This reverts commit 9da74e7. The codegen issue was fixed by updates to LLVM 14, rust-lang/rust#94764.
39: Revert "Temporarily ignore i686 bench" r=cuviper a=cuviper This reverts commit 9da74e7. The codegen issue was fixed by updates to LLVM 14, rust-lang/rust#94764. Co-authored-by: Josh Stone <cuviper@gmail.com>
This merges upstream changes from the 14.x release branch.
Fixes #89609.
Fixes #93923.
Fixes #94032.