Rollup of 3 pull requests#156255
Closed
JonathanBrouwer wants to merge 52 commits intorust-lang:mainfrom
Closed
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
Rename `SimdL` to `SimdExt`, `impl_simdl!` to `impl_simd_ext!`, and the helper functions in `loongarch64/simd.rs` from `simdl_*` to `simd_*`. Also qualify intrinsic and helper calls explicitly with aliases: - `is::` for `crate::intrinsics::simd` - `cs::` for `crate::core_arch::simd` - `ls::` for local LoongArch SIMD helpers
mark `vstl1_*` functions as unsafe
This updates the rust-version file to 045b177.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@045b177 Filtered ref: rust-lang/stdarch@65061a8 Upstream diff: rust-lang/rust@e22c616...045b177 This merge was created using https://github.com/rust-lang/josh-sync.
Handle `Identifier` unsafety correctly in `stdarch-gen-arm`
Rustc pull update
loongarch: Refactor portable SIMD helper naming and intrinsic paths
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.
Fix `fixupimm`
All the necessary data can be taken from `SyntaxExtension` instead.
…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
resolve: Remove `MacroData` All the necessary data can be taken from `SyntaxExtension` instead.
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
MacroData#156236 (resolve: RemoveMacroData)Failed merges:
get_macro#156151 (Don't return dummy MacroData inget_macro)r? @ghost
Create a similar rollup