diff options
| author | bors <bors@rust-lang.org> | 2024-02-13 15:07:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-13 15:07:28 +0000 |
| commit | eaff1af8fdd18ee3eb05167b2836042b7d4315f6 (patch) | |
| tree | 5bf54544646a337dce68eb2c621f4f7c043c91ce /tests/codegen/iter-repeat-n-trivial-drop.rs | |
| parent | bc1b9e0e9a813d27a09708b293dc2d41c472f0d0 (diff) | |
| parent | a6ee72df91093b4615421679471ec61191d503b3 (diff) | |
| download | rust-eaff1af8fdd18ee3eb05167b2836042b7d4315f6.tar.gz rust-eaff1af8fdd18ee3eb05167b2836042b7d4315f6.zip | |
Auto merge of #120055 - nikic:llvm-18, r=cuviper
Update to LLVM 18 LLVM 18 final is planned to be released on Mar 5th. Rust 1.78 is planned to be released on May 2nd. Tested images: dist-x86_64-linux, dist-s390x-linux, dist-aarch64-linux, dist-riscv64-linux, dist-loongarch64-linux, dist-x86_64-freebsd, dist-x86_64-illumos, dist-x86_64-musl, x86_64-linux-integration, test-various, armhf-gnu, i686-msvc, x86_64-msvc, i686-mingw, x86_64-mingw, x86_64-apple-1, x86_64-apple-2, dist-aarch64-apple r? `@ghost`
Diffstat (limited to 'tests/codegen/iter-repeat-n-trivial-drop.rs')
| -rw-r--r-- | tests/codegen/iter-repeat-n-trivial-drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/iter-repeat-n-trivial-drop.rs b/tests/codegen/iter-repeat-n-trivial-drop.rs index 0b08e578151..b052d339917 100644 --- a/tests/codegen/iter-repeat-n-trivial-drop.rs +++ b/tests/codegen/iter-repeat-n-trivial-drop.rs @@ -47,7 +47,7 @@ pub fn iter_repeat_n_next(it: &mut std::iter::RepeatN<NotCopy>) -> Option<NotCop #[no_mangle] // CHECK-LABEL: @vec_extend_via_iter_repeat_n pub fn vec_extend_via_iter_repeat_n() -> Vec<u8> { - // CHECK: %[[ADDR:.+]] = tail call noundef dereferenceable_or_null(1234) ptr @__rust_alloc(i64 noundef 1234, i64 noundef 1) + // CHECK: %[[ADDR:.+]] = tail call {{(noalias )?}}noundef dereferenceable_or_null(1234) ptr @__rust_alloc(i64 noundef 1234, i64 noundef 1) // CHECK: tail call void @llvm.memset.p0.i64(ptr noundef nonnull align 1 dereferenceable(1234) %[[ADDR]], i8 42, i64 1234, let n = 1234_usize; |
