Fix SIMD codegen tests on LLVM 20 by nikic · Pull Request #136134 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation5 Commits1 Checks6 Files changed
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
The splat constants are printed differently on LLVM 20.
The splat contents are printed differently on LLVM 20.
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
label
rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
nikic mentioned this pull request
7 tasks
Thanks for fixing! (The previous instance was 0e58f1c)
Thanks, and sorry for not testing this combination. For reference, those tests were adjusted in #104693.
📌 Commit f895e31 has been approved by Urgau
It is now in the queue for this repository.
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
bors added a commit to rust-lang-ci/rust that referenced this pull request
Rollup of 9 pull requests
Successful merges:
- rust-lang#136121 (Deduplicate operand creation between scalars, non-scalars and string patterns)
- rust-lang#136134 (Fix SIMD codegen tests on LLVM 20)
- rust-lang#136153 (Locate asan-odr-win with other sanitizer tests)
- rust-lang#136161 (rustdoc: add nobuild typescript checking to our JS)
- rust-lang#136166 (interpret: is_alloc_live: check global allocs last)
- rust-lang#136168 (GCI: Don't try to eval / collect mono items inside overly generic free const items)
- rust-lang#136170 (Reject unsound toggling of Arm atomics-32 target feature)
- rust-lang#136176 (Render pattern types nicely in mir dumps)
- rust-lang#136186 (uefi: process: Fix args)
r? @ghost
@rustbot
modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request
Rollup of 9 pull requests
Successful merges:
- rust-lang#136121 (Deduplicate operand creation between scalars, non-scalars and string patterns)
- rust-lang#136134 (Fix SIMD codegen tests on LLVM 20)
- rust-lang#136153 (Locate asan-odr-win with other sanitizer tests)
- rust-lang#136161 (rustdoc: add nobuild typescript checking to our JS)
- rust-lang#136166 (interpret: is_alloc_live: check global allocs last)
- rust-lang#136168 (GCI: Don't try to eval / collect mono items inside overly generic free const items)
- rust-lang#136170 (Reject unsound toggling of Arm atomics-32 target feature)
- rust-lang#136176 (Render pattern types nicely in mir dumps)
- rust-lang#136186 (uefi: process: Fix args)
r? @ghost
@rustbot
modify labels: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#136134 - nikic:llvm-20-simd-tests, r=Urgau
Fix SIMD codegen tests on LLVM 20
The splat constants are printed differently on LLVM 20.
bors added a commit to rust-lang-ci/rust that referenced this pull request
Update to LLVM 20
LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.
- rust-lang#135764
- rust-lang#136134
- rust-lang/compiler-builtins#752
- Update compiler-builtins
Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl
try-job: aarch64-gnu try-job: aarch64-gnu-debug try-job: dist-aarch64-linux
bors added a commit to rust-lang-ci/rust that referenced this pull request
Update to LLVM 20
LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.
- rust-lang#135764
- rust-lang#136134
- rust-lang/compiler-builtins#752
- Update compiler-builtins
Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl
try-job: dist-x86_64-apple try-job: dist-apple-various try-job: x86_64-apple-1 try-job: x86_64-apple-2 try-job: dist-aarch64-apple try-job: aarch64-apple
bors added a commit to rust-lang-ci/rust that referenced this pull request
Update to LLVM 20
LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.
- rust-lang#135764
- rust-lang#136134
- rust-lang/compiler-builtins#752
- Update compiler-builtins
Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl
try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-mingw-2 try-job: dist-i686-mingw try-job: dist-x86_64-mingw
bors added a commit to rust-lang-ci/rust that referenced this pull request
Update to LLVM 20
LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.
- rust-lang#135764
- rust-lang#136134
- rust-lang/compiler-builtins#752
- Update compiler-builtins
Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl
try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-mingw-2 try-job: dist-i686-mingw try-job: dist-x86_64-mingw
bors added a commit to rust-lang-ci/rust that referenced this pull request
Update to LLVM 20
LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.
- rust-lang#135764
- rust-lang#136134
- rust-lang/compiler-builtins#752
- Update compiler-builtins
Tested: host-x86_64, host-aarch64
try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-mingw-2 try-job: dist-i686-mingw try-job: dist-x86_64-mingw
bors added a commit to rust-lang-ci/rust that referenced this pull request
Update to LLVM 20
LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.
- rust-lang#135764
- rust-lang#136134
- rust-lang/compiler-builtins#752
- llvm/llvm-project#125287
- Update compiler-builtins
Tested: host-x86_64, host-aarch64, mingw
try-job: x86_64-msvc-1 try-job: x86_64-msvc-2 try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: dist-x86_64-msvc try-job: dist-i686-msvc try-job: dist-aarch64-msvc
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request
github-merge-queue bot pushed a commit to rust-lang/rust-analyzer that referenced this pull request
BoxyUwU pushed a commit to BoxyUwU/rustc-dev-guide that referenced this pull request
github-actions bot pushed a commit to tautschnig/verify-rust-std that referenced this pull request
Rollup of 9 pull requests
Successful merges:
- rust-lang#136121 (Deduplicate operand creation between scalars, non-scalars and string patterns)
- rust-lang#136134 (Fix SIMD codegen tests on LLVM 20)
- rust-lang#136153 (Locate asan-odr-win with other sanitizer tests)
- rust-lang#136161 (rustdoc: add nobuild typescript checking to our JS)
- rust-lang#136166 (interpret: is_alloc_live: check global allocs last)
- rust-lang#136168 (GCI: Don't try to eval / collect mono items inside overly generic free const items)
- rust-lang#136170 (Reject unsound toggling of Arm atomics-32 target feature)
- rust-lang#136176 (Render pattern types nicely in mir dumps)
- rust-lang#136186 (uefi: process: Fix args)
r? @ghost
@rustbot
modify labels: rollup
Labels
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the compiler team, which will review and decide on the PR/issue.