Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0a6e263

Browse files
committed
bless all
1 parent 7aa44ee commit 0a6e263

27 files changed

+152
-0
lines changed

tests/mir-opt/const_prop/checked_add.main.ConstProp.panic-abort.diff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
StorageDead(_1);
2525
return;
2626
}
27+
+ }
28+
+
29+
+ alloc3 (size: 8, align: 4) {
30+
+ 02 00 00 00 00 __ __ __ │ .....░░░
2731
}
2832

tests/mir-opt/const_prop/checked_add.main.ConstProp.panic-unwind.diff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
StorageDead(_1);
2525
return;
2626
}
27+
+ }
28+
+
29+
+ alloc3 (size: 8, align: 4) {
30+
+ 02 00 00 00 00 __ __ __ │ .....░░░
2731
}
2832

tests/mir-opt/const_prop/indirect.main.ConstProp.panic-abort.diff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
StorageDead(_1);
3030
return;
3131
}
32+
+ }
33+
+
34+
+ alloc3 (size: 2, align: 1) {
35+
+ 03 00 │ ..
3236
}
3337

tests/mir-opt/const_prop/indirect.main.ConstProp.panic-unwind.diff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
StorageDead(_1);
3030
return;
3131
}
32+
+ }
33+
+
34+
+ alloc3 (size: 2, align: 1) {
35+
+ 03 00 │ ..
3236
}
3337

tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-abort.diff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@
3535
_0 = const ();
3636
return;
3737
}
38+
+ }
39+
+
40+
+ alloc3 (size: 2, align: 1) {
41+
+ 00 01 │ ..
3842
}
3943

tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-unwind.diff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@
3535
_0 = const ();
3636
return;
3737
}
38+
+ }
39+
+
40+
+ alloc3 (size: 2, align: 1) {
41+
+ 00 01 │ ..
3842
}
3943

tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-abort.diff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@
1818
StorageDead(_2);
1919
return;
2020
}
21+
+ }
22+
+
23+
+ alloc8 (size: 2, align: 1) {
24+
+ 00 00 │ ..
25+
+ }
26+
+
27+
+ alloc7 (size: 2, align: 1) {
28+
+ 00 00 │ ..
2129
}
2230

tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-unwind.diff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@
1818
StorageDead(_2);
1919
return;
2020
}
21+
+ }
22+
+
23+
+ alloc8 (size: 2, align: 1) {
24+
+ 00 00 │ ..
25+
+ }
26+
+
27+
+ alloc7 (size: 2, align: 1) {
28+
+ 00 00 │ ..
2129
}
2230

tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-abort.diff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,17 @@
2323
StorageDead(_2);
2424
return;
2525
}
26+
+ }
27+
+
28+
+ alloc12 (size: 2, align: 1) {
29+
+ 01 02 │ ..
30+
+ }
31+
+
32+
+ alloc11 (size: 2, align: 1) {
33+
+ 01 02 │ ..
34+
+ }
35+
+
36+
+ alloc8 (size: 2, align: 1) {
37+
+ 01 02 │ ..
2638
}
2739

tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-unwind.diff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,17 @@
2323
StorageDead(_2);
2424
return;
2525
}
26+
+ }
27+
+
28+
+ alloc12 (size: 2, align: 1) {
29+
+ 01 02 │ ..
30+
+ }
31+
+
32+
+ alloc11 (size: 2, align: 1) {
33+
+ 01 02 │ ..
34+
+ }
35+
+
36+
+ alloc8 (size: 2, align: 1) {
37+
+ 01 02 │ ..
2638
}
2739

0 commit comments

Comments
 (0)