mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper"
This reverts commit4a04d086ca, reversing changes made to2d0a7def33.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
[submodule "src/llvm-project"]
|
||||
path = src/llvm-project
|
||||
url = https://github.com/rust-lang/llvm-project.git
|
||||
branch = rustc/16.0-2023-03-06
|
||||
branch = rustc/15.0-2022-12-07
|
||||
[submodule "src/doc/embedded-book"]
|
||||
path = src/doc/embedded-book
|
||||
url = https://github.com/rust-embedded/book.git
|
||||
|
||||
+1
-1
Submodule src/llvm-project updated: 4bb5eab6ac...fd949f3034
@@ -38,10 +38,10 @@
|
||||
//
|
||||
// CHECK-LABEL: @long_integer_map
|
||||
#[no_mangle]
|
||||
pub fn long_integer_map(x: [u32; 512]) -> [u32; 512] {
|
||||
pub fn long_integer_map(x: [u32; 64]) -> [u32; 64] {
|
||||
// CHECK: start:
|
||||
// CHECK-NEXT: alloca [512 x i32]
|
||||
// CHECK-NEXT: alloca %"core::mem::manually_drop::ManuallyDrop<[u32; 512]>"
|
||||
// CHECK-NEXT: alloca [64 x i32]
|
||||
// CHECK-NEXT: alloca %"core::mem::manually_drop::ManuallyDrop<[u32; 64]>"
|
||||
// CHECK-NOT: alloca
|
||||
// CHECK: mul <{{[0-9]+}} x i32>
|
||||
// CHECK: add <{{[0-9]+}} x i32>
|
||||
|
||||
Reference in New Issue
Block a user