Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/OpLoopMergeNone.spt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
2 Label 20
4 Variable 18 26 7
4 Variable 18 27 7
6 Load 9 21 7 2 0
4 Load 9 21 7
5 CompositeExtract 8 22 21 0
5 ShiftLeftLogical 8 23 22 11
5 ShiftRightArithmetic 8 24 23 11
Expand Down
2 changes: 1 addition & 1 deletion test/composite_construct_struct.spt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
2 Label 21
5 CompositeConstruct 11 22 16 17
5 CompositeConstruct 12 23 20 22
6 Load 5 24 3 2 0
4 Load 5 24 3
5 CompositeExtract 4 25 24 0
5 ShiftLeftLogical 4 26 25 15
5 ShiftRightArithmetic 4 27 26 15
Expand Down
2 changes: 1 addition & 1 deletion test/composite_construct_vector.spt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
3 FunctionParameter 10 2

2 Label 17
6 Load 5 18 3 2 0
4 Load 5 18 3
5 CompositeExtract 4 19 18 0
5 ShiftLeftLogical 4 20 19 12
5 ShiftRightArithmetic 4 21 20 12
Expand Down
2 changes: 1 addition & 1 deletion test/copy_object.spt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
3 FunctionParameter 9 2

2 Label 13
6 Load 5 14 3 2 0
4 Load 5 14 3
5 CompositeExtract 4 15 14 0
5 ShiftLeftLogical 4 16 15 11
5 ShiftRightArithmetic 4 17 16 11
Expand Down
2 changes: 1 addition & 1 deletion test/right_shift.spt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
3 FunctionParameter 10 2

2 Label 17
6 Load 5 18 3 2 0
4 Load 5 18 3
5 CompositeExtract 4 19 18 0
5 ShiftRightArithmetic 4 20 19 12
5 ShiftLeftLogical 4 21 20 25
Expand Down
2 changes: 1 addition & 1 deletion test/selection_merge.spt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

2 Label 18
4 Variable 16 27 7
6 Load 8 19 6 2 0
4 Load 8 19 6
5 CompositeExtract 7 20 19 0
5 ShiftLeftLogical 7 21 20 13
5 ShiftRightArithmetic 7 22 21 13
Expand Down
2 changes: 1 addition & 1 deletion test/vector_times_scalar.spt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
3 FunctionParameter 13 4

2 Label 17
6 Load 8 18 6 2 0
4 Load 8 18 6
5 CompositeExtract 7 19 18 0
5 ShiftLeftLogical 7 20 19 10
5 ShiftRightArithmetic 7 21 20 10
Expand Down
Loading