We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1022926 commit be1d4e3Copy full SHA for be1d4e3
tests/codegen/array-map.rs
@@ -30,7 +30,6 @@ pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
30
pub fn long_integer_map(x: [u32; 512]) -> [u32; 512] {
31
// CHECK: start:
32
// CHECK-NEXT: alloca [512 x i32]
33
- // CHECK-NEXT: alloca %"core::mem::manually_drop::ManuallyDrop<[u32; 512]>"
34
// CHECK-NOT: alloca
35
// CHECK: mul <{{[0-9]+}} x i32>
36
// CHECK: add <{{[0-9]+}} x i32>
0 commit comments