Skip to content

Commit

Permalink
fix: handle resolve reinterpret cast at the IR level with a temporary…
Browse files Browse the repository at this point in the history
… assignment if required (#219)
  • Loading branch information
daniel-makerx authored May 16, 2024
1 parent 4f01df5 commit 4b1bff3
Show file tree
Hide file tree
Showing 254 changed files with 13,366 additions and 11,067 deletions.
6 changes: 4 additions & 2 deletions examples/amm/out/ConstantProductAMM.ssa.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions examples/amm/puya.log

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion examples/merkle/out/MerkleTree.ssa.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion examples/merkle/out_unoptimized/MerkleTree.destructured.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions examples/merkle/puya.log

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions examples/sizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
amm/ConstantProductAMM 1210 1101 109 1101 0
application/Reference 175 168 7 168 0
arc-28/EventEmitter 114 77 37 77 0
arc4_numeric_comparisons/UIntNOrdering 1154 908 246 908 0
arc4_numeric_comparisons/UIntNOrdering 1118 908 210 908 0
arc4_types/Arc4Address 89 62 27 62 0
arc4_types/Arc4Arrays 579 376 203 376 0
arc4_types/Arc4BoolEval 741 14 727 14 0
Expand All @@ -21,7 +21,7 @@
arc4_types/Arc4TuplesType 845 146 699 146 0
asset/Reference 268 261 7 261 0
auction/Auction 560 522 38 522 0
augmented_assignment/Augmented 157 156 1 156 0
augmented_assignment/Augmented 153 156 -3 156 0
avm_types_in_abi/Test 288 230 58 230 0
biguint_binary_ops/BiguintBinaryOps 154 8 146 8 0
boolean_binary_ops/BooleanBinaryOps 315 298 17 298 0
Expand Down Expand Up @@ -65,6 +65,7 @@
module_consts 52 50 2 50 0
nested_loops/Nested 236 201 35 201 0
regression_118 128 100 28 100 0
reinterpret_cast 125 109 16 109 0
reversed_iteration 741 547 194 547 0
scratch_slots 70 67 3 67 0
scratch_slots/2 70 67 3 67 0
Expand All @@ -82,7 +83,7 @@
stubs/String 624 141 483 141 0
stubs/Uint64 310 8 302 8 0
template_variables/TemplateVariables 165 155 10 155 0
tictactoe/TicTacToe 869 692 177 680 12
tictactoe/TicTacToe 864 692 172 680 12
too_many_permutations 108 106 2 106 0
transaction/Transaction 995 936 59 936 0
tuple_support/TupleSupport 389 292 97 292 0
Expand Down
Loading

0 comments on commit 4b1bff3

Please sign in to comment.