Skip to content

Commit

Permalink
Slight change to test_stage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rihi committed Sep 20, 2023
1 parent 4a5392d commit 61523ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _v_i32(name: str) -> Variable:
Assignment(_v_i32("a"), _c_i32(5))
),
(
[SubToAdd(), CollapseNestedConstants(), SimplifyTrivialArithmetic(), CollapseConstants()],
[SubToAdd(), SimplifyTrivialArithmetic(), CollapseConstants(), CollapseNestedConstants()],
Assignment(_v_i32("a"), _sub(_add(_v_i32("a"), _c_i32(5)), _c_i32(5))),
Assignment(_v_i32("a"), _v_i32("a"))
),
Expand Down

0 comments on commit 61523ce

Please sign in to comment.