Uh oh!
There was an error while loading. Please reload this page.
Update LLVM submodule - #97690
Conversation
rust-highfive
commented
Jun 3, 2022
r? @cuviper (rust-highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Jun 3, 2022
|
cuviper
commented
Jun 3, 2022
@bors r+ rollup=iffy |
bors
commented
Jun 3, 2022
📌 Commit 657cbdf has been approved by |
bors
commented
Jun 4, 2022
bors
commented
Jun 4, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jun 4, 2022
Finished benchmarking commit (4a52e0f): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
nikic
commented
Jun 7, 2022
Backport nomination is to fix P-critical miscompile reported in #97428. I think it should be safe to backport the entire LLVM submodule update (as this is just moving along to a newer 14.0.x), and we don't need to pick out just the relevant commit. |
apiraino
commented
Jun 9, 2022
Beta backport discussed as per compiler team on Zulip and postponed to next week to better evaluate the entity of the LLVM patch being backported |
apiraino
commented
Jun 16, 2022
Update LLVM submodule Merge upstream release/14.x branch. Fixesrust-lang#97428.
[beta] Beta backports * Remove the unused-#[doc(hidden)] logic from the unused_attributes lint rust-lang#98336 * debuginfo: Fix NatVis for Rc and Arc with unsized pointees. rust-lang#98137 * Revert "remove num_cpus dependency" in rustc and update cargo rust-lang#97911 * Update LLVM submodule rust-lang#97690 * Revert rust-lang#96682. rust-lang#97636 * don't do Sized and other return type checks on RPIT's real type rust-lang#97431 * Temporarily disable submodule archive downloads. rust-lang#98423
Merge upstream release/14.x branch.
Fixes#97428.