Rollup of 3 pull requests#156257
Conversation
seems unnecessary to use `macos-15-large` just for x86_64 support
provide a reminder on the signedness of a failed `assert_simm_bits`
Most of the changes in the JSON were merged earlier in the SVE intrinsics PR
…nsic-test-fixes Fix lane-swapping on pairwise big endian Neon intrinsic
…nsics hexagon: Add scalar DSP intrinsics
…update Update arm_intrinsics.json
…eon-tests Add more manual aarch64 load/store intrinsic tests
ci: use `macos-15-intel` runner
Implement AVX512-VP2INTERSECT intrinsics
Use more LLVM intrinsics
This updates the rust-version file to e22c616.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@e22c616 Filtered ref: rust-lang/stdarch@47c3de5 Upstream diff: rust-lang/rust@e4fdb55...e22c616 This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
Add AMX-AVX512 BF16 intrinsics
This change migrates a subset of LSX/LASX intrinsics to the portable `intrinsics::simd` interface. Only straightforward mappings are converted in this patch. Intrinsics that require more complex transformations or currently result in suboptimal code generation are intentionally left unchanged and will be migrated incrementally in follow-up patches.
loongarch: Use `intrinsics::simd` for selected LSX/LASX intrinsics
these functions write to a raw pointer, and so are clearly unsafe to use
Fix `fixupimm`
…ays-target-feature Remove inline always
…, r=folkertdev stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@6b174ad. Created using https://github.com/rust-lang/josh-sync. r? @ghost
Don't return dummy MacroData in `get_macro` I was experimenting with tool attributes and ast manipulation, and wasted some time figuring out that this was happening. AFAIK all users of `get_macro` are expecting an actual macro (and none were reading the dummy MacroData) so there should be no change in behavior.
…cation, r=wesleywiser tests/ui: allow spaces in hashbrown src normalization If one's home directory contains a space, the default location for the hashbrown source location also contains a space, and so the UI test normalization in issue-21763 fails to normalize as expected. While this new regex does not handle all valid paths, such as those beginning with `\\?\` or `\\name\`, this handles most absolute UNIX and Windows paths. Relative paths don't seem to be applicable.
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 365c0e1d7a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 365c0e1 (parent) -> a4069f5 (this PR) Test differencesShow 4 test diffsStage 1
Stage 2
Additionally, 2 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 a4069f5bd099e4cf94c2313a47d864f6479ee304 --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 (a4069f5): comparison URL. Overall result: ✅ 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.4%, secondary -0.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.4%, secondary -0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
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: 501.88s -> 500.816s (-0.21%) |
Successful merges:
get_macro#156151 (Don't return dummy MacroData inget_macro)r? @ghost
Create a similar rollup