Skip to content

Commit 5e785b1

Browse files
committedApr 21, 2024
Update tests after 123949
1 parent 1398fe7 commit 5e785b1

6 files changed

+0
-82
lines changed
 

‎tests/mir-opt/pre-codegen/ptr_offset.demo_byte_add_fat.PreCodegen.after.panic-abort.mir

-10
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,19 @@ fn demo_byte_add_fat(_1: *const [u32], _2: usize) -> *const [u32] {
55
debug n => _2;
66
let mut _0: *const [u32];
77
scope 1 (inlined std::ptr::const_ptr::<impl *const [u32]>::byte_add) {
8-
debug self => _1;
9-
debug count => _2;
108
let mut _3: *const u8;
119
let mut _4: *const u8;
1210
scope 2 (inlined std::ptr::const_ptr::<impl *const [u32]>::cast::<u8>) {
13-
debug self => _1;
1411
}
1512
scope 3 (inlined std::ptr::const_ptr::<impl *const u8>::add) {
16-
debug self => _3;
17-
debug count => _2;
1813
}
1914
scope 4 (inlined std::ptr::const_ptr::<impl *const u8>::with_metadata_of::<[u32]>) {
20-
debug self => _4;
21-
debug meta => _1;
2215
let mut _5: *const ();
2316
let mut _7: usize;
2417
scope 5 (inlined std::ptr::metadata::<[u32]>) {
25-
debug ptr => _1;
2618
let mut _6: std::ptr::metadata::PtrRepr<[u32]>;
2719
}
2820
scope 6 (inlined std::ptr::from_raw_parts::<[u32]>) {
29-
debug data_pointer => _5;
30-
debug metadata => _7;
3121
}
3222
}
3323
}

‎tests/mir-opt/pre-codegen/ptr_offset.demo_byte_add_fat.PreCodegen.after.panic-unwind.mir

-10
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,19 @@ fn demo_byte_add_fat(_1: *const [u32], _2: usize) -> *const [u32] {
55
debug n => _2;
66
let mut _0: *const [u32];
77
scope 1 (inlined std::ptr::const_ptr::<impl *const [u32]>::byte_add) {
8-
debug self => _1;
9-
debug count => _2;
108
let mut _3: *const u8;
119
let mut _4: *const u8;
1210
scope 2 (inlined std::ptr::const_ptr::<impl *const [u32]>::cast::<u8>) {
13-
debug self => _1;
1411
}
1512
scope 3 (inlined std::ptr::const_ptr::<impl *const u8>::add) {
16-
debug self => _3;
17-
debug count => _2;
1813
}
1914
scope 4 (inlined std::ptr::const_ptr::<impl *const u8>::with_metadata_of::<[u32]>) {
20-
debug self => _4;
21-
debug meta => _1;
2215
let mut _5: *const ();
2316
let mut _7: usize;
2417
scope 5 (inlined std::ptr::metadata::<[u32]>) {
25-
debug ptr => _1;
2618
let mut _6: std::ptr::metadata::PtrRepr<[u32]>;
2719
}
2820
scope 6 (inlined std::ptr::from_raw_parts::<[u32]>) {
29-
debug data_pointer => _5;
30-
debug metadata => _7;
3121
}
3222
}
3323
}

‎tests/mir-opt/pre-codegen/ptr_offset.demo_byte_add_thin.PreCodegen.after.panic-abort.mir

-14
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,16 @@ fn demo_byte_add_thin(_1: *const u32, _2: usize) -> *const u32 {
55
debug n => _2;
66
let mut _0: *const u32;
77
scope 1 (inlined std::ptr::const_ptr::<impl *const u32>::byte_add) {
8-
debug self => _1;
9-
debug count => _2;
108
let mut _3: *const u8;
119
let mut _4: *const u8;
1210
scope 2 (inlined std::ptr::const_ptr::<impl *const u32>::cast::<u8>) {
13-
debug self => _1;
1411
}
1512
scope 3 (inlined std::ptr::const_ptr::<impl *const u8>::add) {
16-
debug self => _3;
17-
debug count => _2;
1813
}
1914
scope 4 (inlined std::ptr::const_ptr::<impl *const u8>::with_metadata_of::<u32>) {
20-
debug self => _4;
21-
debug meta => _1;
22-
let mut _5: *const ();
2315
scope 5 (inlined std::ptr::metadata::<u32>) {
24-
debug ptr => _1;
2516
}
2617
scope 6 (inlined std::ptr::from_raw_parts::<u32>) {
27-
debug data_pointer => _5;
28-
debug metadata => const ();
2918
}
3019
}
3120
}
@@ -35,10 +24,7 @@ fn demo_byte_add_thin(_1: *const u32, _2: usize) -> *const u32 {
3524
_3 = _1 as *const u8 (PtrToPtr);
3625
_4 = Offset(_3, _2);
3726
StorageDead(_3);
38-
StorageLive(_5);
39-
_5 = _4 as *const () (PtrToPtr);
4027
_0 = _4 as *const u32 (PtrToPtr);
41-
StorageDead(_5);
4228
return;
4329
}
4430
}

‎tests/mir-opt/pre-codegen/ptr_offset.demo_byte_add_thin.PreCodegen.after.panic-unwind.mir

-14
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,16 @@ fn demo_byte_add_thin(_1: *const u32, _2: usize) -> *const u32 {
55
debug n => _2;
66
let mut _0: *const u32;
77
scope 1 (inlined std::ptr::const_ptr::<impl *const u32>::byte_add) {
8-
debug self => _1;
9-
debug count => _2;
108
let mut _3: *const u8;
119
let mut _4: *const u8;
1210
scope 2 (inlined std::ptr::const_ptr::<impl *const u32>::cast::<u8>) {
13-
debug self => _1;
1411
}
1512
scope 3 (inlined std::ptr::const_ptr::<impl *const u8>::add) {
16-
debug self => _3;
17-
debug count => _2;
1813
}
1914
scope 4 (inlined std::ptr::const_ptr::<impl *const u8>::with_metadata_of::<u32>) {
20-
debug self => _4;
21-
debug meta => _1;
22-
let mut _5: *const ();
2315
scope 5 (inlined std::ptr::metadata::<u32>) {
24-
debug ptr => _1;
2516
}
2617
scope 6 (inlined std::ptr::from_raw_parts::<u32>) {
27-
debug data_pointer => _5;
28-
debug metadata => const ();
2918
}
3019
}
3120
}
@@ -35,10 +24,7 @@ fn demo_byte_add_thin(_1: *const u32, _2: usize) -> *const u32 {
3524
_3 = _1 as *const u8 (PtrToPtr);
3625
_4 = Offset(_3, _2);
3726
StorageDead(_3);
38-
StorageLive(_5);
39-
_5 = _4 as *const () (PtrToPtr);
4027
_0 = _4 as *const u32 (PtrToPtr);
41-
StorageDead(_5);
4228
return;
4329
}
4430
}

‎tests/mir-opt/pre-codegen/slice_index.slice_ptr_get_unchecked_range.PreCodegen.after.panic-abort.mir

-17
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,25 @@ fn slice_ptr_get_unchecked_range(_1: *const [u32], _2: std::ops::Range<usize>) -
77
let mut _3: usize;
88
let mut _4: usize;
99
scope 1 (inlined std::ptr::const_ptr::<impl *const [u32]>::get_unchecked::<std::ops::Range<usize>>) {
10-
debug self => _1;
11-
debug ((index: std::ops::Range<usize>).0: usize) => _3;
12-
debug ((index: std::ops::Range<usize>).1: usize) => _4;
1310
scope 2 (inlined <std::ops::Range<usize> as SliceIndex<[u32]>>::get_unchecked) {
14-
debug ((self: std::ops::Range<usize>).0: usize) => _3;
15-
debug ((self: std::ops::Range<usize>).1: usize) => _4;
16-
debug slice => _1;
1711
let _5: usize;
1812
let mut _6: *const u32;
1913
let mut _7: *const u32;
2014
scope 3 {
21-
debug new_len => _5;
2215
scope 6 (inlined std::ptr::const_ptr::<impl *const [u32]>::as_ptr) {
23-
debug self => _1;
2416
}
2517
scope 7 (inlined std::ptr::const_ptr::<impl *const u32>::add) {
26-
debug self => _6;
27-
debug count => _3;
2818
}
2919
scope 8 (inlined slice_from_raw_parts::<u32>) {
30-
debug data => _7;
31-
debug len => _5;
3220
let mut _8: *const ();
3321
scope 9 (inlined std::ptr::const_ptr::<impl *const u32>::cast::<()>) {
34-
debug self => _7;
3522
}
3623
scope 10 (inlined std::ptr::from_raw_parts::<[u32]>) {
37-
debug data_pointer => _8;
38-
debug metadata => _5;
3924
}
4025
}
4126
}
4227
scope 4 (inlined std::ptr::const_ptr::<impl *const [u32]>::len) {
43-
debug self => _1;
4428
scope 5 (inlined std::ptr::metadata::<[u32]>) {
45-
debug ptr => _1;
4629
}
4730
}
4831
}

‎tests/mir-opt/pre-codegen/slice_index.slice_ptr_get_unchecked_range.PreCodegen.after.panic-unwind.mir

-17
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,25 @@ fn slice_ptr_get_unchecked_range(_1: *const [u32], _2: std::ops::Range<usize>) -
77
let mut _3: usize;
88
let mut _4: usize;
99
scope 1 (inlined std::ptr::const_ptr::<impl *const [u32]>::get_unchecked::<std::ops::Range<usize>>) {
10-
debug self => _1;
11-
debug ((index: std::ops::Range<usize>).0: usize) => _3;
12-
debug ((index: std::ops::Range<usize>).1: usize) => _4;
1310
scope 2 (inlined <std::ops::Range<usize> as SliceIndex<[u32]>>::get_unchecked) {
14-
debug ((self: std::ops::Range<usize>).0: usize) => _3;
15-
debug ((self: std::ops::Range<usize>).1: usize) => _4;
16-
debug slice => _1;
1711
let _5: usize;
1812
let mut _6: *const u32;
1913
let mut _7: *const u32;
2014
scope 3 {
21-
debug new_len => _5;
2215
scope 6 (inlined std::ptr::const_ptr::<impl *const [u32]>::as_ptr) {
23-
debug self => _1;
2416
}
2517
scope 7 (inlined std::ptr::const_ptr::<impl *const u32>::add) {
26-
debug self => _6;
27-
debug count => _3;
2818
}
2919
scope 8 (inlined slice_from_raw_parts::<u32>) {
30-
debug data => _7;
31-
debug len => _5;
3220
let mut _8: *const ();
3321
scope 9 (inlined std::ptr::const_ptr::<impl *const u32>::cast::<()>) {
34-
debug self => _7;
3522
}
3623
scope 10 (inlined std::ptr::from_raw_parts::<[u32]>) {
37-
debug data_pointer => _8;
38-
debug metadata => _5;
3924
}
4025
}
4126
}
4227
scope 4 (inlined std::ptr::const_ptr::<impl *const [u32]>::len) {
43-
debug self => _1;
4428
scope 5 (inlined std::ptr::metadata::<[u32]>) {
45-
debug ptr => _1;
4629
}
4730
}
4831
}

0 commit comments

Comments
 (0)