-
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 #127364
Update LLVM submodule #127364
Conversation
|
@bors r+ rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (5c08cc7): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (primary 2.6%, secondary 1.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -0.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 698.167s -> 698.837s (0.10%) |
Fixes P-high miscompile. |
[beta] backports - Update LLVM submodule rust-lang#127364 - instantiate higher ranked goals in candidate selection again rust-lang#127568 r? cuviper
829: Backport two soundness fixes to 1.79 r=pietroalbini a=Veykril Backports: - rust-lang/rust#127364 - rust-lang/rust#126154 Co-authored-by: DianQK <[email protected]> Co-authored-by: Ralf Jung <[email protected]> Co-authored-by: Lukas Wirth <[email protected]>
829: Backport two soundness fixes to 1.79 r=pietroalbini a=Veykril Backports: - rust-lang/rust#127364 - rust-lang/rust#126154 Co-authored-by: DianQK <[email protected]> Co-authored-by: Ralf Jung <[email protected]> Co-authored-by: Lukas Wirth <[email protected]>
838: Add tests for backports r=skade a=Veykril - `tests/ui/ferrocene/llvm/no-segfault.rs` tests [issue#127260](rust-lang/rust#127260) which was fixed by the backported [PR#127364](rust-lang/rust#127364) - `tests/ui/ferrocene/consts/storage-live-on-live.rs` tests [issue#119366](rust-lang/rust#119366) which was fixed by the backported [PR#126154](rust-lang/rust#126154) - `tests/codegen/ferrocene/miscompile_127286.rs` tests [issue#127286](rust-lang/rust#127286) which was fixed by the backported [PR#127364](rust-lang/rust#127364) Co-authored-by: Lukas Wirth <[email protected]>
838: Add tests for backports r=skade a=Veykril - `tests/ui/ferrocene/llvm/no-segfault.rs` tests [issue#127260](rust-lang/rust#127260) which was fixed by the backported [PR#127364](rust-lang/rust#127364) - `tests/ui/ferrocene/consts/storage-live-on-live.rs` tests [issue#119366](rust-lang/rust#119366) which was fixed by the backported [PR#126154](rust-lang/rust#126154) - `tests/codegen/ferrocene/miscompile_127286.rs` tests [issue#127286](rust-lang/rust#127286) which was fixed by the backported [PR#127364](rust-lang/rust#127364) Co-authored-by: Lukas Wirth <[email protected]>
Fixes #127260. Fixes #127286.
r? @nikic