Skip to content

Commit ba94541

Browse files
committed
test(exec-smir): refresh haskell snapshots for address cells
1 parent 7cc4c21 commit ba94541

37 files changed

Lines changed: 333 additions & 0 deletions

kmir/src/tests/integration/data/exec-smir/allocs/array_const_compare.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,13 @@
4949
<stack>
5050
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
5151
</stack>
52+
<addressMap>
53+
.Map
54+
</addressMap>
55+
<nextAddress>
56+
4096
57+
</nextAddress>
58+
<exposedSet>
59+
.Set
60+
</exposedSet>
5261
</kmir>

kmir/src/tests/integration/data/exec-smir/allocs/array_nest_compare.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,13 @@
6565
<stack>
6666
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
6767
</stack>
68+
<addressMap>
69+
.Map
70+
</addressMap>
71+
<nextAddress>
72+
4096
73+
</nextAddress>
74+
<exposedSet>
75+
.Set
76+
</exposedSet>
6877
</kmir>

kmir/src/tests/integration/data/exec-smir/allocs/enum-two-refs-fail.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,13 @@
7575
ListItem ( newLocal ( ty ( 69 ) , mutabilityNot ) ) ) )
7676
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
7777
</stack>
78+
<addressMap>
79+
.Map
80+
</addressMap>
81+
<nextAddress>
82+
4096
83+
</nextAddress>
84+
<exposedSet>
85+
.Set
86+
</exposedSet>
7887
</kmir>

kmir/src/tests/integration/data/exec-smir/allocs/option_consts.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,13 @@
112112
<stack>
113113
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
114114
</stack>
115+
<addressMap>
116+
.Map
117+
</addressMap>
118+
<nextAddress>
119+
4096
120+
</nextAddress>
121+
<exposedSet>
122+
.Set
123+
</exposedSet>
115124
</kmir>

kmir/src/tests/integration/data/exec-smir/arithmetic/arithmetic-unchecked-runs.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,13 @@
5454
<stack>
5555
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
5656
</stack>
57+
<addressMap>
58+
.Map
59+
</addressMap>
60+
<nextAddress>
61+
4096
62+
</nextAddress>
63+
<exposedSet>
64+
.Set
65+
</exposedSet>
5766
</kmir>

kmir/src/tests/integration/data/exec-smir/arithmetic/arithmetic.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,13 @@
6767
<stack>
6868
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
6969
</stack>
70+
<addressMap>
71+
.Map
72+
</addressMap>
73+
<nextAddress>
74+
4096
75+
</nextAddress>
76+
<exposedSet>
77+
.Set
78+
</exposedSet>
7079
</kmir>

kmir/src/tests/integration/data/exec-smir/arithmetic/unary.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,13 @@
4141
<stack>
4242
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
4343
</stack>
44+
<addressMap>
45+
.Map
46+
</addressMap>
47+
<nextAddress>
48+
4096
49+
</nextAddress>
50+
<exposedSet>
51+
.Set
52+
</exposedSet>
4453
</kmir>

kmir/src/tests/integration/data/exec-smir/arrays/array_indexing.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,13 @@
4949
<stack>
5050
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
5151
</stack>
52+
<addressMap>
53+
.Map
54+
</addressMap>
55+
<nextAddress>
56+
4096
57+
</nextAddress>
58+
<exposedSet>
59+
.Set
60+
</exposedSet>
5261
</kmir>

kmir/src/tests/integration/data/exec-smir/arrays/array_inlined.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,13 @@
9292
<stack>
9393
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
9494
</stack>
95+
<addressMap>
96+
.Map
97+
</addressMap>
98+
<nextAddress>
99+
4096
100+
</nextAddress>
101+
<exposedSet>
102+
.Set
103+
</exposedSet>
95104
</kmir>

kmir/src/tests/integration/data/exec-smir/arrays/array_write.state

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,13 @@
5858
<stack>
5959
ListItem ( StackFrame ( ty ( -1 ) , place (... local: local ( -1 ) , projection: .ProjectionElems ) , noBasicBlockIdx , unwindActionUnreachable , .List ) )
6060
</stack>
61+
<addressMap>
62+
.Map
63+
</addressMap>
64+
<nextAddress>
65+
4096
66+
</nextAddress>
67+
<exposedSet>
68+
.Set
69+
</exposedSet>
6170
</kmir>

0 commit comments

Comments
 (0)