Rollup of 14 pull requests#154008
Conversation
Add immediate-mode AMX intrinsics
Fix LLVM intrinsic signatures for AVX-VNNI
…atures remove use of `wasm_target_feature` on wasm target arch
Correct const-stability attribute for avx512bw intrinsics
Add `movrs` intrinsics
This updates the rust-version file to eda4fc7.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@eda4fc7 Filtered ref: rust-lang/stdarch@3f3adc6 Upstream diff: rust-lang/rust@1396514...eda4fc7 This merge was created using https://github.com/rust-lang/josh-sync.
…at-min-max" This reverts commit 6a8a764262df5e65c06bc5d9180046a636a53ce9, reversing changes made to a37563b5f8cec0c873864b786c33d00386189916.
Revert "Merge pull request rust-lang#1871 from folkertdev/aarch64-float-min-max"
Rustc pull update
s390x: use llvm intrinsics instead of simd_fmin/fmax
…duce-min-max
aarch64: use `simd_reduce_{min, max}` on integers
s390x: add f64 tests for vec_min
ci is showing a lot of warnings (72) right now. apparently actions/checkout@v4 uses Node.js 20, and all github actions are scheduled to be force opted-in to Node.js 24 on 2026-06-02. I don't anticipate bumping the checkout action to v6 / Node.js 24 to cause any issues (Node.js 24 drops support for ARM32 and macOS versions <= 13.4, but this shouldn't matter because we use Docker to test in those environments, not github runners natively) but if it does cause issues it's probably better to find out now rather than by surprise 3 months from now... :)
ci: update to actions/checkout@v6
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing b711f95 (parent) -> 85e19b8 (this PR) Test differencesShow 676 test diffsStage 1
Stage 2
Additionally, 648 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 85e19b8ce869aaef0d5389a050ddee7b258b8029 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (85e19b8): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -1.6%, secondary -1.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResults (primary 0.0%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 481.409s -> 480.745s (-0.14%) |
Successful merges:
parent_modulein stripped cfg diagnostics #153959 (Fix non-moduleparent_modulein stripped cfg diagnostics)variances_of#153709 (Fix hypothetical ICE invariances_of)classify-runtime-constforf16#153884 (testclassify-runtime-constforf16)#[track_caller]invalid ABI error #153920 (improve#[track_caller]invalid ABI error)tests/ui/cross#153946 (dissolvetests/ui/cross)r? @ghost
Create a similar rollup