From da8ef9b779bb9ff1f14a509ae695184457005f54 Mon Sep 17 00:00:00 2001 From: Michael Benfield Date: Mon, 21 Oct 2024 14:10:17 -0700 Subject: [PATCH] Consistently make 1 empty line between output items in codegen. --- .../src/code_generation/visit_program.rs | 129 ++++++--------- .../expectations/compiler/address/binary.out | 2 - .../expectations/compiler/address/branch.out | 2 - tests/expectations/compiler/address/equal.out | 2 - .../compiler/address/special_address.out | 6 +- .../expectations/compiler/address/ternary.out | 2 - .../array/access_array_with_loop_counter.out | 2 - .../compiler/array/array_access.out | 2 - .../array/array_in_composite_data_types.out | 1 - .../compiler/array/array_in_finalize.out | 4 - .../array/array_in_function_signature.out | 5 - .../compiler/array/array_in_mapping.out | 8 +- .../compiler/array/array_initialization.out | 2 - .../compiler/array/array_of_structs.out | 1 - .../compiler/array/array_size_limits.out | 3 - .../compiler/assert/early_return.out | 2 - tests/expectations/compiler/boolean/and.out | 2 - .../compiler/boolean/conditional.out | 2 - tests/expectations/compiler/boolean/equal.out | 2 - .../compiler/boolean/not_equal.out | 2 - .../compiler/boolean/operator_methods.out | 2 - tests/expectations/compiler/boolean/or.out | 2 - .../expectations/compiler/console/assert.out | 1 - .../compiler/console/conditional_assert.out | 2 - .../constants/const_tuple_declaration.out | 2 - .../compiler/constants/constant_finalize.out | 13 +- .../constants/constant_loop_bound.out | 2 - .../compiler/constants/loop_unrolling.out | 2 - .../unroll_loop_with_tuple_definition.out | 2 - .../algorithms/bhp1024_commit_to_address.out | 1 - .../algorithms/bhp1024_commit_to_field.out | 1 - .../algorithms/bhp1024_commit_to_group.out | 1 - .../algorithms/bhp1024_hash_to_address.out | 1 - .../core/algorithms/bhp1024_hash_to_field.out | 1 - .../core/algorithms/bhp1024_hash_to_group.out | 1 - .../algorithms/bhp1024_hash_to_scalar.out | 1 - .../algorithms/bhp256_commit_to_address.out | 1 - .../algorithms/bhp256_commit_to_field.out | 1 - .../algorithms/bhp256_commit_to_group.out | 1 - .../algorithms/bhp256_hash_to_address.out | 1 - .../core/algorithms/bhp256_hash_to_field.out | 1 - .../core/algorithms/bhp256_hash_to_group.out | 1 - .../core/algorithms/bhp256_hash_to_scalar.out | 1 - .../algorithms/bhp512_commit_to_address.out | 1 - .../algorithms/bhp512_commit_to_field.out | 1 - .../algorithms/bhp512_commit_to_group.out | 1 - .../algorithms/bhp512_hash_to_address.out | 1 - .../core/algorithms/bhp512_hash_to_field.out | 1 - .../core/algorithms/bhp512_hash_to_group.out | 1 - .../core/algorithms/bhp512_hash_to_scalar.out | 1 - .../algorithms/bhp768_commit_to_address.out | 1 - .../algorithms/bhp768_commit_to_field.out | 1 - .../algorithms/bhp768_commit_to_group.out | 1 - .../algorithms/bhp768_hash_to_address.out | 1 - .../core/algorithms/bhp768_hash_to_field.out | 1 - .../core/algorithms/bhp768_hash_to_group.out | 1 - .../core/algorithms/bhp768_hash_to_scalar.out | 1 - .../integers/bhp1024/bhp1024_hash_to_i128.out | 1 - .../integers/bhp1024/bhp1024_hash_to_i16.out | 1 - .../integers/bhp1024/bhp1024_hash_to_i32.out | 1 - .../integers/bhp1024/bhp1024_hash_to_i64.out | 1 - .../integers/bhp1024/bhp1024_hash_to_i8.out | 1 - .../integers/bhp1024/bhp1024_hash_to_u128.out | 1 - .../integers/bhp1024/bhp1024_hash_to_u16.out | 1 - .../integers/bhp1024/bhp1024_hash_to_u32.out | 1 - .../integers/bhp1024/bhp1024_hash_to_u64.out | 1 - .../integers/bhp1024/bhp1024_hash_to_u8.out | 1 - .../integers/bhp256/bhp256_hash_to_i128.out | 1 - .../integers/bhp256/bhp256_hash_to_i16.out | 1 - .../integers/bhp256/bhp256_hash_to_i32.out | 1 - .../integers/bhp256/bhp256_hash_to_i64.out | 1 - .../integers/bhp256/bhp256_hash_to_i8.out | 1 - .../integers/bhp256/bhp256_hash_to_u128.out | 1 - .../integers/bhp256/bhp256_hash_to_u16.out | 1 - .../integers/bhp256/bhp256_hash_to_u32.out | 1 - .../integers/bhp256/bhp256_hash_to_u64.out | 1 - .../integers/bhp256/bhp256_hash_to_u8.out | 1 - .../integers/bhp512/bhp512_hash_to_i128.out | 1 - .../integers/bhp512/bhp512_hash_to_i16.out | 1 - .../integers/bhp512/bhp512_hash_to_i32.out | 1 - .../integers/bhp512/bhp512_hash_to_i64.out | 1 - .../integers/bhp512/bhp512_hash_to_i8.out | 1 - .../integers/bhp512/bhp512_hash_to_u128.out | 1 - .../integers/bhp512/bhp512_hash_to_u16.out | 1 - .../integers/bhp512/bhp512_hash_to_u32.out | 1 - .../integers/bhp512/bhp512_hash_to_u64.out | 1 - .../integers/bhp512/bhp512_hash_to_u8.out | 1 - .../integers/bhp768/bhp768_hash_to_i128.out | 1 - .../integers/bhp768/bhp768_hash_to_i16.out | 1 - .../integers/bhp768/bhp768_hash_to_i32.out | 1 - .../integers/bhp768/bhp768_hash_to_i64.out | 1 - .../integers/bhp768/bhp768_hash_to_i8.out | 1 - .../integers/bhp768/bhp768_hash_to_u128.out | 1 - .../integers/bhp768/bhp768_hash_to_u16.out | 1 - .../integers/bhp768/bhp768_hash_to_u32.out | 1 - .../integers/bhp768/bhp768_hash_to_u64.out | 1 - .../integers/bhp768/bhp768_hash_to_u8.out | 1 - .../keccak256/keccak256_hash_to_i128.out | 1 - .../keccak256/keccak256_hash_to_i16.out | 1 - .../keccak256/keccak256_hash_to_i32.out | 1 - .../keccak256/keccak256_hash_to_i64.out | 1 - .../keccak256/keccak256_hash_to_i8.out | 1 - .../keccak256/keccak256_hash_to_u128.out | 1 - .../keccak256/keccak256_hash_to_u16.out | 1 - .../keccak256/keccak256_hash_to_u32.out | 1 - .../keccak256/keccak256_hash_to_u64.out | 1 - .../keccak256/keccak256_hash_to_u8.out | 1 - .../keccak384/keccak384_hash_to_i128.out | 1 - .../keccak384/keccak384_hash_to_i16.out | 1 - .../keccak384/keccak384_hash_to_i32.out | 1 - .../keccak384/keccak384_hash_to_i64.out | 1 - .../keccak384/keccak384_hash_to_i8.out | 1 - .../keccak384/keccak384_hash_to_u128.out | 1 - .../keccak384/keccak384_hash_to_u16.out | 1 - .../keccak384/keccak384_hash_to_u32.out | 1 - .../keccak384/keccak384_hash_to_u64.out | 1 - .../keccak384/keccak384_hash_to_u8.out | 1 - .../keccak512/keccak512_hash_to_i128.out | 1 - .../keccak512/keccak512_hash_to_i16.out | 1 - .../keccak512/keccak512_hash_to_i32.out | 1 - .../keccak512/keccak512_hash_to_i64.out | 1 - .../keccak512/keccak512_hash_to_i8.out | 1 - .../keccak512/keccak512_hash_to_u128.out | 1 - .../keccak512/keccak512_hash_to_u16.out | 1 - .../keccak512/keccak512_hash_to_u32.out | 1 - .../keccak512/keccak512_hash_to_u64.out | 1 - .../keccak512/keccak512_hash_to_u8.out | 1 - .../pedersen128/pedersen128_hash_to_i128.out | 1 - .../pedersen128/pedersen128_hash_to_i16.out | 1 - .../pedersen128/pedersen128_hash_to_i32.out | 1 - .../pedersen128/pedersen128_hash_to_i64.out | 1 - .../pedersen128/pedersen128_hash_to_i8.out | 1 - .../pedersen128/pedersen128_hash_to_u128.out | 1 - .../pedersen128/pedersen128_hash_to_u16.out | 1 - .../pedersen128/pedersen128_hash_to_u32.out | 1 - .../pedersen128/pedersen128_hash_to_u64.out | 1 - .../pedersen128/pedersen128_hash_to_u8.out | 1 - .../pedersen64/pedersen64_hash_to_i128.out | 1 - .../pedersen64/pedersen64_hash_to_i16.out | 1 - .../pedersen64/pedersen64_hash_to_i32.out | 1 - .../pedersen64/pedersen64_hash_to_i64.out | 1 - .../pedersen64/pedersen64_hash_to_i8.out | 1 - .../pedersen64/pedersen64_hash_to_u128.out | 1 - .../pedersen64/pedersen64_hash_to_u16.out | 1 - .../pedersen64/pedersen64_hash_to_u32.out | 1 - .../pedersen64/pedersen64_hash_to_u64.out | 1 - .../pedersen64/pedersen64_hash_to_u8.out | 1 - .../poseidon2/poseidon2_hash_to_i128.out | 1 - .../poseidon2/poseidon2_hash_to_i16.out | 1 - .../poseidon2/poseidon2_hash_to_i32.out | 1 - .../poseidon2/poseidon2_hash_to_i64.out | 1 - .../poseidon2/poseidon2_hash_to_i8.out | 1 - .../poseidon2/poseidon2_hash_to_u128.out | 1 - .../poseidon2/poseidon2_hash_to_u16.out | 1 - .../poseidon2/poseidon2_hash_to_u32.out | 1 - .../poseidon2/poseidon2_hash_to_u64.out | 1 - .../poseidon2/poseidon2_hash_to_u8.out | 1 - .../poseidon4/poseidon4_hash_to_i128.out | 1 - .../poseidon4/poseidon4_hash_to_i16.out | 1 - .../poseidon4/poseidon4_hash_to_i32.out | 1 - .../poseidon4/poseidon4_hash_to_i64.out | 1 - .../poseidon4/poseidon4_hash_to_i8.out | 1 - .../poseidon4/poseidon4_hash_to_u128.out | 1 - .../poseidon4/poseidon4_hash_to_u16.out | 1 - .../poseidon4/poseidon4_hash_to_u32.out | 1 - .../poseidon4/poseidon4_hash_to_u64.out | 1 - .../poseidon4/poseidon4_hash_to_u8.out | 1 - .../poseidon8/poseidon8_hash_to_i128.out | 1 - .../poseidon8/poseidon8_hash_to_i16.out | 1 - .../poseidon8/poseidon8_hash_to_i32.out | 1 - .../poseidon8/poseidon8_hash_to_i64.out | 1 - .../poseidon8/poseidon8_hash_to_i8.out | 1 - .../poseidon8/poseidon8_hash_to_u128.out | 1 - .../poseidon8/poseidon8_hash_to_u16.out | 1 - .../poseidon8/poseidon8_hash_to_u32.out | 1 - .../poseidon8/poseidon8_hash_to_u64.out | 1 - .../poseidon8/poseidon8_hash_to_u8.out | 1 - .../sha3_256/sha3_256_hash_to_i128.out | 1 - .../sha3_256/sha3_256_hash_to_i16.out | 1 - .../sha3_256/sha3_256_hash_to_i32.out | 1 - .../sha3_256/sha3_256_hash_to_i64.out | 1 - .../integers/sha3_256/sha3_256_hash_to_i8.out | 1 - .../sha3_256/sha3_256_hash_to_u128.out | 1 - .../sha3_256/sha3_256_hash_to_u16.out | 1 - .../sha3_256/sha3_256_hash_to_u32.out | 1 - .../sha3_256/sha3_256_hash_to_u64.out | 1 - .../integers/sha3_256/sha3_256_hash_to_u8.out | 1 - .../sha3_384/sha3_384_hash_to_i128.out | 1 - .../sha3_384/sha3_384_hash_to_i16.out | 1 - .../sha3_384/sha3_384_hash_to_i32.out | 1 - .../sha3_384/sha3_384_hash_to_i64.out | 1 - .../integers/sha3_384/sha3_384_hash_to_i8.out | 1 - .../sha3_384/sha3_384_hash_to_u128.out | 1 - .../sha3_384/sha3_384_hash_to_u16.out | 1 - .../sha3_384/sha3_384_hash_to_u32.out | 1 - .../sha3_384/sha3_384_hash_to_u64.out | 1 - .../integers/sha3_384/sha3_384_hash_to_u8.out | 1 - .../sha3_512/sha3_512_hash_to_i128.out | 1 - .../sha3_512/sha3_512_hash_to_i16.out | 1 - .../sha3_512/sha3_512_hash_to_i32.out | 1 - .../sha3_512/sha3_512_hash_to_i64.out | 1 - .../integers/sha3_512/sha3_512_hash_to_i8.out | 1 - .../sha3_512/sha3_512_hash_to_u128.out | 1 - .../sha3_512/sha3_512_hash_to_u16.out | 1 - .../sha3_512/sha3_512_hash_to_u32.out | 1 - .../sha3_512/sha3_512_hash_to_u64.out | 1 - .../integers/sha3_512/sha3_512_hash_to_u8.out | 1 - .../algorithms/keccak256_hash_to_address.out | 1 - .../algorithms/keccak256_hash_to_field.out | 1 - .../algorithms/keccak256_hash_to_group.out | 1 - .../algorithms/keccak256_hash_to_scalar.out | 1 - .../algorithms/keccak384_hash_to_address.out | 1 - .../algorithms/keccak384_hash_to_field.out | 1 - .../algorithms/keccak384_hash_to_group.out | 1 - .../algorithms/keccak384_hash_to_scalar.out | 1 - .../algorithms/keccak512_hash_to_address.out | 1 - .../algorithms/keccak512_hash_to_field.out | 1 - .../algorithms/keccak512_hash_to_group.out | 1 - .../algorithms/keccak512_hash_to_scalar.out | 1 - .../pedersen128_commit_to_address.out | 1 - .../pedersen128_commit_to_field.out | 1 - .../pedersen128_commit_to_group.out | 1 - .../pedersen128_hash_to_address.out | 1 - .../algorithms/pedersen128_hash_to_field.out | 1 - .../algorithms/pedersen128_hash_to_group.out | 1 - .../pedersen64_commit_to_address.out | 1 - .../algorithms/pedersen64_commit_to_field.out | 1 - .../algorithms/pedersen64_commit_to_group.out | 1 - .../algorithms/pedersen64_hash_to_address.out | 1 - .../algorithms/pedersen64_hash_to_field.out | 1 - .../algorithms/pedersen64_hash_to_group.out | 1 - .../algorithms/pedersen64_hash_to_scalar.out | 1 - .../algorithms/poseidon2_hash_to_address.out | 1 - .../algorithms/poseidon2_hash_to_field.out | 1 - .../algorithms/poseidon2_hash_to_group.out | 1 - .../algorithms/poseidon2_hash_to_scalar.out | 1 - .../algorithms/poseidon4_hash_to_address.out | 1 - .../algorithms/poseidon4_hash_to_field.out | 1 - .../algorithms/poseidon4_hash_to_group.out | 1 - .../algorithms/poseidon4_hash_to_scalar.out | 1 - .../algorithms/poseidon8_hash_to_address.out | 1 - .../algorithms/poseidon8_hash_to_field.out | 1 - .../algorithms/poseidon8_hash_to_group.out | 1 - .../algorithms/poseidon8_hash_to_scalar.out | 1 - .../algorithms/sha3_256_hash_to_address.out | 1 - .../algorithms/sha3_256_hash_to_field.out | 1 - .../algorithms/sha3_256_hash_to_group.out | 1 - .../algorithms/sha3_256_hash_to_scalar.out | 1 - .../algorithms/sha3_384_hash_to_address.out | 1 - .../algorithms/sha3_384_hash_to_field.out | 1 - .../algorithms/sha3_384_hash_to_group.out | 1 - .../algorithms/sha3_384_hash_to_scalar.out | 1 - .../algorithms/sha3_512_hash_to_address.out | 1 - .../algorithms/sha3_512_hash_to_field.out | 1 - .../algorithms/sha3_512_hash_to_group.out | 1 - .../algorithms/sha3_512_hash_to_scalar.out | 1 - .../compiler/core/constants/group_gen.out | 2 - .../compiler/definition/out_of_order.out | 2 - .../compiler/examples/auction.out | 3 - .../compiler/examples/basic_bank.out | 12 +- .../expectations/compiler/examples/board.out | 4 - .../compiler/examples/bubblesort.out | 2 - tests/expectations/compiler/examples/core.out | 2 - .../compiler/examples/fibonacci.out | 3 - .../expectations/compiler/examples/groups.out | 2 - .../compiler/examples/helloworld.out | 2 - .../compiler/examples/interest.out | 3 - .../compiler/examples/lottery.out | 7 +- .../compiler/examples/message.out | 1 - tests/expectations/compiler/examples/move.out | 2 - .../compiler/examples/ntzdebruijn.out | 3 - .../compiler/examples/ntzgaudet.out | 2 - .../compiler/examples/ntzloops.out | 2 - .../compiler/examples/ntzmasks.out | 2 - .../compiler/examples/ntzreisers.out | 3 - .../compiler/examples/ntzseals.out | 3 - .../compiler/examples/ntzsearchtree.out | 2 - .../compiler/examples/ntzsmallvals.out | 2 - .../compiler/examples/simple_token.out | 2 - .../compiler/examples/tictactoe.out | 3 - .../expectations/compiler/examples/token.out | 18 +- .../compiler/examples/twoadicity.out | 3 - .../expectations/compiler/examples/verify.out | 6 - tests/expectations/compiler/examples/vote.out | 31 +--- .../expectations/compiler/expression/cast.out | 2 - .../compiler/expression/cast_coersion.out | 1 - .../compiler/expression/network_id.out | 4 - .../compiler/expression/ternary.out | 2 - tests/expectations/compiler/field/add.out | 2 - tests/expectations/compiler/field/div.out | 2 - tests/expectations/compiler/field/eq.out | 2 - tests/expectations/compiler/field/field.out | 2 - tests/expectations/compiler/field/mul.out | 2 - tests/expectations/compiler/field/negate.out | 2 - .../compiler/field/operator_methods.out | 2 - tests/expectations/compiler/field/pow.out | 2 - tests/expectations/compiler/field/sub.out | 2 - tests/expectations/compiler/field/ternary.out | 2 - .../compiler/finalize/block_height.out | 4 - .../compiler/finalize/contains.out | 8 +- .../finalize/decrement_via_get_set.out | 8 +- .../compiler/finalize/finalize.out | 16 +- .../finalize/finalize_with_method_calls.out | 16 +- .../finalize/increment_via_get_set.out | 8 +- .../compiler/finalize/inline_in_finalize.out | 6 - .../compiler/finalize/mapping.out | 15 +- .../only_finalize_with_flattening.out | 10 +- tests/expectations/compiler/finalize/rand.out | 4 - .../expectations/compiler/finalize/remove.out | 8 +- .../compiler/function/basic_async.out | 8 +- .../compiler/function/conditional_return.out | 2 - .../function/dead_code_elimination.out | 4 - .../compiler/function/flatten_arrays.out | 2 - .../flatten_inlined_tuples_of_structs.out | 3 - .../compiler/function/flatten_test.out | 2 - .../compiler/function/flatten_test_2.out | 2 - .../function/flatten_tuples_of_structs.out | 2 - .../function/flatten_unit_expressions.out | 4 - .../compiler/function/function_call.out | 4 - .../function/function_call_inline.out | 8 - .../function/function_call_out_of_order.out | 4 - .../function_input_else_assignment.out | 2 - .../helper_function_with_interface.out | 2 - .../function/inline_expr_statement.out | 12 -- .../compiler/function/inline_twice.out | 6 - .../function/private_input_output.out | 2 - ...ction_any_number_of_inputs_and_outputs.out | 5 - .../function/program_function_empty_body.out | 2 - .../function/program_function_unit_type.out | 3 - .../function/program_function_with_mode.out | 4 - .../function/record_in_conditional_return.out | 2 - tests/expectations/compiler/function/self.out | 2 - .../compiler/futures/explicit_type_simple.out | 12 +- .../compiler/futures/future_in_tuple.out | 7 - .../expectations/compiler/futures/nested.out | 23 +-- .../futures/partial_type_specification.out | 26 +-- .../expectations/compiler/futures/simple.out | 12 +- tests/expectations/compiler/group/add.out | 2 - .../expectations/compiler/group/assert_eq.out | 2 - tests/expectations/compiler/group/eq.out | 2 - .../expectations/compiler/group/group_mul.out | 2 - tests/expectations/compiler/group/input.out | 2 - tests/expectations/compiler/group/mul.out | 2 - .../compiler/group/mult_by_scalar.out | 2 - tests/expectations/compiler/group/negate.out | 2 - .../compiler/group/operator_methods.out | 2 - .../compiler/group/point_input.out | 2 - tests/expectations/compiler/group/sub.out | 2 - tests/expectations/compiler/group/ternary.out | 2 - .../compiler/group/to_x_coordinate.out | 2 - .../compiler/group/to_y_coordinate.out | 2 - tests/expectations/compiler/group/x_and_y.out | 2 - .../compiler/group/x_sign_high.out | 2 - .../compiler/group/x_sign_inferred.out | 2 - .../compiler/group/x_sign_low.out | 2 - tests/expectations/compiler/group/zero.out | 2 - tests/expectations/compiler/input/main.out | 2 - .../compiler/input/main_field.out | 2 - .../compiler/integers/i128/add.out | 2 - .../compiler/integers/i128/and.out | 2 - .../compiler/integers/i128/console_assert.out | 2 - .../compiler/integers/i128/div.out | 2 - .../compiler/integers/i128/eq.out | 2 - .../compiler/integers/i128/ge.out | 2 - .../compiler/integers/i128/gt.out | 2 - .../compiler/integers/i128/hex_and_bin.out | 2 - .../compiler/integers/i128/le.out | 2 - .../compiler/integers/i128/lt.out | 2 - .../compiler/integers/i128/max.out | 2 - .../compiler/integers/i128/min.out | 2 - .../compiler/integers/i128/min_fail.out | 2 - .../compiler/integers/i128/mul.out | 2 - .../compiler/integers/i128/ne.out | 2 - .../compiler/integers/i128/negate.out | 2 - .../integers/i128/negate_min_fail.out | 2 - .../compiler/integers/i128/negate_zero.out | 2 - .../integers/i128/operator_methods.out | 2 - .../compiler/integers/i128/or.out | 2 - .../compiler/integers/i128/pow.out | 2 - .../compiler/integers/i128/rem.out | 2 - .../compiler/integers/i128/shl.out | 2 - .../compiler/integers/i128/shr.out | 2 - .../compiler/integers/i128/sub.out | 2 - .../compiler/integers/i128/ternary.out | 2 - .../compiler/integers/i128/xor.out | 2 - .../compiler/integers/i16/add.out | 2 - .../compiler/integers/i16/and.out | 2 - .../compiler/integers/i16/console_assert.out | 2 - .../compiler/integers/i16/div.out | 2 - .../expectations/compiler/integers/i16/eq.out | 2 - .../expectations/compiler/integers/i16/ge.out | 2 - .../expectations/compiler/integers/i16/gt.out | 2 - .../compiler/integers/i16/hex_and_bin.out | 2 - .../expectations/compiler/integers/i16/le.out | 2 - .../expectations/compiler/integers/i16/lt.out | 2 - .../compiler/integers/i16/max.out | 2 - .../compiler/integers/i16/min.out | 2 - .../compiler/integers/i16/min_fail.out | 2 - .../compiler/integers/i16/mul.out | 2 - .../expectations/compiler/integers/i16/ne.out | 2 - .../compiler/integers/i16/negate.out | 2 - .../compiler/integers/i16/negate_min_fail.out | 2 - .../compiler/integers/i16/negate_zero.out | 2 - .../integers/i16/operator_methods.out | 2 - .../expectations/compiler/integers/i16/or.out | 2 - .../compiler/integers/i16/pow.out | 2 - .../compiler/integers/i16/rem.out | 2 - .../compiler/integers/i16/shl.out | 2 - .../compiler/integers/i16/shr.out | 2 - .../compiler/integers/i16/sub.out | 2 - .../compiler/integers/i16/ternary.out | 2 - .../compiler/integers/i16/xor.out | 2 - .../compiler/integers/i32/add.out | 2 - .../compiler/integers/i32/and.out | 2 - .../compiler/integers/i32/console_assert.out | 2 - .../compiler/integers/i32/div.out | 2 - .../expectations/compiler/integers/i32/eq.out | 2 - .../expectations/compiler/integers/i32/ge.out | 2 - .../expectations/compiler/integers/i32/gt.out | 2 - .../compiler/integers/i32/hex_and_bin.out | 2 - .../expectations/compiler/integers/i32/le.out | 2 - .../expectations/compiler/integers/i32/lt.out | 2 - .../compiler/integers/i32/max.out | 2 - .../compiler/integers/i32/min.out | 2 - .../compiler/integers/i32/min_fail.out | 2 - .../compiler/integers/i32/mul.out | 2 - .../expectations/compiler/integers/i32/ne.out | 2 - .../compiler/integers/i32/negate.out | 2 - .../compiler/integers/i32/negate_min_fail.out | 2 - .../compiler/integers/i32/negate_zero.out | 2 - .../integers/i32/operator_methods.out | 2 - .../expectations/compiler/integers/i32/or.out | 2 - .../compiler/integers/i32/pow.out | 2 - .../compiler/integers/i32/rem.out | 2 - .../compiler/integers/i32/shl.out | 2 - .../compiler/integers/i32/shr.out | 2 - .../compiler/integers/i32/sub.out | 2 - .../compiler/integers/i32/ternary.out | 2 - .../compiler/integers/i32/xor.out | 2 - .../compiler/integers/i64/add.out | 2 - .../compiler/integers/i64/and.out | 2 - .../compiler/integers/i64/console_assert.out | 2 - .../compiler/integers/i64/div.out | 2 - .../expectations/compiler/integers/i64/eq.out | 2 - .../expectations/compiler/integers/i64/ge.out | 2 - .../expectations/compiler/integers/i64/gt.out | 2 - .../compiler/integers/i64/hex_and_bin.out | 2 - .../expectations/compiler/integers/i64/le.out | 2 - .../expectations/compiler/integers/i64/lt.out | 2 - .../compiler/integers/i64/max.out | 2 - .../compiler/integers/i64/min.out | 2 - .../compiler/integers/i64/min_fail.out | 2 - .../compiler/integers/i64/mul.out | 2 - .../expectations/compiler/integers/i64/ne.out | 2 - .../compiler/integers/i64/negate.out | 2 - .../compiler/integers/i64/negate_min_fail.out | 2 - .../compiler/integers/i64/negate_zero.out | 2 - .../integers/i64/operator_methods.out | 2 - .../expectations/compiler/integers/i64/or.out | 2 - .../compiler/integers/i64/pow.out | 2 - .../compiler/integers/i64/rem.out | 2 - .../compiler/integers/i64/shl.out | 2 - .../compiler/integers/i64/shr.out | 2 - .../compiler/integers/i64/sub.out | 2 - .../compiler/integers/i64/ternary.out | 2 - .../compiler/integers/i64/xor.out | 2 - .../expectations/compiler/integers/i8/add.out | 2 - .../expectations/compiler/integers/i8/and.out | 2 - .../compiler/integers/i8/console_assert.out | 2 - .../expectations/compiler/integers/i8/div.out | 2 - .../expectations/compiler/integers/i8/eq.out | 2 - .../expectations/compiler/integers/i8/ge.out | 2 - .../expectations/compiler/integers/i8/gt.out | 2 - .../compiler/integers/i8/hex_and_bin.out | 2 - .../expectations/compiler/integers/i8/le.out | 2 - .../expectations/compiler/integers/i8/lt.out | 2 - .../expectations/compiler/integers/i8/max.out | 2 - .../expectations/compiler/integers/i8/min.out | 2 - .../compiler/integers/i8/min_fail.out | 2 - .../expectations/compiler/integers/i8/mul.out | 2 - .../expectations/compiler/integers/i8/ne.out | 2 - .../compiler/integers/i8/negate.out | 2 - .../compiler/integers/i8/negate_min_fail.out | 2 - .../compiler/integers/i8/negate_zero.out | 2 - .../compiler/integers/i8/operator_methods.out | 2 - .../expectations/compiler/integers/i8/or.out | 2 - .../expectations/compiler/integers/i8/pow.out | 2 - .../expectations/compiler/integers/i8/rem.out | 2 - .../expectations/compiler/integers/i8/shl.out | 2 - .../expectations/compiler/integers/i8/shr.out | 2 - .../expectations/compiler/integers/i8/sub.out | 2 - .../compiler/integers/i8/ternary.out | 2 - .../expectations/compiler/integers/i8/xor.out | 2 - .../compiler/integers/u128/add.out | 2 - .../compiler/integers/u128/and.out | 2 - .../compiler/integers/u128/console_assert.out | 2 - .../compiler/integers/u128/div.out | 2 - .../compiler/integers/u128/eq.out | 2 - .../compiler/integers/u128/ge.out | 2 - .../compiler/integers/u128/gt.out | 2 - .../compiler/integers/u128/hex_and_bin.out | 2 - .../compiler/integers/u128/le.out | 2 - .../compiler/integers/u128/lt.out | 2 - .../compiler/integers/u128/max.out | 2 - .../compiler/integers/u128/min.out | 2 - .../compiler/integers/u128/mul.out | 2 - .../compiler/integers/u128/ne.out | 2 - .../integers/u128/operator_methods.out | 2 - .../compiler/integers/u128/or.out | 2 - .../compiler/integers/u128/pow.out | 2 - .../compiler/integers/u128/rem.out | 2 - .../compiler/integers/u128/shl.out | 2 - .../compiler/integers/u128/shr.out | 2 - .../compiler/integers/u128/sub.out | 2 - .../compiler/integers/u128/ternary.out | 2 - .../compiler/integers/u128/xor.out | 2 - .../compiler/integers/u16/add.out | 2 - .../compiler/integers/u16/and.out | 2 - .../compiler/integers/u16/console_assert.out | 2 - .../compiler/integers/u16/div.out | 2 - .../expectations/compiler/integers/u16/eq.out | 2 - .../expectations/compiler/integers/u16/ge.out | 2 - .../expectations/compiler/integers/u16/gt.out | 2 - .../compiler/integers/u16/hex_and_bin.out | 2 - .../expectations/compiler/integers/u16/le.out | 2 - .../expectations/compiler/integers/u16/lt.out | 2 - .../compiler/integers/u16/max.out | 2 - .../compiler/integers/u16/min.out | 2 - .../compiler/integers/u16/mul.out | 2 - .../expectations/compiler/integers/u16/ne.out | 2 - .../integers/u16/operator_methods.out | 2 - .../expectations/compiler/integers/u16/or.out | 2 - .../compiler/integers/u16/pow.out | 2 - .../compiler/integers/u16/rem.out | 2 - .../compiler/integers/u16/shl.out | 2 - .../compiler/integers/u16/shr.out | 2 - .../compiler/integers/u16/sub.out | 2 - .../compiler/integers/u16/ternary.out | 2 - .../compiler/integers/u16/xor.out | 2 - .../compiler/integers/u32/add.out | 2 - .../compiler/integers/u32/and.out | 2 - .../compiler/integers/u32/console_assert.out | 2 - .../compiler/integers/u32/div.out | 2 - .../expectations/compiler/integers/u32/eq.out | 2 - .../expectations/compiler/integers/u32/ge.out | 2 - .../expectations/compiler/integers/u32/gt.out | 2 - .../compiler/integers/u32/hex_and_bin.out | 2 - .../expectations/compiler/integers/u32/le.out | 2 - .../expectations/compiler/integers/u32/lt.out | 2 - .../compiler/integers/u32/max.out | 2 - .../compiler/integers/u32/min.out | 2 - .../compiler/integers/u32/mul.out | 2 - .../expectations/compiler/integers/u32/ne.out | 2 - .../integers/u32/operator_methods.out | 2 - .../expectations/compiler/integers/u32/or.out | 2 - .../compiler/integers/u32/pow.out | 2 - .../compiler/integers/u32/rem.out | 2 - .../compiler/integers/u32/shl.out | 2 - .../compiler/integers/u32/shr.out | 2 - .../compiler/integers/u32/sub.out | 2 - .../compiler/integers/u32/ternary.out | 2 - .../compiler/integers/u32/xor.out | 2 - .../compiler/integers/u64/add.out | 2 - .../compiler/integers/u64/and.out | 2 - .../compiler/integers/u64/console_assert.out | 2 - .../compiler/integers/u64/div.out | 2 - .../expectations/compiler/integers/u64/eq.out | 2 - .../expectations/compiler/integers/u64/ge.out | 2 - .../expectations/compiler/integers/u64/gt.out | 2 - .../compiler/integers/u64/hex_and_bin.out | 2 - .../expectations/compiler/integers/u64/le.out | 2 - .../expectations/compiler/integers/u64/lt.out | 2 - .../compiler/integers/u64/max.out | 2 - .../compiler/integers/u64/min.out | 2 - .../compiler/integers/u64/mul.out | 2 - .../expectations/compiler/integers/u64/ne.out | 2 - .../integers/u64/operator_methods.out | 2 - .../expectations/compiler/integers/u64/or.out | 2 - .../compiler/integers/u64/pow.out | 2 - .../compiler/integers/u64/rem.out | 2 - .../compiler/integers/u64/shl.out | 2 - .../compiler/integers/u64/shr.out | 2 - .../compiler/integers/u64/sub.out | 2 - .../compiler/integers/u64/ternary.out | 2 - .../compiler/integers/u64/xor.out | 2 - .../expectations/compiler/integers/u8/add.out | 2 - .../expectations/compiler/integers/u8/and.out | 2 - .../compiler/integers/u8/console_assert.out | 2 - .../expectations/compiler/integers/u8/div.out | 2 - .../expectations/compiler/integers/u8/eq.out | 2 - .../expectations/compiler/integers/u8/ge.out | 2 - .../expectations/compiler/integers/u8/gt.out | 2 - .../compiler/integers/u8/hex_and_bin.out | 2 - .../expectations/compiler/integers/u8/le.out | 2 - .../expectations/compiler/integers/u8/lt.out | 2 - .../expectations/compiler/integers/u8/max.out | 2 - .../expectations/compiler/integers/u8/min.out | 2 - .../expectations/compiler/integers/u8/mul.out | 2 - .../expectations/compiler/integers/u8/ne.out | 2 - .../compiler/integers/u8/operator_methods.out | 2 - .../expectations/compiler/integers/u8/or.out | 2 - .../expectations/compiler/integers/u8/pow.out | 2 - .../expectations/compiler/integers/u8/rem.out | 2 - .../expectations/compiler/integers/u8/shl.out | 2 - .../expectations/compiler/integers/u8/shr.out | 2 - .../expectations/compiler/integers/u8/sub.out | 2 - .../compiler/integers/u8/ternary.out | 2 - .../expectations/compiler/integers/u8/xor.out | 2 - .../compiler/mappings/max_mappings.out | 156 +++++++----------- .../mappings/read_external_mapping.out | 21 +-- .../compiler/records/balance_wrong_ty.out | 2 - .../compiler/records/declaration.out | 2 - .../records/external_nested_record.out | 5 - .../compiler/records/gates_is_allowed.out | 1 - .../compiler/records/init_expression.out | 2 - .../records/init_expression_shorthand.out | 2 - .../compiler/records/nested_record.out | 2 - .../records/nested_record_as_function_io.out | 6 - .../record_declaration_out_of_order.out | 1 - .../records/record_init_out_of_order.out | 1 - .../records/record_with_visibility.out | 1 - .../compiler/return/ifelse_chain.out | 2 - tests/expectations/compiler/scalar/add.out | 2 - tests/expectations/compiler/scalar/cmp.out | 2 - tests/expectations/compiler/scalar/eq.out | 2 - .../compiler/scalar/operator_methods.out | 2 - tests/expectations/compiler/scalar/scalar.out | 2 - .../expectations/compiler/scalar/ternary.out | 2 - .../compiler/signature/signature.out | 3 - .../compiler/statements/assign.out | 2 - .../compiler/statements/block.out | 2 - .../compiler/statements/chain.out | 2 - .../compiler/statements/expr_statement.out | 3 - .../compiler/statements/iteration_basic.out | 2 - .../compiler/statements/iteration_nested.out | 2 - .../compiler/statements/multiple_returns.out | 2 - .../compiler/statements/mutate.out | 2 - .../statements/operations/add_assign.out | 2 - .../statements/operations/and_assign.out | 2 - .../statements/operations/bitand_assign.out | 2 - .../statements/operations/bitor_assign.out | 2 - .../statements/operations/bitxor_assign.out | 2 - .../statements/operations/div_assign.out | 2 - .../statements/operations/mul_assign.out | 2 - .../statements/operations/or_assign.out | 2 - .../statements/operations/pow_assign.out | 3 - .../statements/operations/rem_assign.out | 2 - .../statements/operations/shl_assign.out | 3 - .../statements/operations/shr_assign.out | 3 - .../statements/operations/sub_assign.out | 2 - .../ternary_explicit_and_implicit.out | 2 - .../statements/underscore_for_loop.out | 2 - .../compiler/structs/external_record.out | 6 - .../compiler/structs/external_struct.out | 8 - .../external_struct_in_async_function.out | 4 - .../expectations/compiler/structs/inline.out | 1 - .../compiler/structs/member_variable.out | 1 - .../structs/redefine_external_struct.out | 2 - .../struct_declaration_out_of_order.out | 1 - .../structs/struct_init_out_of_order.out | 1 - .../tuple/function_call_returns_tuple.out | 3 - .../compiler/tuple/function_early_return.out | 2 - .../compiler/tuple/function_return.out | 2 - .../tuple/function_return_nothing.out | 2 - .../compiler/tuple/function_return_unit.out | 2 - .../tuple/function_return_varying_modes.out | 2 - .../tuple/return_with_different_modes.out | 2 - .../compiler/tuple/tuple_access.out | 2 - .../compiler/tuple/tuple_destructure.out | 3 - .../compiler/tuple/tuple_in_assignment.out | 2 - .../compiler/tuple/tuple_in_definition.out | 2 - .../compiler/tuple/tuple_in_loop.out | 2 - tests/expectations/compiler/tuple/unit.out | 7 - tests/expectations/execution/array_sum.out | 3 - .../execution/assert_early_return.out | 2 - .../expectations/execution/cast_coersion.out | 1 - tests/expectations/execution/chain.out | 2 - .../execution/complex_finalization.out | 40 ++--- .../execution/cond_exec_in_finalize.out | 4 - tests/expectations/execution/counter.out | 11 +- tests/expectations/execution/eq.out | 2 - .../flattened_function_and_inline_matches.out | 5 - .../execution/group_operations.out | 2 - tests/expectations/execution/metadata.out | 7 - tests/expectations/execution/mint.out | 1 - .../execution/primitive_casts.out | 16 -- 686 files changed, 190 insertions(+), 1638 deletions(-) diff --git a/compiler/passes/src/code_generation/visit_program.rs b/compiler/passes/src/code_generation/visit_program.rs index b18da4899a..904cc08563 100644 --- a/compiler/passes/src/code_generation/visit_program.rs +++ b/compiler/passes/src/code_generation/visit_program.rs @@ -20,9 +20,10 @@ use leo_ast::{Composite, Function, Location, Mapping, Member, Mode, Program, Pro use leo_span::{Symbol, sym}; use indexmap::IndexMap; -use itertools::Itertools; use std::fmt::Write as _; +const EXPECT_STR: &str = "Failed to write code"; + impl<'a> CodeGenerator<'a> { pub(crate) fn visit_program(&mut self, input: &'a Program) -> String { // Accumulate instructions into a program string. @@ -30,7 +31,7 @@ impl<'a> CodeGenerator<'a> { // Print out the dependencies of the program. Already arranged in post order by Retriever module. input.stubs.iter().for_each(|(program_name, _)| { - program_string.push_str(&format!("import {}.aleo;\n", program_name)); + writeln!(program_string, "import {}.aleo;", program_name).expect(EXPECT_STR); }); // Retrieve the program scope. @@ -40,11 +41,7 @@ impl<'a> CodeGenerator<'a> { self.program_id = Some(program_scope.program_id); // Print the program id. - writeln!(program_string, "program {};", program_scope.program_id) - .expect("Failed to write program id to string."); - - // Newline separator. - program_string.push('\n'); + writeln!(program_string, "program {};", program_scope.program_id).expect(EXPECT_STR); // Get the post-order ordering of the composite data types. // Note that the unwrap is safe since type checking guarantees that the struct dependency graph is acyclic. @@ -68,70 +65,50 @@ impl<'a> CodeGenerator<'a> { .collect(); // Visit each `Struct` or `Record` in the post-ordering and produce an Aleo struct or record. - program_string.push_str( - &order - .into_iter() - .map(|name| { - match structs_map.get(&name) { - // If the struct is found, it is a struct or external record. - Some(struct_) => self.visit_struct_or_record(struct_), - // If the struct is not found, it is an imported record. - None => String::new(), - } - }) - .join("\n"), - ); - - // Newline separator. - program_string.push('\n'); + for name in order.into_iter() { + if let Some(struct_) = structs_map.get(&name) { + program_string.push_str(&self.visit_struct_or_record(struct_)); + } + } // Visit each mapping in the Leo AST and produce an Aleo mapping declaration. - program_string - .push_str(&program_scope.mappings.iter().map(|(_, mapping)| self.visit_mapping(mapping)).join("\n")); + for (_symbol, mapping) in program_scope.mappings.iter() { + program_string.push_str(&self.visit_mapping(mapping)); + } // Visit each function in the program scope and produce an Aleo function. // Note that in the function inlining pass, we reorder the functions such that they are in post-order. // In other words, a callee function precedes its caller function in the program scope. - program_string.push_str( - &program_scope - .functions - .iter() - .map(|(_, function)| { - if function.variant != Variant::AsyncFunction { - let mut function_string = self.visit_function(function); - - // Attach the associated finalize to async transitions. - if function.variant == Variant::AsyncTransition { - // Set state variables. - self.finalize_caller = Some(function.identifier.name); - // Generate code for the associated finalize function. - let finalize = &self - .symbol_table - .lookup_fn_symbol(Location::new( - Some(self.program_id.unwrap().name.name), - function.identifier.name, - )) - .unwrap() - .clone() - .finalize - .unwrap() - .name; - // Write the finalize string. - function_string.push_str(&format!( - "{}\n", - &self.visit_function( - &program_scope.functions.iter().find(|(name, _f)| name == finalize).unwrap().1 - ) - )); - } - - function_string - } else { - String::new() - } - }) - .join("\n"), - ); + for (_symbol, function) in program_scope.functions.iter() { + // program_string.push_str(&program_scope.functions.iter().map(|(_, function)| { + if function.variant != Variant::AsyncFunction { + let mut function_string = self.visit_function(function); + + // Attach the associated finalize to async transitions. + if function.variant == Variant::AsyncTransition { + // Set state variables. + self.finalize_caller = Some(function.identifier.name); + // Generate code for the associated finalize function. + let finalize = &self + .symbol_table + .lookup_fn_symbol(Location::new( + Some(self.program_id.unwrap().name.name), + function.identifier.name, + )) + .unwrap() + .clone() + .finalize + .unwrap() + .name; + // Write the finalize string. + function_string.push_str(&self.visit_function( + &program_scope.functions.iter().find(|(name, _f)| name == finalize).unwrap().1, + )); + } + + program_string.push_str(&function_string); + } + } program_string } @@ -144,12 +121,11 @@ impl<'a> CodeGenerator<'a> { // Add private symbol to composite types. self.composite_mapping.insert(&struct_.identifier.name, (false, String::from("private"))); // todo: private by default here. - let mut output_string = format!("struct {}:\n", struct_.identifier); // todo: check if this is safe from name conflicts. + let mut output_string = format!("\nstruct {}:\n", struct_.identifier); // todo: check if this is safe from name conflicts. // Construct and append the record variables. for var in struct_.members.iter() { - writeln!(output_string, " {} as {};", var.identifier, Self::visit_type(&var.type_),) - .expect("failed to write to string"); + writeln!(output_string, " {} as {};", var.identifier, Self::visit_type(&var.type_),).expect(EXPECT_STR); } output_string @@ -157,9 +133,9 @@ impl<'a> CodeGenerator<'a> { fn visit_record(&mut self, record: &'a Composite) -> String { // Add record symbol to composite types. - let mut output_string = String::from("record"); - self.composite_mapping.insert(&record.identifier.name, (true, output_string.clone())); - writeln!(output_string, " {}:", record.identifier).expect("failed to write to string"); // todo: check if this is safe from name conflicts. + self.composite_mapping.insert(&record.identifier.name, (true, "record".into())); + + let mut output_string = format!("\nrecord {}:\n", record.identifier); // todo: check if this is safe from name conflicts. let mut members = Vec::with_capacity(record.members.len()); let mut member_map: IndexMap = @@ -185,7 +161,7 @@ impl<'a> CodeGenerator<'a> { var.identifier, Self::visit_type(&var.type_) ) - .expect("failed to write to string"); + .expect(EXPECT_STR); } output_string @@ -210,7 +186,7 @@ impl<'a> CodeGenerator<'a> { Variant::Transition | Variant::AsyncTransition => format!("\nfunction {}:\n", function.identifier), Variant::Function => format!("\nclosure {}:\n", function.identifier), Variant::AsyncFunction => format!("\nfinalize {}:\n", self.finalize_caller.unwrap()), - Variant::Inline => return String::from("\n"), + Variant::Inline => return String::new(), }; // Construct and append the input declarations of the function. @@ -241,8 +217,7 @@ impl<'a> CodeGenerator<'a> { } }; - writeln!(function_string, " input {register_string} as {type_string};",) - .expect("failed to write to string"); + writeln!(function_string, " input {register_string} as {type_string};",).expect(EXPECT_STR); } // Construct and append the function body. @@ -275,10 +250,10 @@ impl<'a> CodeGenerator<'a> { }; // Create the key string, e.g. ` key as address.public`. - mapping_string.push_str(&format!("\tkey as {};\n", create_type(&mapping.key_type))); + writeln!(mapping_string, " key as {};", create_type(&mapping.key_type)).expect(EXPECT_STR); // Create the value string, e.g. ` value as address.public`. - mapping_string.push_str(&format!("\tvalue as {};\n", create_type(&mapping.value_type))); + writeln!(mapping_string, " value as {};", create_type(&mapping.value_type)).expect(EXPECT_STR); // Add the mapping to the variable mapping. self.global_mapping.insert(&mapping.identifier.name, mapping.identifier.to_string()); diff --git a/tests/expectations/compiler/address/binary.out b/tests/expectations/compiler/address/binary.out index 6083123dc3..ee940deba0 100644 --- a/tests/expectations/compiler/address/binary.out +++ b/tests/expectations/compiler/address/binary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "756e2b87734bb537caa46fae8a2b650aab26e96062df959e32e4828535c6affd", type_checked_symbol_table = "d53bb8960397c6ee70314bcd5a30dbb59d655bda52b4937c16a94af0417fe793", unrolled_symbol_table = "d53bb8960397c6ee70314bcd5a30dbb59d655bda52b4937c16a94af0417fe793", initial_ast = "3e0dce3c7ac38e237c811a557ddf5422d92024cd3a2f9a050f5089fb49e1c0d2", unrolled_ast = "3e0dce3c7ac38e237c811a557ddf5422d92024cd3a2f9a050f5089fb49e1c0d2", ssa_ast = "e4e399f95f533afdcd018463d8a27bc573fcc02dfd11b0e32990e690b98584da", flattened_ast = "2b95ef75e175131a082bc796f2b57942c2fb395373c91ef5fbbf1ed70d80a2c3", destructured_ast = "6b932fa3264ea209145cb10679089bb14e6f5e667c8cff3b9adef16424e70646", inlined_ast = "6b932fa3264ea209145cb10679089bb14e6f5e667c8cff3b9adef16424e70646", dce_ast = "23001f440ab4c99e89ac05facdfe45b10206fcc86a80bb11f8108c9b3785151b", bytecode = """ program test.aleo; - - function main: input r0 as address.private; is.neq r0 aleo1fj982yqchhy973kz7e9jk6er7t6qd6jm9anplnlprem507w6lv9spwvfxx into r1; diff --git a/tests/expectations/compiler/address/branch.out b/tests/expectations/compiler/address/branch.out index 3143654afb..6447cf97b4 100644 --- a/tests/expectations/compiler/address/branch.out +++ b/tests/expectations/compiler/address/branch.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "aa5665d4b9e05e78e9181f1bb7e07f98f0009c1f82b29b781173679d0392f75c", type_checked_symbol_table = "c9a355adf84dd491014c8150453db6edb824f841877c1e912bc659ca15416723", unrolled_symbol_table = "c9a355adf84dd491014c8150453db6edb824f841877c1e912bc659ca15416723", initial_ast = "55ccd130c0fb8317c3ccd6eeafdd9630fdab2447c4368c0f6870ce0f81a60e82", unrolled_ast = "55ccd130c0fb8317c3ccd6eeafdd9630fdab2447c4368c0f6870ce0f81a60e82", ssa_ast = "ec3c124600b30e1bbe9c2745037f4a841ad4d12e9b4ce41f446faa1d7b34be6c", flattened_ast = "a47513dc4d7f5aadd738b38b152d16e73e4d41b4d3329b9b2ccab72dfc7c8528", destructured_ast = "67b5a3b7d55cf41ff4af1069e3a6a2d4b2e5b4adeccfc145e24db5018111499b", inlined_ast = "67b5a3b7d55cf41ff4af1069e3a6a2d4b2e5b4adeccfc145e24db5018111499b", dce_ast = "3c317e1a5194206c1a6a41ffb463da578330bf0040ecae4e9cdccbc1c16c9d22", bytecode = """ program test.aleo; - - function main: input r0 as address.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/address/equal.out b/tests/expectations/compiler/address/equal.out index 88597f729b..bbb764e0ce 100644 --- a/tests/expectations/compiler/address/equal.out +++ b/tests/expectations/compiler/address/equal.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "af1b9dd4e2e7f82e1a536bfc53948de3c814fc9ccf61e5115c2109e09cfb2b67", type_checked_symbol_table = "a87370905b296fa38a2921ce60df21da4670958bcf91d6c236acf70d02343087", unrolled_symbol_table = "a87370905b296fa38a2921ce60df21da4670958bcf91d6c236acf70d02343087", initial_ast = "a1b18ca13abd5d553005007013851ea090ce27a325f360f36a087fd7125b1c9b", unrolled_ast = "a1b18ca13abd5d553005007013851ea090ce27a325f360f36a087fd7125b1c9b", ssa_ast = "048c531ce2a9cbecfa2e1ea0479ff3e245adcac3641843092083354074a3eeab", flattened_ast = "01c4814b6404c3801fedfd3e54056cb765af01f26209407347826bc3651f9adc", destructured_ast = "6ec15e189f4ff47f7b8b18aad652dfb6d440415341b6e8df1f18706f80d9c8b4", inlined_ast = "6ec15e189f4ff47f7b8b18aad652dfb6d440415341b6e8df1f18706f80d9c8b4", dce_ast = "6ec15e189f4ff47f7b8b18aad652dfb6d440415341b6e8df1f18706f80d9c8b4", bytecode = """ program test.aleo; - - function main: input r0 as address.private; is.eq r0 aleo10qerras5799u6k7rjtc9y3hcwxuykr45qra7x7dp6jgnc0923czqm0lgta into r1; diff --git a/tests/expectations/compiler/address/special_address.out b/tests/expectations/compiler/address/special_address.out index c8cae2e459..6426ae442d 100644 --- a/tests/expectations/compiler/address/special_address.out +++ b/tests/expectations/compiler/address/special_address.out @@ -3,11 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9093a20a62879f03d6a7a4dc24b051778d2c543d1df6a59af8c423d047ec2e13", type_checked_symbol_table = "639ed2aefe557daf6c3433d645bec25030a82e3296f26ac46961f451d2bb28ae", unrolled_symbol_table = "639ed2aefe557daf6c3433d645bec25030a82e3296f26ac46961f451d2bb28ae", initial_ast = "da0a545e9de3b8cdec100132e7d9886d08b7e69217d129229e8a86489199ec21", unrolled_ast = "da0a545e9de3b8cdec100132e7d9886d08b7e69217d129229e8a86489199ec21", ssa_ast = "f76c8e4b70096ec05a1583648b295127d0a60d8b9973a1d5c7dff53782282c1d", flattened_ast = "d743a19b1faa6b66b90bd8496249cc5b94e9ba8260ad7ce95da721b68e59c3a9", destructured_ast = "d36731bec3ce6fd1c46b5660340e8e396fb874b0c3d3f6ae407e5f55aeb07aa4", inlined_ast = "d36731bec3ce6fd1c46b5660340e8e396fb874b0c3d3f6ae407e5f55aeb07aa4", dce_ast = "d36731bec3ce6fd1c46b5660340e8e396fb874b0c3d3f6ae407e5f55aeb07aa4", bytecode = """ program test.aleo; - - mapping Yo: -\tkey as address.public; -\tvalue as u32.public; + key as address.public; + value as u32.public; function main: input r0 as address.private; diff --git a/tests/expectations/compiler/address/ternary.out b/tests/expectations/compiler/address/ternary.out index 12a5912e03..46fc6c2c76 100644 --- a/tests/expectations/compiler/address/ternary.out +++ b/tests/expectations/compiler/address/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "af1b9dd4e2e7f82e1a536bfc53948de3c814fc9ccf61e5115c2109e09cfb2b67", type_checked_symbol_table = "a7e0e6793233e6dec4b48137418a894ee322ac0635bccf5376979766adf2bbfa", unrolled_symbol_table = "a7e0e6793233e6dec4b48137418a894ee322ac0635bccf5376979766adf2bbfa", initial_ast = "fb145169ad1e437da9a503342918f5793085d4f5355837ac261984c33042831c", unrolled_ast = "fb145169ad1e437da9a503342918f5793085d4f5355837ac261984c33042831c", ssa_ast = "315ce58a6c118e5955412d56ab3d52990475bf2452b8d8e21aba7c7628f59e84", flattened_ast = "f90ae68ee0bcbd72c41672353efc856b34f166a20a6de512fb70f8217ec5051e", destructured_ast = "afb641b9398c8b97833609f67e51483893d56505c6c2e64ed4173e79ad226e91", inlined_ast = "afb641b9398c8b97833609f67e51483893d56505c6c2e64ed4173e79ad226e91", dce_ast = "afb641b9398c8b97833609f67e51483893d56505c6c2e64ed4173e79ad226e91", bytecode = """ program test.aleo; - - function main: input r0 as address.private; is.eq r0 aleo1l7ytv5jqjzpxtjqttl5z9mle8ujcpac9t6tkge5f4haah4pxas8sagzecd into r1; diff --git a/tests/expectations/compiler/array/access_array_with_loop_counter.out b/tests/expectations/compiler/array/access_array_with_loop_counter.out index 13dc9743e2..4a1758b2e3 100644 --- a/tests/expectations/compiler/array/access_array_with_loop_counter.out +++ b/tests/expectations/compiler/array/access_array_with_loop_counter.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86cc47c4ae9edafe0811fe203d260ee357a3f7853a2ffbf0a9afc8e911369f51", type_checked_symbol_table = "d27200bee59ed91be0d42e9c04b8b89a8afb8a8518db3372f0ff65d097967144", unrolled_symbol_table = "168951779efa956128e2892c5c3d538b3f34cabec54dd8efb70c4105a22f8edb", initial_ast = "e638024190743e42d22971bf4a5d2ae071661a5c05a9774f97763362531c3f99", unrolled_ast = "9e599c1b6e6ab0b8f32f83b2cb2e327848eb02bca60c782ae40a0bd051bc9662", ssa_ast = "a43e3ef81113c1d9c70cfbfef5052b4fa26eb2feb8094ce60dd68aff58d6c2b7", flattened_ast = "8b353b3efece3f3c00a6742a9706db425d1c93cb2f69be28071917304212d43f", destructured_ast = "a673e29723f018691dd0f9585836e9b8361b043b1d514961837f0c6099f54eef", inlined_ast = "a673e29723f018691dd0f9585836e9b8361b043b1d514961837f0c6099f54eef", dce_ast = "a673e29723f018691dd0f9585836e9b8361b043b1d514961837f0c6099f54eef", bytecode = """ program test.aleo; - - function foo: input r0 as [boolean; 4u32].private; assert.eq r0[0u32] true; diff --git a/tests/expectations/compiler/array/array_access.out b/tests/expectations/compiler/array/array_access.out index 4e5ed8ce02..8e496ecfd8 100644 --- a/tests/expectations/compiler/array/array_access.out +++ b/tests/expectations/compiler/array/array_access.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "bbff18546983d05503a84e82edfc8ba43a819761a4966180f364b658bee7c71c", type_checked_symbol_table = "68601235ddc6c200098d7374a78da4acbb29d3d5d1a6d67bdb7b5baa7ddfce4c", unrolled_symbol_table = "68601235ddc6c200098d7374a78da4acbb29d3d5d1a6d67bdb7b5baa7ddfce4c", initial_ast = "994bad0eab3a9fd89b319668c2e45551fc8ca2d0722e751ef8ece6eddd7d11bf", unrolled_ast = "994bad0eab3a9fd89b319668c2e45551fc8ca2d0722e751ef8ece6eddd7d11bf", ssa_ast = "cf69c0c5a757a9387c0100f3cac9ed3292a1b4189a872f7d70cefec4b687f2ec", flattened_ast = "f83a1302e81bb2ad8737ee001d3e577106774175b87186f4237500db6a1e4e4d", destructured_ast = "c5f3b9d50a5b6bab1b5a992608653b865f619ec19e95f42fef43ac709f4b3134", inlined_ast = "c5f3b9d50a5b6bab1b5a992608653b865f619ec19e95f42fef43ac709f4b3134", dce_ast = "c5f3b9d50a5b6bab1b5a992608653b865f619ec19e95f42fef43ac709f4b3134", bytecode = """ program test.aleo; - - function foo: input r0 as [boolean; 8u32].private; output r0[0u32] as boolean.private; diff --git a/tests/expectations/compiler/array/array_in_composite_data_types.out b/tests/expectations/compiler/array/array_in_composite_data_types.out index 1fc293668b..20dd329cec 100644 --- a/tests/expectations/compiler/array/array_in_composite_data_types.out +++ b/tests/expectations/compiler/array/array_in_composite_data_types.out @@ -10,7 +10,6 @@ record floo: owner as address.private; data as [u8; 8u32].private; - function foo: input r0 as [[boolean; 8u32]; 8u32].private; cast 1u8 1u8 1u8 1u8 1u8 1u8 1u8 1u8 into r1 as [u8; 8u32]; diff --git a/tests/expectations/compiler/array/array_in_finalize.out b/tests/expectations/compiler/array/array_in_finalize.out index cf451e205d..8dd152c667 100644 --- a/tests/expectations/compiler/array/array_in_finalize.out +++ b/tests/expectations/compiler/array/array_in_finalize.out @@ -3,9 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ba3fc19ac12ac6857103131150087f2008db2ed17e29f81333e71448b7460bdc", type_checked_symbol_table = "e9456a96681c99f57e277529196368b924eb914dcc1e747246eceaa6fe3cda30", unrolled_symbol_table = "e9456a96681c99f57e277529196368b924eb914dcc1e747246eceaa6fe3cda30", initial_ast = "d7838abbe0ad26b7a8bc6eae9ab9c0f7be4d180426d060f86e4bb158b7f177a0", unrolled_ast = "d7838abbe0ad26b7a8bc6eae9ab9c0f7be4d180426d060f86e4bb158b7f177a0", ssa_ast = "d7d54b8076d9dfe9cf0d87015531ce37dcf3af5bc2849ba783ccbedef88dbfcb", flattened_ast = "579cc01e705c2b6d9d1e7622c34a034e3328b8e625fbe0bf541b7bd54ae49d17", destructured_ast = "db35f913e14ba042c5c5010eecc9e0bbdf46c3e73ca91b302ea8578dc4f60b3e", inlined_ast = "ebb9563fb18a8a38343a1e264ba17b7b4285f36016a52bde85777fb66b8308e1", dce_ast = "ebb9563fb18a8a38343a1e264ba17b7b4285f36016a52bde85777fb66b8308e1", bytecode = """ program test.aleo; - - - function foo: input r0 as [boolean; 8u32].private; async foo r0 into r1; @@ -14,5 +11,4 @@ function foo: finalize foo: input r0 as [boolean; 8u32].public; assert.eq true true; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/array/array_in_function_signature.out b/tests/expectations/compiler/array/array_in_function_signature.out index 57072e58f9..d7480c3071 100644 --- a/tests/expectations/compiler/array/array_in_function_signature.out +++ b/tests/expectations/compiler/array/array_in_function_signature.out @@ -3,24 +3,19 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d3153d9d3c9bb2bda13d044f58b950de44094f4e2d76a2a8d8d013294ca2d846", type_checked_symbol_table = "eef34677156a9fa46022baf27398ad7cf7f378cd772990dadbb567939be5807c", unrolled_symbol_table = "eef34677156a9fa46022baf27398ad7cf7f378cd772990dadbb567939be5807c", initial_ast = "ea45d56006d7ddd3c6a7e98aa7f145343703aa3b60e24cedecee209592ea0558", unrolled_ast = "ea45d56006d7ddd3c6a7e98aa7f145343703aa3b60e24cedecee209592ea0558", ssa_ast = "ffe35f7b45090d1997fb2865d837e31ac9c385f89c819386bd245a5757d3e2fa", flattened_ast = "28e3936f1ae645aa57cc20d946996c1b9a4e715ec8c50c3957d00280b517b4fb", destructured_ast = "772c5ec8d0c490932cb4f1baa510284f76af446a220ff119441bb6bfb00133e5", inlined_ast = "772c5ec8d0c490932cb4f1baa510284f76af446a220ff119441bb6bfb00133e5", dce_ast = "772c5ec8d0c490932cb4f1baa510284f76af446a220ff119441bb6bfb00133e5", bytecode = """ program test.aleo; - - function foo: input r0 as [boolean; 8u32].private; output true as boolean.private; - function bar: input r0 as [boolean; 8u32].private; output r0 as [boolean; 8u32].private; - closure baz: input r0 as [boolean; 8u32]; assert.eq r0[0u32] true; output true as boolean; - closure qux: input r0 as [boolean; 8u32]; assert.eq r0[0u32] true; diff --git a/tests/expectations/compiler/array/array_in_mapping.out b/tests/expectations/compiler/array/array_in_mapping.out index 879352657e..30dc875973 100644 --- a/tests/expectations/compiler/array/array_in_mapping.out +++ b/tests/expectations/compiler/array/array_in_mapping.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "c6fc8262389c0b237ca6df4e821f4349b7cd99be8c74e2f8e701b65ef04d9dac", type_checked_symbol_table = "e0fc713c4d1f50fabbe07798887487cb12acf512fb318aa3c23c0ae8975bcb04", unrolled_symbol_table = "e0fc713c4d1f50fabbe07798887487cb12acf512fb318aa3c23c0ae8975bcb04", initial_ast = "ce204eee225f30e052b92f0e285d931e94ea5571ac661d83d82adf30139c72cf", unrolled_ast = "ce204eee225f30e052b92f0e285d931e94ea5571ac661d83d82adf30139c72cf", ssa_ast = "03ca65a17d563c58c8649780aee2e497b6ef45e6f1df8e80f4a5ee6a28f43882", flattened_ast = "fa5ee74c7be755e17165cdd38b0865a5ecb94dad7cd8a81ddb26c9d0ed7ffd5f", destructured_ast = "c3759b57ebd0d4fc539d1b6f8838e51cc77272bfd23b09e2b39ccd6b22feddaa", inlined_ast = "fa6fc247bec284c9ecbc8e62406c5a499f0ee73917ca83023813a6e6c7aa3017", dce_ast = "fa6fc247bec284c9ecbc8e62406c5a499f0ee73917ca83023813a6e6c7aa3017", bytecode = """ program test.aleo; - - mapping data: -\tkey as address.public; -\tvalue as [boolean; 8u32].public; - + key as address.public; + value as [boolean; 8u32].public; function foo: input r0 as [boolean; 8u32].private; @@ -19,5 +16,4 @@ finalize foo: input r0 as address.public; input r1 as [boolean; 8u32].public; set r1 into data[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/array/array_initialization.out b/tests/expectations/compiler/array/array_initialization.out index 0aeed100d7..0c301d6f6c 100644 --- a/tests/expectations/compiler/array/array_initialization.out +++ b/tests/expectations/compiler/array/array_initialization.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "55de67e7f0caf5fcb2a3871448a83fee766b22b96eeaa1d5d172d2456b55688b", type_checked_symbol_table = "613bad49201700a62fe19d05bba61f39b48b2635ed657fee6e20475fa29c6ed8", unrolled_symbol_table = "613bad49201700a62fe19d05bba61f39b48b2635ed657fee6e20475fa29c6ed8", initial_ast = "51b578b772c900066283e01863cf3b96d894d50aa2d9323f830e8cd83a0b487b", unrolled_ast = "51b578b772c900066283e01863cf3b96d894d50aa2d9323f830e8cd83a0b487b", ssa_ast = "aa32ba8a21c90c8070ada697e720e87ca3f858feabe71a36d5ad769f3ff275c4", flattened_ast = "c768aef56ba8c31205dd30930fbdc1b923ac541e070fd18ede0aba30f1514b01", destructured_ast = "f53c800f3654d52fdbf46067aa93ba6f0501c1565b2ed911239cfc1813ee1e73", inlined_ast = "f53c800f3654d52fdbf46067aa93ba6f0501c1565b2ed911239cfc1813ee1e73", dce_ast = "f53c800f3654d52fdbf46067aa93ba6f0501c1565b2ed911239cfc1813ee1e73", bytecode = """ program test.aleo; - - function bar: input r0 as boolean.private; cast r0 r0 r0 r0 r0 r0 r0 r0 into r1 as [boolean; 8u32]; diff --git a/tests/expectations/compiler/array/array_of_structs.out b/tests/expectations/compiler/array/array_of_structs.out index a86290503b..55484f5f8d 100644 --- a/tests/expectations/compiler/array/array_of_structs.out +++ b/tests/expectations/compiler/array/array_of_structs.out @@ -6,7 +6,6 @@ program test.aleo; struct bar: data as u8; - function foo: input r0 as [bar; 8u32].private; output r0[0u32].data as u8.private; diff --git a/tests/expectations/compiler/array/array_size_limits.out b/tests/expectations/compiler/array/array_size_limits.out index 9c3e719808..7cbb7510e4 100644 --- a/tests/expectations/compiler/array/array_size_limits.out +++ b/tests/expectations/compiler/array/array_size_limits.out @@ -3,13 +3,10 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "a3b393d4d2e51b53c5987cd958d821983658c755d21235d09c43dbde9b8e9c41", type_checked_symbol_table = "15c3df980bfbc43752b6c09a98536dfb3a0804f116c3e9bdf93423771fe50068", unrolled_symbol_table = "15c3df980bfbc43752b6c09a98536dfb3a0804f116c3e9bdf93423771fe50068", initial_ast = "01ba2ed0dbbaf22997296a20adcec7b7c560178815dc6e627f7f8094943e3478", unrolled_ast = "01ba2ed0dbbaf22997296a20adcec7b7c560178815dc6e627f7f8094943e3478", ssa_ast = "bbbe8bb7d4113353990307e429133d9e85252740801d8004dcb2b796035db8f0", flattened_ast = "48e6ffa711f1250106f70abd6e2f729c54e4e95ec8b54a4f4a0f4e280351de25", destructured_ast = "edd8a5eee97046c6e0ce96e43c20078827e04389bb74f703dbe8a6f4de367783", inlined_ast = "edd8a5eee97046c6e0ce96e43c20078827e04389bb74f703dbe8a6f4de367783", dce_ast = "edd8a5eee97046c6e0ce96e43c20078827e04389bb74f703dbe8a6f4de367783", bytecode = """ program test.aleo; - - function foo: input r0 as [boolean; 1u32].private; output true as boolean.private; - function bar: input r0 as [boolean; 32u32].private; output true as boolean.private; diff --git a/tests/expectations/compiler/assert/early_return.out b/tests/expectations/compiler/assert/early_return.out index db0765b1e7..c5ed1a5c21 100644 --- a/tests/expectations/compiler/assert/early_return.out +++ b/tests/expectations/compiler/assert/early_return.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e965a8af9217457a872227ba3bf36a713ab10cbddfbea556d187ef82d54656d6", type_checked_symbol_table = "d94342d0ceac96b56ea536f27be02101a259cc6059843d75ed0eba6813cd36c2", unrolled_symbol_table = "d94342d0ceac96b56ea536f27be02101a259cc6059843d75ed0eba6813cd36c2", initial_ast = "e7a9420a403419844c2b328330be1264ec8a0ff518ed881f84970fe71845c6b6", unrolled_ast = "e7a9420a403419844c2b328330be1264ec8a0ff518ed881f84970fe71845c6b6", ssa_ast = "13d8fdfd7a4e3f8a225e74f3520204957edbef4ae041cfbc0144084e347b7086", flattened_ast = "e4b2496a10ba914ae051f0bf01c7da7336ae581da2f66a4434fe47b600272235", destructured_ast = "194243154841f88aead74d3c31339189104e4a675c0e2c8f44b33783905a5171", inlined_ast = "194243154841f88aead74d3c31339189104e4a675c0e2c8f44b33783905a5171", dce_ast = "194243154841f88aead74d3c31339189104e4a675c0e2c8f44b33783905a5171", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; or false r0 into r1; diff --git a/tests/expectations/compiler/boolean/and.out b/tests/expectations/compiler/boolean/and.out index 3ab22e4cbf..d98aa6f53f 100644 --- a/tests/expectations/compiler/boolean/and.out +++ b/tests/expectations/compiler/boolean/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b5c611464ecf9e3bdafa92a46c5b9d7ff2f75b57aba7e90eced6f363fb580a1", type_checked_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", unrolled_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", initial_ast = "eaad5ac882c9ab1f4f88a2460e59f856458cb83517dfef68a07dc5cf3d11c7e3", unrolled_ast = "eaad5ac882c9ab1f4f88a2460e59f856458cb83517dfef68a07dc5cf3d11c7e3", ssa_ast = "690eacae3ba50c90ea847823283c225380fd162468c448ca176d206724f9b486", flattened_ast = "2acb2f118de37e8c8bccdefa4c557b9aa29e9a1ccb3ec75ba5a37a8ebe771e32", destructured_ast = "7188aa240e3316581a7e7e84d12a8ebc7cbbcdfcb373c0e69b4cf50a163f0455", inlined_ast = "7188aa240e3316581a7e7e84d12a8ebc7cbbcdfcb373c0e69b4cf50a163f0455", dce_ast = "7188aa240e3316581a7e7e84d12a8ebc7cbbcdfcb373c0e69b4cf50a163f0455", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/boolean/conditional.out b/tests/expectations/compiler/boolean/conditional.out index b5a97f3b1c..7492d1b8c0 100644 --- a/tests/expectations/compiler/boolean/conditional.out +++ b/tests/expectations/compiler/boolean/conditional.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b5c611464ecf9e3bdafa92a46c5b9d7ff2f75b57aba7e90eced6f363fb580a1", type_checked_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", unrolled_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", initial_ast = "5f26db89efd720e9fd89f93107a5096ef7f600e769e44b01a6b43d86ed849de0", unrolled_ast = "5f26db89efd720e9fd89f93107a5096ef7f600e769e44b01a6b43d86ed849de0", ssa_ast = "e5974a0e1add0fbde6f86104bed47aae9bb59b8b131b46c7f77489336dff21b0", flattened_ast = "61bed3f773821b1b80eda03f5a05d5bfb12399db89bf9f93c248aa09b5b250f6", destructured_ast = "00481fd379ca20887a4b45be2ef03ff42a27954cf22e2494882a390b9f42bce8", inlined_ast = "00481fd379ca20887a4b45be2ef03ff42a27954cf22e2494882a390b9f42bce8", dce_ast = "00481fd379ca20887a4b45be2ef03ff42a27954cf22e2494882a390b9f42bce8", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/boolean/equal.out b/tests/expectations/compiler/boolean/equal.out index 991ca15ab0..1cee7f6970 100644 --- a/tests/expectations/compiler/boolean/equal.out +++ b/tests/expectations/compiler/boolean/equal.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b5c611464ecf9e3bdafa92a46c5b9d7ff2f75b57aba7e90eced6f363fb580a1", type_checked_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", unrolled_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", initial_ast = "62350ccf85cc0e5ebaa8fb5103845b87d70165e0bc3153bfaf2e42ef6b85505b", unrolled_ast = "62350ccf85cc0e5ebaa8fb5103845b87d70165e0bc3153bfaf2e42ef6b85505b", ssa_ast = "1b2d39677eea7198dd46956061d8bac6c36ed700e45be42354af9a7bc4548bd9", flattened_ast = "198e38a41d0504a079c98e6a4898e2a94442d9ffdd767f0b04873125972f75f5", destructured_ast = "41812b545fb9f9539b4721f3e42bf57df57bbc097869a9993ca48fc89af07d7b", inlined_ast = "41812b545fb9f9539b4721f3e42bf57df57bbc097869a9993ca48fc89af07d7b", dce_ast = "41812b545fb9f9539b4721f3e42bf57df57bbc097869a9993ca48fc89af07d7b", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/boolean/not_equal.out b/tests/expectations/compiler/boolean/not_equal.out index 66c386a8be..0e9dfb8612 100644 --- a/tests/expectations/compiler/boolean/not_equal.out +++ b/tests/expectations/compiler/boolean/not_equal.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b5c611464ecf9e3bdafa92a46c5b9d7ff2f75b57aba7e90eced6f363fb580a1", type_checked_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", unrolled_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", initial_ast = "5fd20de6d0cdad3eabf5467f323426da3ccb6e1ea08a2a7fc95457ee7e10fa56", unrolled_ast = "5fd20de6d0cdad3eabf5467f323426da3ccb6e1ea08a2a7fc95457ee7e10fa56", ssa_ast = "5f72b32831de268d754e859875b8d55d2d9c41b93e8004b35e4a77bda3641dd9", flattened_ast = "880b09f5d0a626bfcd3312e2cfd75889a3ad8bfad901110c3a9008397b696bb3", destructured_ast = "595f46c5f74c3ebf5da3dac2142637a7073ef1f3af8771ed9c12004de481eb3d", inlined_ast = "595f46c5f74c3ebf5da3dac2142637a7073ef1f3af8771ed9c12004de481eb3d", dce_ast = "595f46c5f74c3ebf5da3dac2142637a7073ef1f3af8771ed9c12004de481eb3d", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/boolean/operator_methods.out b/tests/expectations/compiler/boolean/operator_methods.out index 9074fa6053..94bc7efcf8 100644 --- a/tests/expectations/compiler/boolean/operator_methods.out +++ b/tests/expectations/compiler/boolean/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b5c611464ecf9e3bdafa92a46c5b9d7ff2f75b57aba7e90eced6f363fb580a1", type_checked_symbol_table = "784af104f55654a81e3c2546a1eab0fdbdd208681567d89e9b9286ab1a75cac3", unrolled_symbol_table = "784af104f55654a81e3c2546a1eab0fdbdd208681567d89e9b9286ab1a75cac3", initial_ast = "4d8dac42b745182842d0699c703b8cd4bb875da014b3d93f993779020f643e59", unrolled_ast = "4d8dac42b745182842d0699c703b8cd4bb875da014b3d93f993779020f643e59", ssa_ast = "198d0af4f4d9aeaab70de4df15b8a15e87078a19d164afeb612c4fac256c7908", flattened_ast = "8e67e164404e6fcbc4918492660dc59572103060be8141be63a058139cfded43", destructured_ast = "58d1e81d725b83b56d365add74a33f083d364f1b9842c639621ea95339605d70", inlined_ast = "58d1e81d725b83b56d365add74a33f083d364f1b9842c639621ea95339605d70", dce_ast = "fbe283e571b7a63ca2d2ac2c0001e1ced041e7ee1866c92c8046138363400239", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/boolean/or.out b/tests/expectations/compiler/boolean/or.out index 566ee225a5..c06accb505 100644 --- a/tests/expectations/compiler/boolean/or.out +++ b/tests/expectations/compiler/boolean/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b5c611464ecf9e3bdafa92a46c5b9d7ff2f75b57aba7e90eced6f363fb580a1", type_checked_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", unrolled_symbol_table = "29a17f191dd193447c1182ec08351227f100183d7fbe41bdf4b113e0f304e33e", initial_ast = "a7a40fd49b89c3e4b8b427a81384d52bee87a6de9be4d323faaf6c56c201f05b", unrolled_ast = "a7a40fd49b89c3e4b8b427a81384d52bee87a6de9be4d323faaf6c56c201f05b", ssa_ast = "b4e000a08d956d72c31cdc7e4d41be3a0c7be7c174a625f4c59f8d0422834291", flattened_ast = "46355d55070db6206d101b33c93a643a7fae8efe6501b8d2062ec22866e01f10", destructured_ast = "920af3171d61da86d9ae1803e344bfbf48c0273f449de1c4db1dcbaf5f2cef75", inlined_ast = "920af3171d61da86d9ae1803e344bfbf48c0273f449de1c4db1dcbaf5f2cef75", dce_ast = "920af3171d61da86d9ae1803e344bfbf48c0273f449de1c4db1dcbaf5f2cef75", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/console/assert.out b/tests/expectations/compiler/console/assert.out index 46dbcddb4a..252d8087e7 100644 --- a/tests/expectations/compiler/console/assert.out +++ b/tests/expectations/compiler/console/assert.out @@ -10,7 +10,6 @@ record Token: owner as address.private; amount as u64.private; - function main: input r0 as boolean.private; input r1 as Foo.private; diff --git a/tests/expectations/compiler/console/conditional_assert.out b/tests/expectations/compiler/console/conditional_assert.out index 7911613dce..cb97bb5df1 100644 --- a/tests/expectations/compiler/console/conditional_assert.out +++ b/tests/expectations/compiler/console/conditional_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fe88d0b4607c83e6ad15970976a4b53d4805409c31cf4f130c800a94ee42c95a", type_checked_symbol_table = "b4995f1268d8d8bbcaadf5f2c28c1a198b7f858d1890f11684ab0c68bdbba5aa", unrolled_symbol_table = "b4995f1268d8d8bbcaadf5f2c28c1a198b7f858d1890f11684ab0c68bdbba5aa", initial_ast = "ba67a500726316de1c9fc21a11c793b2af8c1d356b129aa0e4daca8e97685ef6", unrolled_ast = "ba67a500726316de1c9fc21a11c793b2af8c1d356b129aa0e4daca8e97685ef6", ssa_ast = "d0458d630038e53c60b016d68897fbb8f7cbaacdcf55ae82a7b57499f2a14a8c", flattened_ast = "3367b1ecfa78339cfc5ef51db8b63de8bd8c8d56e136dbc4ef66735bc7196c23", destructured_ast = "e903da526e4b32d88dfd87b3216523e6015340e945612d4683f23d3904e3e887", inlined_ast = "e903da526e4b32d88dfd87b3216523e6015340e945612d4683f23d3904e3e887", dce_ast = "e903da526e4b32d88dfd87b3216523e6015340e945612d4683f23d3904e3e887", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; is.eq r0 1u8 into r1; diff --git a/tests/expectations/compiler/constants/const_tuple_declaration.out b/tests/expectations/compiler/constants/const_tuple_declaration.out index 3b4c0534d1..da43a2858e 100644 --- a/tests/expectations/compiler/constants/const_tuple_declaration.out +++ b/tests/expectations/compiler/constants/const_tuple_declaration.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7b7639da9364ec7e9fbdbeca060c73f5f0d338486b6d823b0b4704d23f9427ab", type_checked_symbol_table = "0802a02c884f0c8c409af2c2e5832393edc51a289dd6eebfebfc4ce2de29ba65", unrolled_symbol_table = "435885a17bd622f24f237a8d2eb4ee510a4977dbabd380530ae0d2e8cac26101", initial_ast = "38245c6dcf3dd2eefe622109ac7e464c771fb453600c0abbe56b09d35b53aebd", unrolled_ast = "a26bb8e37c66a077fba6f366ffc7e68d3c298f7f82bc3d6e72a4445ec9ecc23a", ssa_ast = "ab86608c012145f682109ec167f2beadd27b4285e712bf9d16096409c4f47fd4", flattened_ast = "fc788aaa793d64b66169199559b0630dba62116216c9c7b38530719ba9775e9f", destructured_ast = "6882bbc3e61e5b5e088128719c3c03f20eb32bfd06312e68eedd05182b5260dc", inlined_ast = "6882bbc3e61e5b5e088128719c3c03f20eb32bfd06312e68eedd05182b5260dc", dce_ast = "6adf6b5a2b6be4dcc8ebf46d30acc4dc8082816c90679404869dc0f76a014981", bytecode = """ program test.aleo; - - function foo: output 1u32 as u32.private; """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/constants/constant_finalize.out b/tests/expectations/compiler/constants/constant_finalize.out index b0bf0960f6..3ac818ae7b 100644 --- a/tests/expectations/compiler/constants/constant_finalize.out +++ b/tests/expectations/compiler/constants/constant_finalize.out @@ -3,17 +3,13 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "83e7e0873dd72e3da1df2a1a82b891a510ec0016f0e37208c42daca6ecc114d9", type_checked_symbol_table = "9cff521828b8695385727d732d8cbc0d877b6158f29582d8fe6716f43fc52dc9", unrolled_symbol_table = "9ba51c3ab1f4d8c42d09214355c9b7f0a7ba785e037e2bfb0c536e29afc1a469", initial_ast = "be00d02ab3c3b889fc1842c26280c35c1d2811e8ad97dfe9aae939cb6e17528d", unrolled_ast = "492de3b239329a520383e6f09fc9988dedfecd6709006127af2d32f233a1c76e", ssa_ast = "88f0d788cc578eb9255c096157fa8d3e801ba656314f39459a3413de844a52fe", flattened_ast = "5e2bd3e32ab5add74daaf4f7d0287d4f987d3ea34a87c953ffc1a3207511e8f6", destructured_ast = "d49494485feecc89a2dc13fe39e0a904d17e79630f6dd2bc61c03a8fae22967a", inlined_ast = "4e916f4e4287ff120cf4c99ab5c6c652e44bc083f1a994d8b9e7118fc3b6c26c", dce_ast = "4e916f4e4287ff120cf4c99ab5c6c652e44bc083f1a994d8b9e7118fc3b6c26c", bytecode = """ program test.aleo; - - mapping account: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; mapping values: -\tkey as u8.public; -\tvalue as u8.public; - + key as u8.public; + value as u8.public; function finalize_self_caller: async finalize_self_caller self.caller into r0; @@ -29,5 +25,4 @@ finalize finalize_self_caller: get.or_use account[r0] 0u64 into r5; add r5 1u64 into r6; set r6 into account[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/constants/constant_loop_bound.out b/tests/expectations/compiler/constants/constant_loop_bound.out index 1028e3dbc5..82707e3ac6 100644 --- a/tests/expectations/compiler/constants/constant_loop_bound.out +++ b/tests/expectations/compiler/constants/constant_loop_bound.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4a5d78e0b3e37a6b912a8277304e8152e36e3376df8239c851bafa147a3a7aed", type_checked_symbol_table = "56d61d0bc95b11c83a9d8bdff97d5f3b96ffcd2ed64f3d031ae12fb3419cb8d3", unrolled_symbol_table = "7687d1610a4caa85db7b4fbaca1b57e88a4cd634bb218ebb6907041391a421a1", initial_ast = "812159a832e2cf564c38afc08d09e2bae9f3d1cf76fb833b5cc554aebc32c90a", unrolled_ast = "13e11cafcf91d5b7d0cfe69930d22a09b1e95c6e42abd614c12c2341a943c3d5", ssa_ast = "8dd73c84e71e192b7d1b72c9f920043f1a2a3045a6761ef2ba493bd1853962c6", flattened_ast = "6f80c4f0886538291cbed18cfee5b7a295cf2d9ec8d98a62a34a1664e465c023", destructured_ast = "1a5edd4f63b4678c5e2d0dd844b1255d269ba2e0562b02884069824f0a58a554", inlined_ast = "1a5edd4f63b4678c5e2d0dd844b1255d269ba2e0562b02884069824f0a58a554", dce_ast = "1a5edd4f63b4678c5e2d0dd844b1255d269ba2e0562b02884069824f0a58a554", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/constants/loop_unrolling.out b/tests/expectations/compiler/constants/loop_unrolling.out index 465d1fc17e..7c551413a0 100644 --- a/tests/expectations/compiler/constants/loop_unrolling.out +++ b/tests/expectations/compiler/constants/loop_unrolling.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b0ff324bab016466fe1fca2bda97adeb161701ab4672d91b41146b5da9670c2d", type_checked_symbol_table = "caee45876db76ab86161fc873cb28207d70ea4729d392e855519ab1bf92d601b", unrolled_symbol_table = "218eaa9124ad3e749032a408f978b28426b90f5c1528b00d057f44d389294c2f", initial_ast = "6deebcd133753c70df38755447443e16cc528daee1b9832cd43abdb154276cba", unrolled_ast = "480ca5e4a2b87dd0ef24c8eaa333c527b18e2f99aac30dbc10b07041cf1afef1", ssa_ast = "6d2a5eea33565e9e6173cbd1ed3ab91e7aa1cad1868d6af5f6542ecabb0837a7", flattened_ast = "9e8950b9c0afceabfb1a408fd75bf37c0c02544fbc34bdba964445f9e0ad86c4", destructured_ast = "cc73034601bb08edfc50cbd2561e65ef0a7a9f81ff91d40017ede94796a950a2", inlined_ast = "cc73034601bb08edfc50cbd2561e65ef0a7a9f81ff91d40017ede94796a950a2", dce_ast = "fafdebf410274a50ca44c9cc9e139686fe2701ea2f6e5715c8a586198fc6d4ec", bytecode = """ program test.aleo; - - function foo: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/constants/unroll_loop_with_tuple_definition.out b/tests/expectations/compiler/constants/unroll_loop_with_tuple_definition.out index 79a9b0c05f..10e8dcb6f7 100644 --- a/tests/expectations/compiler/constants/unroll_loop_with_tuple_definition.out +++ b/tests/expectations/compiler/constants/unroll_loop_with_tuple_definition.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b0ff324bab016466fe1fca2bda97adeb161701ab4672d91b41146b5da9670c2d", type_checked_symbol_table = "cae5172f09f56d0792b62803e7936f1431912008a8f94d3c81cf8e9fbad07686", unrolled_symbol_table = "be52d8f75e0af71b844cf4e0792f4f3fbf719719dcfcc498695f9f74462498f9", initial_ast = "163b4dae689a449686c0502351d2551d84266e67e9fb1615e4d9111980318b98", unrolled_ast = "3a1ad696a74a677470784b58c86892473569dc3ca24b5e8af369578d5b4c9e2c", ssa_ast = "e72a98e3883f0413743a99d7fc497dbb4a0d3043dc799efad7e4e2c123f31798", flattened_ast = "cdba644ab0c19a4179af132ca31cd1954d568a43d4dd2c46607a8f3a6acd7b74", destructured_ast = "106d309f035b5a9f27d68857465438181cced1fe2aeb55bb88b3bd78020b2d45", inlined_ast = "106d309f035b5a9f27d68857465438181cced1fe2aeb55bb88b3bd78020b2d45", dce_ast = "2850d94546108c234b8a53ad5509225fbb5f31143125812fdbffa5ddf6874f30", bytecode = """ program test.aleo; - - function foo: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_address.out b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_address.out index 343e803def..d7541f2e7a 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_field.out b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_field.out index 1db3de4ebe..7dd7b525f2 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_group.out b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_group.out index 4e6aad1b11..c54aff07c7 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_address.out b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_address.out index 7393a1bc20..a7522f4572 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_field.out b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_field.out index 3f08a61380..5eefa1639c 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_group.out b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_group.out index 3f98d597eb..c3dd1e6005 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_scalar.out index 2efd5815f0..e8dd2b35e0 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_address.out b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_address.out index 23061628b4..3db6116747 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_field.out b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_field.out index 5a77b3d950..2ff6c01cdb 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_group.out b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_group.out index d790bbd435..2a1cd77f8e 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_address.out b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_address.out index f566811363..e5a0d087bf 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_field.out b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_field.out index 6b2194889b..810018412e 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_group.out b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_group.out index aab476f59e..87e190e9ca 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_scalar.out index a10e88e955..378aa87806 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_address.out b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_address.out index addae13a37..dc11f6af5b 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_field.out b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_field.out index 332c188b90..8bc70466bb 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_group.out b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_group.out index 9a7df46259..df2c248861 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_address.out b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_address.out index 3abc3de7bb..c0f7b032b7 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_field.out b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_field.out index 9a872fd07d..9b41d6eb45 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_group.out b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_group.out index 5d937f7a9f..cac0d8df7d 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_scalar.out index c0e98fea04..49e44474a4 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_address.out b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_address.out index cfdac3e9c7..b495cd1a4a 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_field.out b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_field.out index b4a90e97a5..04c468c6d1 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_group.out b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_group.out index 0472826fea..61e11c162a 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_address.out b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_address.out index ed11e7b0f2..f831a0e84e 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_field.out b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_field.out index e4535d95a4..b835b632d7 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_group.out b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_group.out index 3f95c38ff4..e471b04f27 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_scalar.out index a10e88e955..378aa87806 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i128.out index a2b7c8a8dc..7183e8aac8 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i16.out index c3ca88cf26..67d14dce05 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i32.out index 0fafd7f95d..5370b2ae90 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i64.out index a001172011..012304d136 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i8.out index 8c8390b115..a4fcbc7a7a 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u128.out index e65d01008d..ce3c26ea6e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u16.out index 1f1be02fce..9878776e02 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u32.out index dc2582cf54..bee17f1385 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u64.out index 20a641ba6d..7b461aac37 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u8.out index f610380213..3b3e9a1690 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp1024/bhp1024_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i128.out index 0a06b7c453..4ef42b6dcf 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i16.out index 29c6285525..9d9225e284 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i32.out index 5d8b4906d6..d1e58033f5 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i64.out index 29099d396d..32e60e2f86 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i8.out index a2084c0896..aedf273354 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u128.out index e5c004537a..a3c4818dc3 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u16.out index 29e04a02a1..32b96c4127 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u32.out index 42d0f0580a..918912e9a9 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u64.out index 4563373a09..2edc5ee959 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u8.out index 5c7242c4fa..2d923865aa 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp256/bhp256_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i128.out index 45af9c67e0..001dfefc69 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i16.out index dd3ecc07d8..cdfb62281d 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i32.out index 39558a654d..d60746c1b1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i64.out index a7f1826800..105d6686f6 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i8.out index 803ac7632a..fa9a4cf8c4 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u128.out index 61646a5770..6f4a5fed35 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u16.out index 2cbe74dd28..e6a203c8bb 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u32.out index 11bec8dd10..7b19d9f8f1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u64.out index 85f01ec730..4d0b612df5 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u8.out index 22043b1212..c0a3d3aad8 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp512/bhp512_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i128.out index b43063fe32..406cb94713 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i16.out index e683a29d04..7a4b3f29a2 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i32.out index ba2baf5172..36ad93e91b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i64.out index d885cb92d3..fb4d5e3634 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i8.out index df76ab428b..f3b85bde3f 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u128.out index d42f464273..a4108839d6 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u16.out index 4f8c0e7dba..049aa0838c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u32.out index 1cac34a8aa..8ea1a5f0ff 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u64.out index f21b4f8b01..2ca7d749c4 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u8.out index 1c48717b1c..d3de2a4618 100644 --- a/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/bhp768/bhp768_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i128.out index 2184ebb23f..b1ce2fe661 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i16.out index 6434b66964..aa1aa0aefa 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i32.out index dd413f6f2d..557a206e0e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i64.out index e857b9f3b7..3f9c221d13 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i8.out index 568a534db1..4a5272f098 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u128.out index fbf7729eb1..efe3ceb663 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u16.out index d4e83489e5..37bc0c3412 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u32.out index 86a65f4647..51ec360f8a 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u64.out index 3ef97c5f6e..3ac332e80b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u8.out index bb49efc065..3c2974ac7e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak256/keccak256_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i128.out index 6e15ea5385..17e29c03be 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i16.out index ba6b09c20a..01164702a2 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i32.out index 3161502a2c..797315f4cc 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i64.out index d0546202e8..767717723c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i8.out index 07ae7ca3cd..e643a4600e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u128.out index 6baf463dc8..9b892be81b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u16.out index ef2a0347bc..a06cd5091b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u32.out index 510957f5e8..79eedbe6c6 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u64.out index 344cf83edd..2b06965808 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u8.out index 4be7106baa..27b4593a75 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak384/keccak384_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i128.out index fd6129cf9a..4d6711816a 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i16.out index 40b3d0e7c4..13cffc608b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i32.out index 2a3df22d45..46ab18d9c1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i64.out index 157cc6eb22..a0ca8c7b85 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i8.out index 0f57a67a14..205f9ab6a1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u128.out index c47088ddd9..96e5978093 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u16.out index 675b9040f4..b8c3344b6a 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u32.out index d749163268..a01d3eb739 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u64.out index ca9bbd407d..254d5691fb 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u8.out index c56998e6b5..2ef5aea2a1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/keccak512/keccak512_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i128.out index 8495c95a4f..f315c6c5ef 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i16.out index c2b0fbb744..c3cff320bd 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i32.out index ebbcdbac59..d7e239e9fd 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i64.out index ad5ddaea69..8db0fb0cbe 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i8.out index f78bbfdcc3..2f5b1028ec 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u128.out index bffdc0caa9..efef5a3f87 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u16.out index dc91731a75..c66792930b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u32.out index 190b676d4a..fb4341c8f4 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u64.out index 56bbaba3a0..41aedab10c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u8.out index 90fd79c8d8..54df55e646 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen128/pedersen128_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i128.out index 5449134d4e..190f498631 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i16.out index f52f0b6ad0..124fef6ca7 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i32.out index bcdf275484..fc458cd7a2 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i64.out index b3281950b8..d65d9b52d7 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i8.out index ba34782efd..0e0f9e0cd5 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u128.out index 364cbb4fad..f049f816f6 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u16.out index d6511aec47..2e16805fc3 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u32.out index faf1ca1e3f..50d95fd273 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u64.out index fe5b36acb5..2806322f9c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u8.out index caac22445b..2e175b1072 100644 --- a/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/pedersen64/pedersen64_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i128.out index 516293d9e2..083d356cc0 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i16.out index 0cf9a994c1..b211e0854b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i32.out index 04062b5a82..d8f2685fae 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i64.out index 57c0a417ec..48bb2fbc0b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i8.out index b2e4a33a1d..b48f26b98d 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u128.out index 249c18e492..7ba6fc77dd 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u16.out index 95fe36c2b5..d27f9196d7 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u32.out index 48639abe95..163f3cdd4d 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u64.out index 7de7f7bc9f..3fc90e280e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u8.out index 3363ad9435..688411c817 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon2/poseidon2_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i128.out index 51dc7f69e0..e0ee4496a2 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i16.out index fb63b087c0..4028fb9f10 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i32.out index 887f3d0bc1..a0eb5915b8 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i64.out index a48a47b1a5..fa54bbae85 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i8.out index 19751f3e43..9722029650 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u128.out index 43a58a9269..90a167b058 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u16.out index b67c72b9a8..ad3e4b47fd 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u32.out index 3cf73dbe10..85592ff873 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u64.out index f8a4e9c95f..9fb34a590d 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u8.out index 89034f1a66..d1aa5761b1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon4/poseidon4_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i128.out index cf8d501c2d..80967d8933 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i16.out index 0babc1eab5..1c287efd67 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i32.out index 80a9daf088..c9cf895175 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i64.out index 18e582044f..bd595a0ff2 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i8.out index db0e134256..bb66f1f3d5 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u128.out index 1cb77db078..422df255d4 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u16.out index 47556c3986..7d8ae77a6f 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u32.out index 2996cadc2e..983a1f61a8 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u64.out index bad45452f3..e94ee34c65 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u8.out index 108b2edcfc..d0eb82a0e7 100644 --- a/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/poseidon8/poseidon8_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i128.out index fcf3a6ad40..a329c3510b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i16.out index ddc35932b6..6fcd79a6e4 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i32.out index 3f23644608..e7e0188645 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i64.out index 755497d31a..4b3a6916c1 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i8.out index 7a9fef91ba..f7263a8d56 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u128.out index d1da6c7ba2..ca24cfb7e5 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u16.out index f79ec744fe..2090dfb9bb 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u32.out index 9b9736c09c..b3879dd421 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u64.out index 218f4acbe5..92dee6963e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u8.out index feac76b599..9808321b76 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_256/sha3_256_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i128.out index b2ba323cc0..50a0d592a8 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i16.out index 22bfa292cd..1866ceb375 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i32.out index cec6d03b05..bacc29a3a9 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i64.out index 111f3dca1e..4c6a52c17e 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i8.out index 41ce1b9e86..f02ee7ad4c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u128.out index f5ceb67de1..eba0982e69 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u16.out index 970cc12dc9..aec664a5b0 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u32.out index 76afdb8579..7376d6c290 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u64.out index 20aa018c83..b5045cdc3a 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u8.out index 8558838d84..f89c037141 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_384/sha3_384_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i128.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i128.out index cb422ff694..61939622dc 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i128.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i16.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i16.out index 474309ea52..3188a54c0c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i16.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i32.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i32.out index fb892831c0..cde867229f 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i32.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i64.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i64.out index 554f9539c0..0da66e738c 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i64.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i8.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i8.out index 39fda94115..e061c399f6 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i8.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_i8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u128.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u128.out index 8c11f8072c..dc22d3f57f 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u128.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u128.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u16.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u16.out index bee25ac43c..dde10c5e56 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u16.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u16.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u32.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u32.out index ce4ea10e08..530523bcef 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u32.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u32.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u64.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u64.out index bc0fc0582c..eb034a6e5b 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u64.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u64.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u8.out b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u8.out index 402a4287fb..b1720f20bc 100644 --- a/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u8.out +++ b/tests/expectations/compiler/core/algorithms/integers/sha3_512/sha3_512_hash_to_u8.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_address.out b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_address.out index 07cbeb2ee5..a2803c2dd5 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_field.out b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_field.out index 16955cae3a..5be2a75aac 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_group.out b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_group.out index 52a9ab6c5b..cbb59d810f 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_scalar.out index cc661ceb20..5758102636 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_address.out b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_address.out index 2c1ba02f04..f22f9ab8e6 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_field.out b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_field.out index e8608da40a..4831cfa210 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_group.out b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_group.out index fbddd3eff5..4a05275471 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_scalar.out index 6d1a12956c..9f739a03fe 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_address.out b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_address.out index d52bb8d3dd..28ff0800a2 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_field.out b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_field.out index a44a0e5694..0a72386da6 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_group.out b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_group.out index 1a91e6c56e..abd44bc145 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_scalar.out index d79bd5157f..fda8166c4a 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_address.out b/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_address.out index dcc30fab74..e2b984ea69 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_address.out +++ b/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_field.out b/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_field.out index 7b44a8ed8d..0aee75c193 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_field.out +++ b/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_group.out b/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_group.out index e246260043..e2f8e2fda3 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/pedersen128_commit_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_address.out b/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_address.out index 62b42637d3..cec4cbdb49 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_field.out b/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_field.out index dd8ac9394d..bc4daaea04 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_group.out b/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_group.out index 60f89f9f14..1fa5d40af3 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/pedersen128_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u32; b as u32; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_address.out b/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_address.out index f20787d930..1406c9150c 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_address.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_field.out b/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_field.out index 2ac0c44383..62a8efe98a 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_field.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_group.out b/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_group.out index 82785fbd3d..7a61bfae3f 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_commit_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_address.out b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_address.out index 1b3f01e28b..592e54439b 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_field.out b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_field.out index 050735474a..44bf81be50 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_group.out b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_group.out index ec58781ad3..1387ef9904 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_scalar.out index a1d2a3d1d2..678c0cade0 100644 --- a/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/pedersen64_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u16; b as u16; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_address.out b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_address.out index 4c3506e8b6..d3c6926ef4 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_field.out b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_field.out index 16209ea6d4..4892405b7a 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_group.out b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_group.out index 0fe78daea7..c8bf955f7d 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_scalar.out index 9810f37ef2..750c151d91 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_address.out b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_address.out index b8b55c159f..0bf2fda5cc 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_field.out b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_field.out index dced976a75..ea277bcca5 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_group.out b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_group.out index 286e57ec43..ff6c8878f7 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_scalar.out index b33d7efdae..9ba5ec8402 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_address.out b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_address.out index e475e0432b..41c0553fb6 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_field.out b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_field.out index 4a96be634e..c01ff2e1dd 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_group.out b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_group.out index 45ca34470b..8a4695db28 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_scalar.out index d84566acc2..bd50bd48a1 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_address.out b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_address.out index 93ec69edb5..4ef273ac56 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_field.out b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_field.out index ef78ede06d..6bbf43bd06 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_group.out b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_group.out index aeede73694..cd772f5539 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_scalar.out index 55a3292bdb..be3d172555 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/sha3_256_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_address.out b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_address.out index 7ebf7a7ea6..ea6939c7db 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_field.out b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_field.out index ad7677774d..5dfd7bf655 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_group.out b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_group.out index 6862acc342..9d41c3a477 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_scalar.out index 1c7ef7f26d..f21e57f864 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/sha3_384_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_address.out b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_address.out index 18fd99c456..a14daeaf45 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_address.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_field.out b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_field.out index f1f8c5c1be..9388ca1306 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_field.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_group.out b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_group.out index 48962a617b..0a21e7ebd7 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_group.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_scalar.out b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_scalar.out index 9aba585d37..8b15840d06 100644 --- a/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/sha3_512_hash_to_scalar.out @@ -7,7 +7,6 @@ struct Foo: a as u128; b as u128; - function main: input r0 as i8.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/core/constants/group_gen.out b/tests/expectations/compiler/core/constants/group_gen.out index f6ec933db2..172b618a96 100644 --- a/tests/expectations/compiler/core/constants/group_gen.out +++ b/tests/expectations/compiler/core/constants/group_gen.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9c2740c48f546bab43b8020c3f0c0a17750655daa992fbd6596e510805521dda", type_checked_symbol_table = "639108a3ceaa3f4b3198e848fa1341cd8da62425e9b71945d70c0679de9f87f6", unrolled_symbol_table = "639108a3ceaa3f4b3198e848fa1341cd8da62425e9b71945d70c0679de9f87f6", initial_ast = "8288afbe9d76576eebdb237192bb20545ee1da09c2b1ece78668c52e3dc4a134", unrolled_ast = "8288afbe9d76576eebdb237192bb20545ee1da09c2b1ece78668c52e3dc4a134", ssa_ast = "9241489c8fc198f0f595e7ff79e435fd9957931f30074e350e0c552eebc4c3d5", flattened_ast = "645cf6d4f48b5c2be4ff9db8d5076cd21302fe1beb14529231881da9b157d068", destructured_ast = "b47c897b226675531064e151374902183c6a0d3f306c7d44dec4e970fad2551a", inlined_ast = "b47c897b226675531064e151374902183c6a0d3f306c7d44dec4e970fad2551a", dce_ast = "b47c897b226675531064e151374902183c6a0d3f306c7d44dec4e970fad2551a", bytecode = """ program test.aleo; - - function main: input r0 as group.private; add r0 group::GEN into r1; diff --git a/tests/expectations/compiler/definition/out_of_order.out b/tests/expectations/compiler/definition/out_of_order.out index cb07b1e653..63ec92748d 100644 --- a/tests/expectations/compiler/definition/out_of_order.out +++ b/tests/expectations/compiler/definition/out_of_order.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fc27e2b6b327830d96496a91c49dd8a351672ebfed6cfab0134e605c0de01f9f", type_checked_symbol_table = "39e38360d043dd0691d4f117a6e15c195407035176fc8232da4ba2e9294030d6", unrolled_symbol_table = "39e38360d043dd0691d4f117a6e15c195407035176fc8232da4ba2e9294030d6", initial_ast = "1f99cbc9c0bf97d59f1c238db48b07bfb39072293aa7b4b1ead368df9386787f", unrolled_ast = "1f99cbc9c0bf97d59f1c238db48b07bfb39072293aa7b4b1ead368df9386787f", ssa_ast = "d9cfa3728a487290adc8277c6ddbce93dcac9f06a813db19b70b4dd7b8397b38", flattened_ast = "39c279ed4ffab274e956906db08bc6226ea4c767930868700955d9ef59ce53fa", destructured_ast = "05f6f17eb8d3d5001a98505eceaf7693013a61a0f34e517f2f89810af2d9e230", inlined_ast = "05f6f17eb8d3d5001a98505eceaf7693013a61a0f34e517f2f89810af2d9e230", dce_ast = "05f6f17eb8d3d5001a98505eceaf7693013a61a0f34e517f2f89810af2d9e230", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/examples/auction.out b/tests/expectations/compiler/examples/auction.out index eec23c8dba..274ecd1915 100644 --- a/tests/expectations/compiler/examples/auction.out +++ b/tests/expectations/compiler/examples/auction.out @@ -9,7 +9,6 @@ record Bid: amount as u64.private; is_winner as boolean.private; - function place_bid: input r0 as address.private; input r1 as u64.private; @@ -17,7 +16,6 @@ function place_bid: cast aleo1fxs9s0w97lmkwlcmgn0z3nuxufdee5yck9wqrs0umevp7qs0sg9q5xxxzh r0 r1 false into r2 as Bid.record; output r2 as Bid.record; - function resolve: input r0 as Bid.record; input r1 as Bid.record; @@ -30,7 +28,6 @@ function resolve: cast r3 r4 r5 r6 into r7 as Bid.record; output r7 as Bid.record; - function finish: input r0 as Bid.record; assert.eq self.caller aleo1fxs9s0w97lmkwlcmgn0z3nuxufdee5yck9wqrs0umevp7qs0sg9q5xxxzh; diff --git a/tests/expectations/compiler/examples/basic_bank.out b/tests/expectations/compiler/examples/basic_bank.out index 38ad1103ed..bb8bf2133e 100644 --- a/tests/expectations/compiler/examples/basic_bank.out +++ b/tests/expectations/compiler/examples/basic_bank.out @@ -7,10 +7,9 @@ record Token: owner as address.private; amount as u64.private; - mapping balances: -\tkey as field.public; -\tvalue as u64.public; + key as field.public; + value as u64.public; function issue: input r0 as address.private; @@ -19,8 +18,6 @@ function issue: cast r0 r1 into r2 as Token.record; output r2 as Token.record; - - function deposit: input r0 as Token.record; input r1 as u64.private; @@ -38,8 +35,6 @@ finalize deposit: add r2 r1 into r3; set r3 into balances[r0]; - - closure calculate_interest: input r0 as u64; input r1 as u64; @@ -546,8 +541,6 @@ closure calculate_interest: ternary r498 r501 r497 into r502; output r502 as u64; - - function withdraw: input r0 as address.private; input r1 as u64.private; @@ -567,5 +560,4 @@ finalize withdraw: get.or_use balances[r0] 0u64 into r2; sub r2 r1 into r3; set r3 into balances[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/examples/board.out b/tests/expectations/compiler/examples/board.out index 4055496e3a..69296c079f 100644 --- a/tests/expectations/compiler/examples/board.out +++ b/tests/expectations/compiler/examples/board.out @@ -12,14 +12,12 @@ record board_state: player_2 as address.private; game_started as boolean.private; - function new_board_state: input r0 as u64.private; input r1 as address.private; cast self.caller 0u64 0u64 r0 self.caller r1 false into r2 as board_state.record; output r2 as board_state.record; - function start_board: input r0 as board_state.record; not r0.game_started into r1; @@ -27,7 +25,6 @@ function start_board: cast r0.owner r0.hits_and_misses r0.played_tiles r0.ships r0.player_1 r0.player_2 true into r2 as board_state.record; output r2 as board_state.record; - function update_played_tiles: input r0 as board_state.record; input r1 as u64.private; @@ -40,7 +37,6 @@ function update_played_tiles: cast r0.owner r0.hits_and_misses r5 r0.ships r0.player_1 r0.player_2 r0.game_started into r6 as board_state.record; output r6 as board_state.record; - function update_hits_and_misses: input r0 as board_state.record; input r1 as u64.private; diff --git a/tests/expectations/compiler/examples/bubblesort.out b/tests/expectations/compiler/examples/bubblesort.out index 103f73efed..450658bc5e 100644 --- a/tests/expectations/compiler/examples/bubblesort.out +++ b/tests/expectations/compiler/examples/bubblesort.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86005cad24ea94a26f04e7899c160ea7ad8f4ebd1e66a17b5c3c07d584fd4e20", type_checked_symbol_table = "1369f084c26ee96ae4e7b24f1b1a30e1474e25c854d15a0f80a00dada642c9a4", unrolled_symbol_table = "1369f084c26ee96ae4e7b24f1b1a30e1474e25c854d15a0f80a00dada642c9a4", initial_ast = "842ee5a0eccd43fb573d43ebc4e48954fccfdc53654b4b668ada246b2bec547c", unrolled_ast = "842ee5a0eccd43fb573d43ebc4e48954fccfdc53654b4b668ada246b2bec547c", ssa_ast = "6fb2f6a9338c3803b53aebe423e1af4fc412b3b26544a697162aa7224c367b1a", flattened_ast = "81de1e35492ac630873b36da8e2e79ca97dea43075d2012a40d6e955a136a372", destructured_ast = "96b7297c2564ed6f1cefcd66495d77b1ad8d59522050832058014169abe0ec35", inlined_ast = "96b7297c2564ed6f1cefcd66495d77b1ad8d59522050832058014169abe0ec35", dce_ast = "55779acb30ca29bcc70005552ff91b6a71361fbe942b97c0cc6e97de16ff3833", bytecode = """ program test.aleo; - - function bubble_sort: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/examples/core.out b/tests/expectations/compiler/examples/core.out index 396bfbe0a3..3d5339652b 100644 --- a/tests/expectations/compiler/examples/core.out +++ b/tests/expectations/compiler/examples/core.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "575ce8a19c2b813627230838e18350893a94f5d6ab66094b4d6c3660c6e28232", type_checked_symbol_table = "18ebf011841c87524cfd93bbc75503e378259f81955ef85ce11bed18ad6a217e", unrolled_symbol_table = "18ebf011841c87524cfd93bbc75503e378259f81955ef85ce11bed18ad6a217e", initial_ast = "7f9fada9ca295143eca1d3b8aefde1e5d5da98b13121546c51ecdaea7f9a8ea9", unrolled_ast = "7f9fada9ca295143eca1d3b8aefde1e5d5da98b13121546c51ecdaea7f9a8ea9", ssa_ast = "de8d706b659a8a9cf0f0efea821eb9860f4841f4bf733fa6a82dd83b68f2e231", flattened_ast = "d3d94d8552e2d9376bfc467593b541d969298d389399dd94ad5e807e053c29ff", destructured_ast = "73201be5c9593545b343af6475479b6ccb1c5db619508de531f3a65c2cd5a804", inlined_ast = "73201be5c9593545b343af6475479b6ccb1c5db619508de531f3a65c2cd5a804", dce_ast = "73201be5c9593545b343af6475479b6ccb1c5db619508de531f3a65c2cd5a804", bytecode = """ program test.aleo; - - function main: input r0 as field.private; hash.bhp256 r0 into r1 as field; diff --git a/tests/expectations/compiler/examples/fibonacci.out b/tests/expectations/compiler/examples/fibonacci.out index f6a623653c..370b004c91 100644 --- a/tests/expectations/compiler/examples/fibonacci.out +++ b/tests/expectations/compiler/examples/fibonacci.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "80b1ae8ee7b8ea388920b242c07b6816935885ed748325c60b3afb95a71add6f", type_checked_symbol_table = "6e9123ba734807f5ab8b200b3dc9d86df02ee8e5c1a8ed66faa4036f2f6fa0f2", unrolled_symbol_table = "c8e79efffc2386a8334ae7baf2dc795b3574ae9de2b93587dc8e2f3cd1cb7071", initial_ast = "117744a82db2c8ec3103bbc81dc52488131bafd739a4cf2b9ece1cd09072e0f8", unrolled_ast = "4ff38e507b622be9ca6bb5a99cf9f4ca665d666058da015640a55504dc1ff3bb", ssa_ast = "7612101f61d801d5d33efc0715b45610875440a3aa9f962d4104b7fe5019bc44", flattened_ast = "d47b4157f2a9861a15285f4e187f52d80af53ec0754d0e5e77617c64d7734c04", destructured_ast = "8ac6a4382d33c5fe9a949255abc98f01d0383c013e34fe6ff1e3ea7e06f10b9d", inlined_ast = "3cd1084bb56f086d95fc230e24b314fbacad1a491f0e6d9c1ff738edeb7ca79b", dce_ast = "587165ece35585c3ae6966b1dbe9729d21f694586d655ce3771e28bc37be30e4", bytecode = """ program test.aleo; - - closure reverse_bits: input r0 as u8; gt r0 0u8 into r1; @@ -79,7 +77,6 @@ closure reverse_bits: ternary r64 r69 r62 into r70; output r70 as u8; - function fibonacci: input r0 as u8.public; lte r0 64u8 into r1; diff --git a/tests/expectations/compiler/examples/groups.out b/tests/expectations/compiler/examples/groups.out index 2b0a08b29f..62612948bf 100644 --- a/tests/expectations/compiler/examples/groups.out +++ b/tests/expectations/compiler/examples/groups.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "474baddce283d718e76c14540fa1c6ed2680b6a16dcc5985080d0e794a308e28", type_checked_symbol_table = "7a905f0ca2e8163c767ef8c55b366beeb095daad670f1c44745818415b03d526", unrolled_symbol_table = "7a905f0ca2e8163c767ef8c55b366beeb095daad670f1c44745818415b03d526", initial_ast = "316f17e78314ccc21c70c33178f93e42e621b2e5e18effd0e1232eaf45af5483", unrolled_ast = "316f17e78314ccc21c70c33178f93e42e621b2e5e18effd0e1232eaf45af5483", ssa_ast = "3783e557ca3b7a8c1f5d8898aed657bbf324dc033d589f50246291cd58cca4f8", flattened_ast = "24d23642f9b573e9d0f5a8db8c737cfaf08acb0b9ed87a43eacc487ec8059ebf", destructured_ast = "97af2e8aa5d1782eb7acc421724e65c4fd43e2fea7a9dec7c334a38daf4c0668", inlined_ast = "97af2e8aa5d1782eb7acc421724e65c4fd43e2fea7a9dec7c334a38daf4c0668", dce_ast = "97af2e8aa5d1782eb7acc421724e65c4fd43e2fea7a9dec7c334a38daf4c0668", bytecode = """ program test.aleo; - - function main: input r0 as group.private; double r0 into r1; diff --git a/tests/expectations/compiler/examples/helloworld.out b/tests/expectations/compiler/examples/helloworld.out index f51a8f1a88..4cc5391508 100644 --- a/tests/expectations/compiler/examples/helloworld.out +++ b/tests/expectations/compiler/examples/helloworld.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "11632005d1a50ace95c8b03b3326464a60789372ed56db8230721e0eda978369", type_checked_symbol_table = "728cf5a8703f19bfb15e12d734b476c023a0d4abf0c17308776875831ae0e43c", unrolled_symbol_table = "728cf5a8703f19bfb15e12d734b476c023a0d4abf0c17308776875831ae0e43c", initial_ast = "434ef9a5ee7c108360fcf7854bf5de2a4e505d9b479baa0ad47bdfb4a267c1ca", unrolled_ast = "434ef9a5ee7c108360fcf7854bf5de2a4e505d9b479baa0ad47bdfb4a267c1ca", ssa_ast = "2a1e6870204db46830cd60aafe3f0493dcdaefe2f44517b0e5101f208b5ee418", flattened_ast = "2a857f4293e1ace7b441bb8b5b29c6e6d81b2f756bb959edfda02d2f5d9a3ec5", destructured_ast = "c623597181c5a298da7db31bc23ab7f969493cbc1691a151569b77b123b23879", inlined_ast = "c623597181c5a298da7db31bc23ab7f969493cbc1691a151569b77b123b23879", dce_ast = "c623597181c5a298da7db31bc23ab7f969493cbc1691a151569b77b123b23879", bytecode = """ program test.aleo; - - function main: input r0 as u32.public; input r1 as u32.private; diff --git a/tests/expectations/compiler/examples/interest.out b/tests/expectations/compiler/examples/interest.out index 84cb64c6dd..0743db6f25 100644 --- a/tests/expectations/compiler/examples/interest.out +++ b/tests/expectations/compiler/examples/interest.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9ed8ddc414de14aa10e3f0d862d9f101ce8a472451241caacc3b4a4c967c8223", type_checked_symbol_table = "38fb35075c02084a5f99b0eaa67882db5023baa113a64083fdaacacee53113d2", unrolled_symbol_table = "525ecb80847f768aed5ceca6d41ef082bea32cb88296e5fc70dfda9918c7dc03", initial_ast = "86a0d996309dda9eb9d5d8d1dd58275a442e24a4296e7761207f85ebc97b1ba1", unrolled_ast = "7cd8c0c472ab06fcbdf994754d6aa6007aca23c2427dccfb3fdb0173c4bc95d8", ssa_ast = "9a7fef0e85d398f0d68b96db691007849eef4927d6f7f3873a7e8a581a927294", flattened_ast = "3db995c5d3741a2ca2b3231c6e7f0f1d9ae3cbfe843790b260835705a94f14f3", destructured_ast = "917db53bdfa8bbecb8349f40a5dd9c4bfb549bb6cd4aec4a4c5fe7618f298cee", inlined_ast = "917db53bdfa8bbecb8349f40a5dd9c4bfb549bb6cd4aec4a4c5fe7618f298cee", dce_ast = "77e67cbbd94cf794f3e0a5254d94d9288533727f23c33882d43bbbbc74b513e0", bytecode = """ program test.aleo; - - function fixed_iteration_interest: input r0 as u32.private; input r1 as u32.public; @@ -40,7 +38,6 @@ function fixed_iteration_interest: add r28 r30 into r31; output r31 as u32.private; - function bounded_iteration_interest: input r0 as u32.private; input r1 as u32.public; diff --git a/tests/expectations/compiler/examples/lottery.out b/tests/expectations/compiler/examples/lottery.out index 15282a6f4d..56707b8f18 100644 --- a/tests/expectations/compiler/examples/lottery.out +++ b/tests/expectations/compiler/examples/lottery.out @@ -6,11 +6,9 @@ program lottery.aleo; record Ticket: owner as address.private; - mapping num_winners: -\tkey as u8.public; -\tvalue as u8.public; - + key as u8.public; + value as u8.public; function play: cast self.caller into r0 as Ticket.record; @@ -28,5 +26,4 @@ finalize play: assert.eq r3 true; add r2 1u8 into r4; set r4 into num_winners[0u8]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/examples/message.out b/tests/expectations/compiler/examples/message.out index 65587578d7..9938da9101 100644 --- a/tests/expectations/compiler/examples/message.out +++ b/tests/expectations/compiler/examples/message.out @@ -7,7 +7,6 @@ struct Message: first as field; second as field; - function main: input r0 as Message.private; cast r0.first r0.second into r1 as Message; diff --git a/tests/expectations/compiler/examples/move.out b/tests/expectations/compiler/examples/move.out index 4c23ff02e9..5c92d6c98a 100644 --- a/tests/expectations/compiler/examples/move.out +++ b/tests/expectations/compiler/examples/move.out @@ -10,7 +10,6 @@ record move: player_2 as address.private; prev_hit_or_miss as u64.private; - function create_move: input r0 as move.record; input r1 as u64.private; @@ -20,7 +19,6 @@ function create_move: cast r4 r1 r0.player_2 r0.player_1 r2 into r5 as move.record; output r5 as move.record; - function start_game: input r0 as address.private; cast r0 0u64 self.caller r0 0u64 into r1 as move.record; diff --git a/tests/expectations/compiler/examples/ntzdebruijn.out b/tests/expectations/compiler/examples/ntzdebruijn.out index 46aea6fb00..3c3bbf57dc 100644 --- a/tests/expectations/compiler/examples/ntzdebruijn.out +++ b/tests/expectations/compiler/examples/ntzdebruijn.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b930b577ec6de5c912f2f527aca1c3e2ce43e1f6aa9c35289024f706013abd14", type_checked_symbol_table = "6753971f2ece5d78c158cd346873e57c33479609dcb2c7d9e0132ad87ab21d0e", unrolled_symbol_table = "6753971f2ece5d78c158cd346873e57c33479609dcb2c7d9e0132ad87ab21d0e", initial_ast = "776475d60a0722c4fc736391d9bac011ad55dc4c55373775641ab22b3dc62b02", unrolled_ast = "776475d60a0722c4fc736391d9bac011ad55dc4c55373775641ab22b3dc62b02", ssa_ast = "1e73d636efe1a323fee9e8160abcf25ffae1272bcdb5423a0faf8902cf8c1e71", flattened_ast = "f896de25ea535a63fcf3f58695b6c9d16fa7370e3301f17ec6eaa0bd839f716e", destructured_ast = "b49a889ba314836db2ef9604dca88d72bfaed753ed03650858f48ad25e05130a", inlined_ast = "5ec704aab884c69f03f4fe424402e8988c3f40e068b5ab4f6af059f537867687", dce_ast = "26a36139ea44188311968fbd4f832fb711b7f902834c812f79b4a013b8d874b9", bytecode = """ program test.aleo; - - closure deBruijnTableLookup: input r0 as u32; is.eq r0 0u32 into r1; @@ -165,7 +163,6 @@ closure deBruijnTableLookup: ternary r1 0u8 r155 into r156; output r156 as u8; - function main: input r0 as u32.public; is.eq r0 0u32 into r1; diff --git a/tests/expectations/compiler/examples/ntzgaudet.out b/tests/expectations/compiler/examples/ntzgaudet.out index 48554a186d..68e52268c6 100644 --- a/tests/expectations/compiler/examples/ntzgaudet.out +++ b/tests/expectations/compiler/examples/ntzgaudet.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "76ec052c76fde2c4afa1f74c3d3643f6a949b79e6da100df5f3af04d535fb0c9", type_checked_symbol_table = "4b450f957da50d251e6dfc8c38e07f47efb21fb21e32a8a870729502059e0965", unrolled_symbol_table = "4b450f957da50d251e6dfc8c38e07f47efb21fb21e32a8a870729502059e0965", initial_ast = "83640fdffb1fc68c2e4f6fbe89206d9cd4015000aacd9c9adbac45db9e475463", unrolled_ast = "83640fdffb1fc68c2e4f6fbe89206d9cd4015000aacd9c9adbac45db9e475463", ssa_ast = "29fccce8162b2878be034883b2eb18072bc479966069f7c781d52866683c67a1", flattened_ast = "1d957aa0fca624c6396b128d899319831eb408515b234e849bd2d517e347b4d4", destructured_ast = "e0ef79cefa916d6070952a76351fbf3c5611b31b82907b2e5c17cf07e6c5cb7e", inlined_ast = "e0ef79cefa916d6070952a76351fbf3c5611b31b82907b2e5c17cf07e6c5cb7e", dce_ast = "e0ef79cefa916d6070952a76351fbf3c5611b31b82907b2e5c17cf07e6c5cb7e", bytecode = """ program test.aleo; - - function main: input r0 as u32.public; sub.w 0u32 r0 into r1; diff --git a/tests/expectations/compiler/examples/ntzloops.out b/tests/expectations/compiler/examples/ntzloops.out index 42d07e1d56..4003b3e973 100644 --- a/tests/expectations/compiler/examples/ntzloops.out +++ b/tests/expectations/compiler/examples/ntzloops.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9dff67a7c8fe11726dabdd3e46bfde8428fa0b721a16e68666ef364610ae56ea", type_checked_symbol_table = "c29f92316145afc961424e33fc71957604128a4c97f03750fb49a73f552ac27c", unrolled_symbol_table = "7b41e8912a857d2573d4ac81030de767704fbb1c5f288b3204cfdc407f593b4f", initial_ast = "fddba4f56016625454f5d5da3fa81487ea9b30358b35269f8bf700976590cfb9", unrolled_ast = "02947c30c03d6e87c8afedbfb9dca639248a1777bfb4b9265ee62eb6280b617e", ssa_ast = "108f90cd2f8b1a79ec0ae244985a9213392e72eeed6caa8ef41ba5950ab11ef9", flattened_ast = "9e99b7bbde2469d636933a864ee61c8ca1e8a71b17eb7cc197fe709845aacaa9", destructured_ast = "3c5267ed38b2f3dc229c0c529ba13ba55f99f6a7dc1bfdb9ec65336d661a119d", inlined_ast = "3c5267ed38b2f3dc229c0c529ba13ba55f99f6a7dc1bfdb9ec65336d661a119d", dce_ast = "6b12f22ea0ca1d517910600d0fd13260e0eb5198595b1c458a4032e992bd4672", bytecode = """ program test.aleo; - - function main: input r0 as u32.public; not r0 into r1; diff --git a/tests/expectations/compiler/examples/ntzmasks.out b/tests/expectations/compiler/examples/ntzmasks.out index 4dd1ec689b..02942ceff2 100644 --- a/tests/expectations/compiler/examples/ntzmasks.out +++ b/tests/expectations/compiler/examples/ntzmasks.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9dff67a7c8fe11726dabdd3e46bfde8428fa0b721a16e68666ef364610ae56ea", type_checked_symbol_table = "3e24a527d7fec6b071ce9f95adf54d764fb6cfae4855f9352c83fe38dde09954", unrolled_symbol_table = "3e24a527d7fec6b071ce9f95adf54d764fb6cfae4855f9352c83fe38dde09954", initial_ast = "a67863a460a9dee157b89df5fba6f8eb871bec487360c7bcbeab1504b335577a", unrolled_ast = "a67863a460a9dee157b89df5fba6f8eb871bec487360c7bcbeab1504b335577a", ssa_ast = "f1c6c8e9039d32e4d0d46e730f0b7ec29e63550c9c49a7d8d60b89179c744335", flattened_ast = "5b3f202ab9f4b63e6e257c2b7d743a1c0721ddb7cdd4c8f6275a752dc2e9e842", destructured_ast = "00ac5281bc036afd75ede2ba07a45632762959d1ec5efff61eb3316f0ba16d61", inlined_ast = "00ac5281bc036afd75ede2ba07a45632762959d1ec5efff61eb3316f0ba16d61", dce_ast = "4fe84b39c3e70d173a23c919d3affdda78e77dfc6037cba8b80ae1a204826c80", bytecode = """ program test.aleo; - - function main: input r0 as u32.public; is.eq r0 0u32 into r1; diff --git a/tests/expectations/compiler/examples/ntzreisers.out b/tests/expectations/compiler/examples/ntzreisers.out index 729cfeb48f..258389dc5f 100644 --- a/tests/expectations/compiler/examples/ntzreisers.out +++ b/tests/expectations/compiler/examples/ntzreisers.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fe6582b9263c45c7e136548ec18514f5f08303e752df8be178ada8bd3efaa43a", type_checked_symbol_table = "89fd00e1312c30e9ca65746e5372a0516c3062b94273be4d0a1f731592a6d409", unrolled_symbol_table = "89fd00e1312c30e9ca65746e5372a0516c3062b94273be4d0a1f731592a6d409", initial_ast = "cef0b29d345936f527e1a8acf6d33cbab795e5e3561b46703bf6529afbfd5325", unrolled_ast = "cef0b29d345936f527e1a8acf6d33cbab795e5e3561b46703bf6529afbfd5325", ssa_ast = "30186fdf7cd60b3df1b6e55ff99ad7757cc3a1166c507fc8f16b9276f82f05aa", flattened_ast = "91c57b64e5de51c3759400c059f6887a2545378dfb5d4248bdaef87683d72cc5", destructured_ast = "8107bbc5a44f1f35d9cd072d10216c191cec865f0edee9ae96e5dcf559b714fb", inlined_ast = "8cea84d58a68f8f5b4fd079d7dc6e4da038721b4e2f83460c623a9e9b70f871d", dce_ast = "349d6d5523fbcbe1b08c856cbafb72abb96438b9a3380f6c25cb45966945f39b", bytecode = """ program test.aleo; - - closure reisersTableLookup: input r0 as u32; is.eq r0 0u32 into r1; @@ -190,7 +188,6 @@ closure reisersTableLookup: ternary r1 32u8 r180 into r181; output r181 as u8; - function main: input r0 as u32.public; sub.w 0u32 r0 into r1; diff --git a/tests/expectations/compiler/examples/ntzseals.out b/tests/expectations/compiler/examples/ntzseals.out index e6211849c8..a03c030cb6 100644 --- a/tests/expectations/compiler/examples/ntzseals.out +++ b/tests/expectations/compiler/examples/ntzseals.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "55be9a7f26f8bd71befb12300e4ecd93c3b87a9c67140ca190d2c1e66a0a319e", type_checked_symbol_table = "e59145d5bc1be95c9e6bb228dafcad15accffec379901264362f8a9d01725015", unrolled_symbol_table = "e59145d5bc1be95c9e6bb228dafcad15accffec379901264362f8a9d01725015", initial_ast = "5055844ee4ce47add688b1260ccc956c789f6a9b03b25504a28c2fa5a9944724", unrolled_ast = "5055844ee4ce47add688b1260ccc956c789f6a9b03b25504a28c2fa5a9944724", ssa_ast = "8c698b44b29eb4c67ce4446ad66d53ebc87333d11f4e7acad23d488ae43e6353", flattened_ast = "6b9b17fd68f818533002fa71e605e0e5693b32b6e9b57258da156d12add0ebfe", destructured_ast = "ac574f67867653216e0ea0f60dff7b6676585f1fec7994be6df251721eef6eaa", inlined_ast = "8f599322efdea0ed835f8c9cb0006b3a7b9c984501bc6e8b9db3a908cb0cb31f", dce_ast = "2a2c6e970e680f5089732358493d1bc7bfe3e82c02c39f38b52a46ea2c16c634", bytecode = """ program test.aleo; - - closure sealsTableLookup: input r0 as u32; is.eq r0 0u32 into r1; @@ -325,7 +323,6 @@ closure sealsTableLookup: ternary r1 32u8 r315 into r316; output r316 as u8; - function main: input r0 as u32.public; sub.w 0u32 r0 into r1; diff --git a/tests/expectations/compiler/examples/ntzsearchtree.out b/tests/expectations/compiler/examples/ntzsearchtree.out index 83d52c3dcc..a23d3a5997 100644 --- a/tests/expectations/compiler/examples/ntzsearchtree.out +++ b/tests/expectations/compiler/examples/ntzsearchtree.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6d4128f767004e76e8281fa6a257c0513c8d8c48c96ae759718aff96a782502b", type_checked_symbol_table = "ca8fdc648a235b01466e0aa6306ce0d663bc2caf3bacdace0653048f8ec65b38", unrolled_symbol_table = "ca8fdc648a235b01466e0aa6306ce0d663bc2caf3bacdace0653048f8ec65b38", initial_ast = "22e5ae5968afbbe73a278a85fbbe7839c91f8a6ae8b2a2ebc47b0f7c27b7b32c", unrolled_ast = "22e5ae5968afbbe73a278a85fbbe7839c91f8a6ae8b2a2ebc47b0f7c27b7b32c", ssa_ast = "1d4d764ebef58dd5f4ffa0fec746dc14ac6511394399d099ef901774cb23e687", flattened_ast = "22bf54b3fd741c5d4c7c41f0f029e3c5e3fe476dcb7a69b7f96e891a94cd7ab8", destructured_ast = "c8340275d74390e77c3fc70512a9cafaa704b2a9a05d3163e8617bc601e50026", inlined_ast = "c8340275d74390e77c3fc70512a9cafaa704b2a9a05d3163e8617bc601e50026", dce_ast = "6afbd919c00857be865c40edd9079d02dd02d7051f568bfe45d1baccfc4b4bf7", bytecode = """ program test.aleo; - - function main: input r0 as u32.public; and r0 65535u32 into r1; diff --git a/tests/expectations/compiler/examples/ntzsmallvals.out b/tests/expectations/compiler/examples/ntzsmallvals.out index cab4f52699..6727c3fb03 100644 --- a/tests/expectations/compiler/examples/ntzsmallvals.out +++ b/tests/expectations/compiler/examples/ntzsmallvals.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "db910ee56fa8210ddc12ba5a771a89b5174899cb8cd17619f2d24075f15761c2", type_checked_symbol_table = "3e11fe04a08e53641ed58553df037e53f2b54d6fe2a8b702853f974dba5f24ed", unrolled_symbol_table = "3e11fe04a08e53641ed58553df037e53f2b54d6fe2a8b702853f974dba5f24ed", initial_ast = "82934829512375c02fee11224416622175c0f2c1fad225063ad561120b196a86", unrolled_ast = "82934829512375c02fee11224416622175c0f2c1fad225063ad561120b196a86", ssa_ast = "22caba0c620c5f9a63d4e3933d8cfc5d4728d42d40353a39c3617683d5f0c922", flattened_ast = "2661a06a5f0d5a6c06b167543e8597a389e8b833552426229d8bef9e0b6a4770", destructured_ast = "1df445bbfc16b4d425cc4edae448172f06c0abe275fd1b2755aab583ba28ecfb", inlined_ast = "1df445bbfc16b4d425cc4edae448172f06c0abe275fd1b2755aab583ba28ecfb", dce_ast = "a867d006251c66d33490635cdd158dd6ee03669401b976e50c52ca215f1e5ff8", bytecode = """ program test.aleo; - - function main: input r0 as u32.public; is.eq r0 0u32 into r1; diff --git a/tests/expectations/compiler/examples/simple_token.out b/tests/expectations/compiler/examples/simple_token.out index e33d037e4d..a95b3aeb46 100644 --- a/tests/expectations/compiler/examples/simple_token.out +++ b/tests/expectations/compiler/examples/simple_token.out @@ -7,14 +7,12 @@ record Token: owner as address.private; amount as u64.private; - function mint: input r0 as address.private; input r1 as u64.private; cast r0 r1 into r2 as Token.record; output r2 as Token.record; - function transfer: input r0 as Token.record; input r1 as address.private; diff --git a/tests/expectations/compiler/examples/tictactoe.out b/tests/expectations/compiler/examples/tictactoe.out index 18d49af8c9..650b26f480 100644 --- a/tests/expectations/compiler/examples/tictactoe.out +++ b/tests/expectations/compiler/examples/tictactoe.out @@ -13,7 +13,6 @@ struct Board: r2 as Row; r3 as Row; - function new: cast 0u8 0u8 0u8 into r0 as Row; cast 0u8 0u8 0u8 into r1 as Row; @@ -21,7 +20,6 @@ function new: cast r0 r1 r2 into r3 as Board; output r3 as Board.private; - closure check_for_win: input r0 as Board; input r1 as u8; @@ -74,7 +72,6 @@ closure check_for_win: or r42 r47 into r48; output r48 as boolean; - function make_move: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/examples/token.out b/tests/expectations/compiler/examples/token.out index 34ddfde4c6..11a6f085a1 100644 --- a/tests/expectations/compiler/examples/token.out +++ b/tests/expectations/compiler/examples/token.out @@ -7,11 +7,9 @@ record token: owner as address.private; amount as u64.private; - mapping account: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function mint_public: input r0 as address.public; @@ -26,16 +24,12 @@ finalize mint_public: add r2 r1 into r3; set r3 into account[r0]; - - function mint_private: input r0 as address.private; input r1 as u64.private; cast r0 r1 into r2 as token.record; output r2 as token.record; - - function transfer_public: input r0 as address.public; input r1 as u64.public; @@ -53,8 +47,6 @@ finalize transfer_public: add r5 r2 into r6; set r6 into account[r1]; - - function transfer_private: input r0 as token.record; input r1 as address.private; @@ -65,8 +57,6 @@ function transfer_private: output r4 as token.record; output r5 as token.record; - - function transfer_private_to_public: input r0 as token.record; input r1 as address.public; @@ -84,9 +74,6 @@ finalize transfer_private_to_public: add r2 r1 into r3; set r3 into account[r0]; - - - function transfer_public_to_private: input r0 as address.public; input r1 as u64.public; @@ -101,5 +88,4 @@ finalize transfer_public_to_private: get.or_use account[r0] 0u64 into r2; sub r2 r1 into r3; set r3 into account[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/examples/twoadicity.out b/tests/expectations/compiler/examples/twoadicity.out index efc842962d..b91a63eb3b 100644 --- a/tests/expectations/compiler/examples/twoadicity.out +++ b/tests/expectations/compiler/examples/twoadicity.out @@ -3,15 +3,12 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2df53954a2e535354cf463aa4af0e16df0ad8bd404e32ae7a59112cccefc2e29", type_checked_symbol_table = "a9e1d417b5131d3f0b0fc218cacdfe9136bc2bf9025582383e0eeea208044784", unrolled_symbol_table = "e8c440f68fc7a2d3538959e7ec8ec4e90662e9a2599cd8d018fbebe942b4a29a", initial_ast = "47423bb725b42e8571e55829ae6784b52be84366628d4ac08716969cabca10ac", unrolled_ast = "e0d4f372e90bd4ade1afacd971a09089fb41b993a1ee15800d76dccb86d3be35", ssa_ast = "b4217a2674509495998c8deb30435450caf0c6cd61e5745c916a919b8c2fdc80", flattened_ast = "d489c80166d3afe5c5220ad477c0b2ceba24affdb7b686cb799cdd7a09fc7189", destructured_ast = "0602fda34468778931c9ed776235e0ece07e4bf1b825f89bd6052a842a55d44a", inlined_ast = "59cdd4f3331557ccb86a4bd135735846be87b1710032dceebb3f46e92fc7ffd9", dce_ast = "b290496ff29a92895769c6dc6591a3205ea6429a4326df653504ab287e91fdb6", bytecode = """ program test.aleo; - - closure is_even_and_nonzero: input r0 as field; div r0 2field into r1; lt r1 r0 into r2; output r2 as boolean; - function main: input r0 as field.public; call is_even_and_nonzero r0 into r1; diff --git a/tests/expectations/compiler/examples/verify.out b/tests/expectations/compiler/examples/verify.out index 2473c357d7..e1089bbd9d 100644 --- a/tests/expectations/compiler/examples/verify.out +++ b/tests/expectations/compiler/examples/verify.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "3b82389fac7bab079468a10d54271504b0f4af314374a7023e713e2d0a70ef8a", type_checked_symbol_table = "1de07c12e569cf46749424006cae98c00ae0455fbd7c0932e8474f54300a67b5", unrolled_symbol_table = "1de07c12e569cf46749424006cae98c00ae0455fbd7c0932e8474f54300a67b5", initial_ast = "36b5f1acbbecb9d7607e4dfb188a79ee8ee441665c8f78d39f914cf6809b3939", unrolled_ast = "36b5f1acbbecb9d7607e4dfb188a79ee8ee441665c8f78d39f914cf6809b3939", ssa_ast = "790fb96adadef10423d5596961c96015c0e955d9d74ba4f8f25c3be0f4ceb54e", flattened_ast = "5a6f8fd5f8007ab58b131f2209518f78bddd77879b04a9cbf40b89a98e44e76c", destructured_ast = "7739a0de1e9746b446e0180f30060fd6751d93959215d442967bc9a792039210", inlined_ast = "6a8e417a3d90cdc0660d0521eb3e6faaba89d4415dd7f7848207db9fc6c38600", dce_ast = "6a8e417a3d90cdc0660d0521eb3e6faaba89d4415dd7f7848207db9fc6c38600", bytecode = """ program test.aleo; - - closure bitcount: input r0 as u64; div r0 2u64 into r1; @@ -22,7 +20,6 @@ closure bitcount: rem r12 255u64 into r13; output r13 as u64; - closure adjacency_check: input r0 as u64; input r1 as u64; @@ -34,7 +31,6 @@ closure adjacency_check: is.eq r6 0u64 into r7; output r7 as boolean; - closure horizontal_check: input r0 as u64; input r1 as u64; @@ -47,7 +43,6 @@ closure horizontal_check: is.eq r7 0u64 into r8; output r8 as boolean; - function validate_ship: input r0 as u64.private; input r1 as u64.private; @@ -62,7 +57,6 @@ function validate_ship: or r7 r8 into r9; output r9 as boolean.private; - function create_board: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/examples/vote.out b/tests/expectations/compiler/examples/vote.out index 7d29f3392c..3b1d16c373 100644 --- a/tests/expectations/compiler/examples/vote.out +++ b/tests/expectations/compiler/examples/vote.out @@ -17,26 +17,21 @@ record Ticket: owner as address.private; pid as field.private; - mapping proposals: -\tkey as field.public; -\tvalue as ProposalInfo.public; - + key as field.public; + value as ProposalInfo.public; mapping tickets: -\tkey as field.public; -\tvalue as u64.public; - + key as field.public; + value as u64.public; mapping agree_votes: -\tkey as field.public; -\tvalue as u64.public; - + key as field.public; + value as u64.public; mapping disagree_votes: -\tkey as field.public; -\tvalue as u64.public; - + key as field.public; + value as u64.public; function propose: input r0 as ProposalInfo.public; @@ -51,9 +46,6 @@ finalize propose: input r0 as field.public; set 0u64 into tickets[r0]; - - - function new_ticket: input r0 as field.public; input r1 as address.public; @@ -68,9 +60,6 @@ finalize new_ticket: add r1 1u64 into r2; set r2 into tickets[r0]; - - - function agree: input r0 as Ticket.record; async agree r0.pid into r1; @@ -82,9 +71,6 @@ finalize agree: add r1 1u64 into r2; set r2 into agree_votes[r0]; - - - function disagree: input r0 as Ticket.record; async disagree r0.pid into r1; @@ -95,5 +81,4 @@ finalize disagree: get.or_use disagree_votes[r0] 0u64 into r1; add r1 1u64 into r2; set r2 into disagree_votes[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/expression/cast.out b/tests/expectations/compiler/expression/cast.out index fed1805d56..b8b41f67f7 100644 --- a/tests/expectations/compiler/expression/cast.out +++ b/tests/expectations/compiler/expression/cast.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "8f6e13a5fd601a00363471c5fc1065bb00f41edb861b1680db4aac5f554dc6f3", type_checked_symbol_table = "4af217e514a21e8772cb3f0e8696516ebb4a13e64c0b7af04f6553b6cda6737c", unrolled_symbol_table = "4af217e514a21e8772cb3f0e8696516ebb4a13e64c0b7af04f6553b6cda6737c", initial_ast = "a89a16051233f4b1f4c9b6e803a703526409f2e1245ac13aca2dff7835be040f", unrolled_ast = "a89a16051233f4b1f4c9b6e803a703526409f2e1245ac13aca2dff7835be040f", ssa_ast = "e6ac9289d21e1edfe4c7e77802054a95197c7f99a40de906670cb94458c3b7f8", flattened_ast = "1618fff2d37f320945a9a84ef77aa77d6a52889a59e7920cf3f482cb97f3b956", destructured_ast = "485360b2120f7ab866f3c24cde17e8cf5f138a50b1e5cf5b4f4b6c68dd8888f6", inlined_ast = "485360b2120f7ab866f3c24cde17e8cf5f138a50b1e5cf5b4f4b6c68dd8888f6", dce_ast = "5b1e97afe4bf09c18a1eac5430aa9b98977009350347cf397d18df23837117c4", bytecode = """ program test.aleo; - - function main: input r0 as address.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/expression/cast_coersion.out b/tests/expectations/compiler/expression/cast_coersion.out index 4198eb8cf6..4e8debba93 100644 --- a/tests/expectations/compiler/expression/cast_coersion.out +++ b/tests/expectations/compiler/expression/cast_coersion.out @@ -6,7 +6,6 @@ program test.aleo; struct foo: data as field; - function main: input r0 as boolean.private; input r1 as group.private; diff --git a/tests/expectations/compiler/expression/network_id.out b/tests/expectations/compiler/expression/network_id.out index fd36d43f1c..2caeb03ec9 100644 --- a/tests/expectations/compiler/expression/network_id.out +++ b/tests/expectations/compiler/expression/network_id.out @@ -3,9 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ef5cbe43fd02c4bdf9de14a42e77c7f1635e0ee8df54b45b71d9a82bae42e8eb", type_checked_symbol_table = "85e41486c103f9351c482a271ae2cc9e89eb37b36a50f786bff51feaf6537034", unrolled_symbol_table = "85e41486c103f9351c482a271ae2cc9e89eb37b36a50f786bff51feaf6537034", initial_ast = "ad760a62ddcf6370800d4319ce4b0c48832cdf7442c2ad6b2fc244b7d9c8bbd7", unrolled_ast = "ad760a62ddcf6370800d4319ce4b0c48832cdf7442c2ad6b2fc244b7d9c8bbd7", ssa_ast = "5f2251b6411d4843954be231b25beee450771b068de30ca66cdcbd0f6b371357", flattened_ast = "aba52a6d70cd6fc0ae608ca6853b8e41b720ce3ff7b4d67274c92e35d2269749", destructured_ast = "c2c04fdc548c372848fb69f8201af5a5657d8acbceb2ef7bea7a109ece2e9851", inlined_ast = "663c8ee124bbb7a55247b2f5ce18443687e3262f9874bad35f21f65dbbf09a83", dce_ast = "663c8ee124bbb7a55247b2f5ce18443687e3262f9874bad35f21f65dbbf09a83", bytecode = """ program test.aleo; - - - function main: input r0 as u16.private; async main r0 into r1; @@ -16,5 +13,4 @@ finalize main: assert.eq 1u16 network.id; assert.eq r0 network.id; assert.eq network.id network.id; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/expression/ternary.out b/tests/expectations/compiler/expression/ternary.out index 66ca777321..73b82b7d35 100644 --- a/tests/expectations/compiler/expression/ternary.out +++ b/tests/expectations/compiler/expression/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d6ebbdbb0ac55a0338ca71cab7bdbd5fddd4782965afba8dd6ed0e631ada84d1", type_checked_symbol_table = "4e3cf3d38f23ca67542003bb4985603b64c43b358f5cc0a067a1f8ba8fa7703a", unrolled_symbol_table = "4e3cf3d38f23ca67542003bb4985603b64c43b358f5cc0a067a1f8ba8fa7703a", initial_ast = "b48a2050069f5e13014983f5b5b648f528e9478da91c008912364faff53090ce", unrolled_ast = "b48a2050069f5e13014983f5b5b648f528e9478da91c008912364faff53090ce", ssa_ast = "797dccb7d8f7d42268a907c930af0ab54d87b26df3627656c4685191486d8e5f", flattened_ast = "523b26f743f704636b3cdab1693c82012419e05a87ff3a7319302f06ba08c365", destructured_ast = "a8f7c9cef239326de6534ac8c67886fe4e687d91141c81a874e374ca9766b424", inlined_ast = "a8f7c9cef239326de6534ac8c67886fe4e687d91141c81a874e374ca9766b424", dce_ast = "a8f7c9cef239326de6534ac8c67886fe4e687d91141c81a874e374ca9766b424", bytecode = """ program test.aleo; - - function main: input r0 as address.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/field/add.out b/tests/expectations/compiler/field/add.out index 95eacd6789..b5e3646d75 100644 --- a/tests/expectations/compiler/field/add.out +++ b/tests/expectations/compiler/field/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "98620129b0cae3db8279fce93caa34d45de1f5391c28c6cbcb4cc03f30f2afd8", type_checked_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", unrolled_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", initial_ast = "88fe78a0d52f0f8621d55dbb046be0bd394461d8a920a9fa0be3701af76046e8", unrolled_ast = "88fe78a0d52f0f8621d55dbb046be0bd394461d8a920a9fa0be3701af76046e8", ssa_ast = "73b8b86d06f011d8855dfe007be296f28953bc680b3606fcb52eedef199074a4", flattened_ast = "773b5008f5217932810ade992001fec882510d36a93291eed3a8d15da082b64c", destructured_ast = "a677e44d53934fcb3dde10b6f413295119adb991a987b251911932d9dfa8ae7a", inlined_ast = "a677e44d53934fcb3dde10b6f413295119adb991a987b251911932d9dfa8ae7a", dce_ast = "a677e44d53934fcb3dde10b6f413295119adb991a987b251911932d9dfa8ae7a", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/div.out b/tests/expectations/compiler/field/div.out index 4eb831aaaf..29b5217746 100644 --- a/tests/expectations/compiler/field/div.out +++ b/tests/expectations/compiler/field/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "98620129b0cae3db8279fce93caa34d45de1f5391c28c6cbcb4cc03f30f2afd8", type_checked_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", unrolled_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", initial_ast = "e0cff2f63e6d6ace7917626df81f82617defeb55a5c7bab19f07c3d22fab667e", unrolled_ast = "e0cff2f63e6d6ace7917626df81f82617defeb55a5c7bab19f07c3d22fab667e", ssa_ast = "dbb622f3afacebb7ac54e83f2187867435c3ac58be650b5ae8a9e12dc13c7eb8", flattened_ast = "1fd7a79bfcc6e0a2c389a49d08b03847729265618cfb9527fbd7ef8542b56911", destructured_ast = "151e4d2565cce6a7cc3b47043b9f701341a1923b98c3c29a8daf2be5cf50f94d", inlined_ast = "151e4d2565cce6a7cc3b47043b9f701341a1923b98c3c29a8daf2be5cf50f94d", dce_ast = "151e4d2565cce6a7cc3b47043b9f701341a1923b98c3c29a8daf2be5cf50f94d", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/eq.out b/tests/expectations/compiler/field/eq.out index d1dad2299c..6de656237f 100644 --- a/tests/expectations/compiler/field/eq.out +++ b/tests/expectations/compiler/field/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "eaedb08cd9ff18badbefd1f8b5046cad7c81ebd4b22eba15bbb24f4c5d1a0796", type_checked_symbol_table = "a252bcb92e6dc70f6bffb274f5178f727b247eeb9170d4ab4b526a077e2b419f", unrolled_symbol_table = "a252bcb92e6dc70f6bffb274f5178f727b247eeb9170d4ab4b526a077e2b419f", initial_ast = "36cf5001f26c587afe42881bdb92e737bb4e83dafa829b2f0d7cbaee1b6bf0ee", unrolled_ast = "36cf5001f26c587afe42881bdb92e737bb4e83dafa829b2f0d7cbaee1b6bf0ee", ssa_ast = "a8ed11ecc9191d05dbd504223a93f146ca67880ad03033e58f2c0db259420808", flattened_ast = "ea148a696f7ab514f94788ad09e7e732680e4cb65bde4a414598d64c5866e5aa", destructured_ast = "620dd4a9a0d116832e5803546bab8ff460ee802c9f18ba657cb4133c5e6fe035", inlined_ast = "620dd4a9a0d116832e5803546bab8ff460ee802c9f18ba657cb4133c5e6fe035", dce_ast = "620dd4a9a0d116832e5803546bab8ff460ee802c9f18ba657cb4133c5e6fe035", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/field.out b/tests/expectations/compiler/field/field.out index 221fb0d9c5..9f1ec40a32 100644 --- a/tests/expectations/compiler/field/field.out +++ b/tests/expectations/compiler/field/field.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1305bd0ff6bd94636ca16d92b5d797d9e6e13bb66984b6ca425ce31a61722ab4", type_checked_symbol_table = "23078ce80d24a21fd39f504b2df476b5013b179ef7f7cbe8162ffc0c79fc357b", unrolled_symbol_table = "23078ce80d24a21fd39f504b2df476b5013b179ef7f7cbe8162ffc0c79fc357b", initial_ast = "20224c51976c8d3f67c4ebdc5d68b7efefe6040aaee1f5049f8954ffa615bcfb", unrolled_ast = "20224c51976c8d3f67c4ebdc5d68b7efefe6040aaee1f5049f8954ffa615bcfb", ssa_ast = "ba10dad2c5d3b06b4228a01b1e6e634606497f77fcdc4b206c737df1f5be52b2", flattened_ast = "e04ab7960e4ae652ef3e4975ad3cd88d42982d444d09eee123ad11bbdf9b146f", destructured_ast = "9e41181621ba11f59a99eb5bc39bf4263cbee376e9497f00e10328ea2881a27e", inlined_ast = "9e41181621ba11f59a99eb5bc39bf4263cbee376e9497f00e10328ea2881a27e", dce_ast = "2e8804c04d07e872cacff71b9a8200c2300aeebe3bc8eeae67a71165518262ed", bytecode = """ program test.aleo; - - function main: input r0 as field.private; add -1field r0 into r1; diff --git a/tests/expectations/compiler/field/mul.out b/tests/expectations/compiler/field/mul.out index 048e7c2d16..454b808a55 100644 --- a/tests/expectations/compiler/field/mul.out +++ b/tests/expectations/compiler/field/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "98620129b0cae3db8279fce93caa34d45de1f5391c28c6cbcb4cc03f30f2afd8", type_checked_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", unrolled_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", initial_ast = "caf50a8140cc504c2e12d0c4269e489317ca1133d7acca754b60523c72703778", unrolled_ast = "caf50a8140cc504c2e12d0c4269e489317ca1133d7acca754b60523c72703778", ssa_ast = "91494d683a68eb0f8cf7fbb5f1adb670d61d7e33ce5a088a9ad5a18c43a73861", flattened_ast = "d88a15743b68503939b1592348e49f53b03cc78304f5bcc5a5807b4cad4e9178", destructured_ast = "48f99754bbc6fc26d450026a1570171960ac8e96a43e747de0eaabd504340c19", inlined_ast = "48f99754bbc6fc26d450026a1570171960ac8e96a43e747de0eaabd504340c19", dce_ast = "48f99754bbc6fc26d450026a1570171960ac8e96a43e747de0eaabd504340c19", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/negate.out b/tests/expectations/compiler/field/negate.out index 65f541b481..995b8885d5 100644 --- a/tests/expectations/compiler/field/negate.out +++ b/tests/expectations/compiler/field/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "eaedb08cd9ff18badbefd1f8b5046cad7c81ebd4b22eba15bbb24f4c5d1a0796", type_checked_symbol_table = "a252bcb92e6dc70f6bffb274f5178f727b247eeb9170d4ab4b526a077e2b419f", unrolled_symbol_table = "a252bcb92e6dc70f6bffb274f5178f727b247eeb9170d4ab4b526a077e2b419f", initial_ast = "1cd2dd98064f19e046f15fc21049e47fe5191fedd90b8c13f826e6128c63a4bf", unrolled_ast = "1cd2dd98064f19e046f15fc21049e47fe5191fedd90b8c13f826e6128c63a4bf", ssa_ast = "605eadbcb724b40419e5fa8b5cf800e0d97237b17175bc803802cef0986ee168", flattened_ast = "3b5561a745b44711f0add62664ffacea72179f1b5f49f1bf17d21fb9ed6d60c7", destructured_ast = "b9ab8fc45ccbcd0c0627257c0adcaeeff2bbe7647c4ebb27d91c139bbe1df440", inlined_ast = "b9ab8fc45ccbcd0c0627257c0adcaeeff2bbe7647c4ebb27d91c139bbe1df440", dce_ast = "b9ab8fc45ccbcd0c0627257c0adcaeeff2bbe7647c4ebb27d91c139bbe1df440", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/operator_methods.out b/tests/expectations/compiler/field/operator_methods.out index 614654d92e..91c618c73c 100644 --- a/tests/expectations/compiler/field/operator_methods.out +++ b/tests/expectations/compiler/field/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "eaedb08cd9ff18badbefd1f8b5046cad7c81ebd4b22eba15bbb24f4c5d1a0796", type_checked_symbol_table = "120bf70661b1aeef0c5eb9c5c344878b5e61fd2ac7e2de625db6c2df3661078c", unrolled_symbol_table = "120bf70661b1aeef0c5eb9c5c344878b5e61fd2ac7e2de625db6c2df3661078c", initial_ast = "2382aba2e9a32e33bd45ef5be340b433d34b8d6ed5d1d1bd05d7d41ee5ca6495", unrolled_ast = "2382aba2e9a32e33bd45ef5be340b433d34b8d6ed5d1d1bd05d7d41ee5ca6495", ssa_ast = "83155b8ecce689a70c808907b7c0e2dc95a590b9fd884d87294e4a84f547dfbe", flattened_ast = "cf5be6ff670c3eeb06a8fb34b303ba61c8fc5bda09b359346baaa2825debfd53", destructured_ast = "0af17fd408d0cd7f31a1ac5b916dcfff8779026b61e02d016f32d1157daa90e0", inlined_ast = "0af17fd408d0cd7f31a1ac5b916dcfff8779026b61e02d016f32d1157daa90e0", dce_ast = "dd8863fd3a3ea2d575a99522af0107bcf0e3350cd250f91b29bbb637d4ebafce", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/pow.out b/tests/expectations/compiler/field/pow.out index 2064c1aa71..e14c52b01b 100644 --- a/tests/expectations/compiler/field/pow.out +++ b/tests/expectations/compiler/field/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1305bd0ff6bd94636ca16d92b5d797d9e6e13bb66984b6ca425ce31a61722ab4", type_checked_symbol_table = "e84b6de3a50500bde0355234446698396b79574abffd41d92632415592fe63da", unrolled_symbol_table = "e84b6de3a50500bde0355234446698396b79574abffd41d92632415592fe63da", initial_ast = "80312496ab24daabcf44226625ba379bcea0b3f29c0dcbf91e6042519b86f9bc", unrolled_ast = "80312496ab24daabcf44226625ba379bcea0b3f29c0dcbf91e6042519b86f9bc", ssa_ast = "9b99c98fbaaee87ec4ac27b0d9b05f3e2f72845ab12fd1b8eeb357b30b25cb89", flattened_ast = "e5958627930d907503ce5ea7d2dd6f8df094574bde50b0658bfe799ccd8bf5cf", destructured_ast = "7943411258cd4d53c210d04ce770e76e0064b18c516c2803de78cd4cb8038b9d", inlined_ast = "7943411258cd4d53c210d04ce770e76e0064b18c516c2803de78cd4cb8038b9d", dce_ast = "7943411258cd4d53c210d04ce770e76e0064b18c516c2803de78cd4cb8038b9d", bytecode = """ program test.aleo; - - function main: input r0 as field.private; pow -1field 2field into r1; diff --git a/tests/expectations/compiler/field/sub.out b/tests/expectations/compiler/field/sub.out index 66d537021d..6ad6b5a2ed 100644 --- a/tests/expectations/compiler/field/sub.out +++ b/tests/expectations/compiler/field/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "98620129b0cae3db8279fce93caa34d45de1f5391c28c6cbcb4cc03f30f2afd8", type_checked_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", unrolled_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", initial_ast = "11d7a73b8a5367111769db51f97bdb5d0aaa50e36e12b63af1b5a319e71b828c", unrolled_ast = "11d7a73b8a5367111769db51f97bdb5d0aaa50e36e12b63af1b5a319e71b828c", ssa_ast = "5b97c863f50fd38f339edceafddca0bd87f363c3713e221dd2ef9f61727fa59a", flattened_ast = "28ebdf7d6ff6c185998d456c3b5cfcfbe06a15c23588059b643ee8bc4eadf554", destructured_ast = "92d14541313ed61b47172e652a33a2eb679940760f075f3ed0f1fdc85c311b2e", inlined_ast = "92d14541313ed61b47172e652a33a2eb679940760f075f3ed0f1fdc85c311b2e", dce_ast = "92d14541313ed61b47172e652a33a2eb679940760f075f3ed0f1fdc85c311b2e", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/field/ternary.out b/tests/expectations/compiler/field/ternary.out index 438a0cc710..97c6aa151d 100644 --- a/tests/expectations/compiler/field/ternary.out +++ b/tests/expectations/compiler/field/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "98620129b0cae3db8279fce93caa34d45de1f5391c28c6cbcb4cc03f30f2afd8", type_checked_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", unrolled_symbol_table = "92edf34ecf2d3908533c31a80ea3b094fcb4009c6139c18fee15299d7b48250f", initial_ast = "79657b057467e04a464e1f7f595851aac649e8d3983512ba672c17bf5448366b", unrolled_ast = "79657b057467e04a464e1f7f595851aac649e8d3983512ba672c17bf5448366b", ssa_ast = "29a922daab043f83b1d029dacdc991a861d25f04acce07a86c29ccd6d233d8bf", flattened_ast = "2ac3dbfbad788bb270308fb75cf8f33a5dc9ab7f2f0573ffdecb696e61c37558", destructured_ast = "f0cfccccd657f5d58431da1ca8cef0a4de586751d0d2aff980680cf0debb8345", inlined_ast = "f0cfccccd657f5d58431da1ca8cef0a4de586751d0d2aff980680cf0debb8345", dce_ast = "f0cfccccd657f5d58431da1ca8cef0a4de586751d0d2aff980680cf0debb8345", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/finalize/block_height.out b/tests/expectations/compiler/finalize/block_height.out index 726f2cb56c..2c1e447737 100644 --- a/tests/expectations/compiler/finalize/block_height.out +++ b/tests/expectations/compiler/finalize/block_height.out @@ -3,9 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e6e5fd52e77bcda0e8548f17b7c058669a4f33e8a9d22407fe4fdffd04e66db0", type_checked_symbol_table = "411706dd6334892a3e0c77cb079b3aa6129485f86444948673cc681e8797d1b6", unrolled_symbol_table = "411706dd6334892a3e0c77cb079b3aa6129485f86444948673cc681e8797d1b6", initial_ast = "7c696a240b5dca3bd6f8528571fa7cf9f2a2d67448f775d3fd4cb31e415a7d3c", unrolled_ast = "7c696a240b5dca3bd6f8528571fa7cf9f2a2d67448f775d3fd4cb31e415a7d3c", ssa_ast = "47d43faf43d15c119ca806691578ee076593653307f7a15280a4d2f7a9c87875", flattened_ast = "1fb77e4a151c2cf7e2ab0aee1f9e3b0db9cf1a3151e469eda5839c02f7a9fdb2", destructured_ast = "ce1827e7c8b3b720da956d13893c2521d5bb878bf3d06d5a80beecc46be4111c", inlined_ast = "eb734460b6dc341d94745cd98f7a2dabe328cd36d37a090815eb19cd3076cba0", dce_ast = "eb734460b6dc341d94745cd98f7a2dabe328cd36d37a090815eb19cd3076cba0", bytecode = """ program test.aleo; - - - function matches: input r0 as u32.private; async matches r0 into r1; @@ -14,5 +11,4 @@ function matches: finalize matches: input r0 as u32.public; assert.eq r0 block.height; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/contains.out b/tests/expectations/compiler/finalize/contains.out index 967419215c..ed22ce4f01 100644 --- a/tests/expectations/compiler/finalize/contains.out +++ b/tests/expectations/compiler/finalize/contains.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "15158cf85896dafc3e0c9cb94aa57345abb8a8f312e24e64e90139add6bb8e27", type_checked_symbol_table = "35f03792a077e2b869e29a912f5da8bf42fc5bfefde8e743d488b3fe950c326a", unrolled_symbol_table = "35f03792a077e2b869e29a912f5da8bf42fc5bfefde8e743d488b3fe950c326a", initial_ast = "d2a45f9028d65426da3469e96d2861dc5211b6c38b32f712ee8836b21cfae53d", unrolled_ast = "d2a45f9028d65426da3469e96d2861dc5211b6c38b32f712ee8836b21cfae53d", ssa_ast = "9ee712560853cd8d5056baf9ca70a530cc87a4f222f14f1404cb3530acc5c301", flattened_ast = "40f24787942caba5124252a80625ecaf74e7948eb88206ba75f0a510015bec61", destructured_ast = "b34a0fbb7379b6b434082a0475fb1c44621bb69c9e5f3ca6717676cb9d84211c", inlined_ast = "9a6ba60bca68e60866f188fd3580fa388aeb1ce0032c013205b0e02b32bd250e", dce_ast = "9a6ba60bca68e60866f188fd3580fa388aeb1ce0032c013205b0e02b32bd250e", bytecode = """ program test.aleo; - - mapping balances: -\tkey as address.public; -\tvalue as u32.public; - + key as address.public; + value as u32.public; function foo: async foo self.caller into r0; @@ -19,5 +16,4 @@ finalize foo: contains balances[r0] into r1; not r1 into r2; assert.eq r2 true; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/decrement_via_get_set.out b/tests/expectations/compiler/finalize/decrement_via_get_set.out index 498e02faac..ff64c06646 100644 --- a/tests/expectations/compiler/finalize/decrement_via_get_set.out +++ b/tests/expectations/compiler/finalize/decrement_via_get_set.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "60f7bdd11192425cfc45192bcc1b539e7b05551236a1a490fba4f79823cc50e1", type_checked_symbol_table = "652f161821c10c6528014b80c2dbc000f141f6e410ce96f093b5e5be5834d8de", unrolled_symbol_table = "652f161821c10c6528014b80c2dbc000f141f6e410ce96f093b5e5be5834d8de", initial_ast = "577b00e2287a194222a242de6c7c56c9c761ea97ad6ba126114fca212f74c9b8", unrolled_ast = "577b00e2287a194222a242de6c7c56c9c761ea97ad6ba126114fca212f74c9b8", ssa_ast = "33f828dbd1a0c3aedc5990cc8df882dca958f230575425068a95823d59483c2e", flattened_ast = "6251f84c9ed5cebf8ddf61ec6d1aeea44c4bf615581fb275f9ee881cd75b47f5", destructured_ast = "ca58c119a4ac73966ded5a2ec8f59cc4f6722e622010bbd2837602ba588404da", inlined_ast = "ccb442edf03d8af70e78a8ebba312ad0966218244d3b55e2fc1298ccc888a936", dce_ast = "ccb442edf03d8af70e78a8ebba312ad0966218244d3b55e2fc1298ccc888a936", bytecode = """ program test.aleo; - - mapping amounts: -\tkey as address.public; -\tvalue as u128.public; - + key as address.public; + value as u128.public; function decrease_self: input r0 as u128.private; @@ -21,5 +18,4 @@ finalize decrease_self: get.or_use amounts[r0] 0u128 into r2; sub r2 r1 into r3; set r3 into amounts[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/finalize.out b/tests/expectations/compiler/finalize/finalize.out index d76ab40118..6e812b40d8 100644 --- a/tests/expectations/compiler/finalize/finalize.out +++ b/tests/expectations/compiler/finalize/finalize.out @@ -3,17 +3,13 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "59fe602c0d7bc9ba582e57bd00ca4df0cf521ac4237f1822aab93672d25595a0", type_checked_symbol_table = "9bc8d3261b8e16e3378c7dcf64f776a70ebb85a8f0e4ed89bc91febcf4a5d64c", unrolled_symbol_table = "9bc8d3261b8e16e3378c7dcf64f776a70ebb85a8f0e4ed89bc91febcf4a5d64c", initial_ast = "fac4817f93bb7040ea2c073a4aa94babc29d0bec61198d17fe7fb0e4e7ea9ded", unrolled_ast = "fac4817f93bb7040ea2c073a4aa94babc29d0bec61198d17fe7fb0e4e7ea9ded", ssa_ast = "be2f3f263ca2b58754bbd8a7addcaa1052b03ceaef3d98d69612ddf4661ab0e0", flattened_ast = "4756c0d180b5eeb11e93fdc18a693652d2f867db82bd3637128a7e8b7d4e2e96", destructured_ast = "e31c11310cb123d8209b8040105e9cea8d332a8c1641f2422b69f561202a5796", inlined_ast = "aa37165752ea0677d59741347d0185d40ba9e03a1c220692915c63ca72ecc63e", dce_ast = "aa37165752ea0677d59741347d0185d40ba9e03a1c220692915c63ca72ecc63e", bytecode = """ program test.aleo; - - mapping account: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; mapping values: -\tkey as u8.public; -\tvalue as u8.public; - + key as u8.public; + value as u8.public; function mint_public: input r0 as address.public; @@ -28,9 +24,6 @@ finalize mint_public: add r2 r1 into r3; set r3 into account[r0]; - - - function finalize_self_caller: async finalize_self_caller self.caller into r0; output r0 as test.aleo/finalize_self_caller.future; @@ -43,5 +36,4 @@ finalize finalize_self_caller: get.or_use account[r0] 0u64 into r3; add r3 1u64 into r4; set r4 into account[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/finalize_with_method_calls.out b/tests/expectations/compiler/finalize/finalize_with_method_calls.out index c8cbb6f6be..14392e0084 100644 --- a/tests/expectations/compiler/finalize/finalize_with_method_calls.out +++ b/tests/expectations/compiler/finalize/finalize_with_method_calls.out @@ -3,17 +3,13 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f3422ce14871b1c0cabd75467f8fda5c209d90a4bae85f8f9dff9fee98872b27", type_checked_symbol_table = "ac47beaa7a6934d53f9d7d08c661a4a9862798a8177b9a9718d56e782dd93f62", unrolled_symbol_table = "ac47beaa7a6934d53f9d7d08c661a4a9862798a8177b9a9718d56e782dd93f62", initial_ast = "18697a2da0251fbac1310b6de5647e40096a07aac784a04c2ff0758795bc32ee", unrolled_ast = "18697a2da0251fbac1310b6de5647e40096a07aac784a04c2ff0758795bc32ee", ssa_ast = "68bb94a829d0d81d5498c72eadf07fd13bf4c16d91f869a6c86e9c125b1fae8f", flattened_ast = "ef95952b1df07c24c080751864ebe1917a9bfb448b88a72f942bb54e83870867", destructured_ast = "4e3eecbcc66d2b238bfcb35461908025b0be5f7314f7283c3be25800e2693d18", inlined_ast = "745fe6f6eac6755b3b3e3bc0ab926819d43d9819b6df5a1bad921fd6e70c6fd6", dce_ast = "745fe6f6eac6755b3b3e3bc0ab926819d43d9819b6df5a1bad921fd6e70c6fd6", bytecode = """ program test.aleo; - - mapping account: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; mapping values: -\tkey as u8.public; -\tvalue as u8.public; - + key as u8.public; + value as u8.public; function mint_public: input r0 as address.public; @@ -28,9 +24,6 @@ finalize mint_public: add r2 r1 into r3; set r3 into account[r0]; - - - function finalize_self_caller: async finalize_self_caller self.caller into r0; output r0 as test.aleo/finalize_self_caller.future; @@ -46,5 +39,4 @@ finalize finalize_self_caller: get account[r0] into r5; add r5 1u64 into r6; set r6 into account[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/increment_via_get_set.out b/tests/expectations/compiler/finalize/increment_via_get_set.out index 44357c8c58..2c8cfc95c6 100644 --- a/tests/expectations/compiler/finalize/increment_via_get_set.out +++ b/tests/expectations/compiler/finalize/increment_via_get_set.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2fc162ff09c451e1cb88b1a8b0915956feab9dfc3acc959d32839e54596cf265", type_checked_symbol_table = "c7b7719ddca3e021ec8172c94278fef10cb32847a3dab2728b1126b6cbc7cf43", unrolled_symbol_table = "c7b7719ddca3e021ec8172c94278fef10cb32847a3dab2728b1126b6cbc7cf43", initial_ast = "9d5c2907ec4f8e31ef23d56bf23d0aeda97d2993ff485319d5b1e20d22b408b3", unrolled_ast = "9d5c2907ec4f8e31ef23d56bf23d0aeda97d2993ff485319d5b1e20d22b408b3", ssa_ast = "4f56e27bc3b09d665061f61079b37c96aa61e473476830185b498813b86b11e0", flattened_ast = "94657074440a8a7ed9c20787ed50c44f2e8cb0ac9231d0273ae2a7611cc64d99", destructured_ast = "91f4d7d2f66c3547aa8bc80af99a0a3519b662e2730932fa5fb66dabcba0a017", inlined_ast = "f3e27451be8d7ab875d3b4cfab04b5d5e5607ec1a789a529a82693a7a632d547", dce_ast = "f3e27451be8d7ab875d3b4cfab04b5d5e5607ec1a789a529a82693a7a632d547", bytecode = """ program test.aleo; - - mapping amounts: -\tkey as address.public; -\tvalue as u128.public; - + key as address.public; + value as u128.public; function increase_self: input r0 as u128.private; @@ -21,5 +18,4 @@ finalize increase_self: get.or_use amounts[r0] 0u128 into r2; add r2 r1 into r3; set r3 into amounts[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/inline_in_finalize.out b/tests/expectations/compiler/finalize/inline_in_finalize.out index e3e96ca048..c314f52eaa 100644 --- a/tests/expectations/compiler/finalize/inline_in_finalize.out +++ b/tests/expectations/compiler/finalize/inline_in_finalize.out @@ -3,11 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fb0001d10766e1e80dae4bf99d04f55b665a1c2aacad45bb2119a196421c4b34", type_checked_symbol_table = "caed000f9d2ac04c9ed3021e0e0be005e82ed3b203802f5776b6d347725d57e1", unrolled_symbol_table = "caed000f9d2ac04c9ed3021e0e0be005e82ed3b203802f5776b6d347725d57e1", initial_ast = "6053f22b3880d8dcaa68bfc5c9a885dd3731183dc51347d9ef635f14d2d6e261", unrolled_ast = "6053f22b3880d8dcaa68bfc5c9a885dd3731183dc51347d9ef635f14d2d6e261", ssa_ast = "7237836e0866d3a5c1dcf508cca22b22eaa3d76e4a16bcc107cac703b054a083", flattened_ast = "7856e0c4a21f29b3ff944903934344623f72620a473645e506aeba14ddde65d9", destructured_ast = "12c1feb1b13fd0ec9708c0608324bdf334c5a4dbaf221c539b44f24cdec08a26", inlined_ast = "6c54ef2fa42d781945f378dad07a0fd6051983477dbcbe2d3f792962d750ef77", dce_ast = "6c54ef2fa42d781945f378dad07a0fd6051983477dbcbe2d3f792962d750ef77", bytecode = """ program test.aleo; - - - - - function public_adder: input r0 as u8.public; input r1 as u8.public; @@ -20,5 +15,4 @@ finalize public_adder: assert.neq r0 r1; add r0 r1 into r2; assert.neq r2 0u8; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/mapping.out b/tests/expectations/compiler/finalize/mapping.out index 959e5a2930..19d6e36537 100644 --- a/tests/expectations/compiler/finalize/mapping.out +++ b/tests/expectations/compiler/finalize/mapping.out @@ -13,20 +13,17 @@ struct Bar: struct Baz: a as u128; - mapping balances: -\tkey as address.public; -\tvalue as u128.public; - + key as address.public; + value as u128.public; mapping tokens: -\tkey as address.public; -\tvalue as Token.public; - + key as address.public; + value as Token.public; mapping foo: -\tkey as Bar.public; -\tvalue as Baz.public; + key as Bar.public; + value as Baz.public; function matches: input r0 as address.private; diff --git a/tests/expectations/compiler/finalize/only_finalize_with_flattening.out b/tests/expectations/compiler/finalize/only_finalize_with_flattening.out index c0c9ec437f..c5716cab6f 100644 --- a/tests/expectations/compiler/finalize/only_finalize_with_flattening.out +++ b/tests/expectations/compiler/finalize/only_finalize_with_flattening.out @@ -6,11 +6,9 @@ program test.aleo; struct TokenInfo: id as u64; - mapping token_name_to_info: -\tkey as field.public; -\tvalue as TokenInfo.public; - + key as field.public; + value as TokenInfo.public; function add_new_liquidity_token: async add_new_liquidity_token into r0; @@ -32,9 +30,6 @@ finalize add_new_liquidity_token: position end_then_0_2; position end_otherwise_0_3; - - - function add_new_liquidity_token_2: async add_new_liquidity_token_2 into r0; output r0 as test.aleo/add_new_liquidity_token_2.future; @@ -46,5 +41,4 @@ finalize add_new_liquidity_token_2: cast 10u64 into r3 as TokenInfo; ternary r2 r3.id r1.id into r4; cast r4 into r5 as TokenInfo; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/rand.out b/tests/expectations/compiler/finalize/rand.out index 726d026f1b..c76e47d8cb 100644 --- a/tests/expectations/compiler/finalize/rand.out +++ b/tests/expectations/compiler/finalize/rand.out @@ -3,9 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d874d22f303fe4b2e65fd277875664376ae7ea5b4de7238763167dcd76d3eea0", type_checked_symbol_table = "15abdab3195aaaa9a990e7a8497775ad9e36da3cc859b2ffc62aac92ca3cd13e", unrolled_symbol_table = "15abdab3195aaaa9a990e7a8497775ad9e36da3cc859b2ffc62aac92ca3cd13e", initial_ast = "0ec754998930beb6457105c5b9bb1242f4790fe50b003b5a66e9673f157a64fd", unrolled_ast = "0ec754998930beb6457105c5b9bb1242f4790fe50b003b5a66e9673f157a64fd", ssa_ast = "a489cfe29e84bfff687b5f66c4932bca41610f95655f0006b8fae8da8e4d4d1c", flattened_ast = "5ee9e69c74b25405fcf7a081bb852c9b14b0198b9bdfdb90bcb3f91e08cb533a", destructured_ast = "aea5a7a6b14232ca2daf7a528c334910ea1bc0bb7340336974ea91087245f4a8", inlined_ast = "9e0008ac06800cd2c94f5a9efa70ee30c680be63433ffce8eb6d5f38f973125e", dce_ast = "c39cbe44958b3f2d1988eded5aa8e222d34f9a1e76dc8fa123c800722f32183f", bytecode = """ program test.aleo; - - - function foo: async foo into r0; output r0 as test.aleo/foo.future; @@ -13,5 +10,4 @@ function foo: finalize foo: rand.chacha into r0 as boolean; assert.eq r0 true; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/finalize/remove.out b/tests/expectations/compiler/finalize/remove.out index 43ba8d42dd..6fe5a22408 100644 --- a/tests/expectations/compiler/finalize/remove.out +++ b/tests/expectations/compiler/finalize/remove.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "15158cf85896dafc3e0c9cb94aa57345abb8a8f312e24e64e90139add6bb8e27", type_checked_symbol_table = "c138b4bb11d2357415cd41f6f73d7edd79a18efc4321c03e8eac164f653b7d9f", unrolled_symbol_table = "c138b4bb11d2357415cd41f6f73d7edd79a18efc4321c03e8eac164f653b7d9f", initial_ast = "cf664e610f551b077107f0332ed7bac0af8eedb7f19af5d6b02268ffcee79f2c", unrolled_ast = "cf664e610f551b077107f0332ed7bac0af8eedb7f19af5d6b02268ffcee79f2c", ssa_ast = "f2a36ba1e48e02660a5f08263f04965838c8993a9123438b21db04a2be45776d", flattened_ast = "0b4d93229669f3d0e75fedcbd34e0d137f5aea6ed0bcca6a71fefa9846a0943f", destructured_ast = "04b2b47f767f04f77b5889d629e9dba247a52b35b9942e156ddf569146ec2cf3", inlined_ast = "5dbe95e8ad433806c35808bab4737d80e143cbb6513597c24d036bae7892fecd", dce_ast = "5dbe95e8ad433806c35808bab4737d80e143cbb6513597c24d036bae7892fecd", bytecode = """ program test.aleo; - - mapping balances: -\tkey as address.public; -\tvalue as u32.public; - + key as address.public; + value as u32.public; function foo: async foo self.caller into r0; @@ -23,5 +20,4 @@ finalize foo: contains balances[r0] into r2; not r2 into r3; assert.eq r3 true; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/function/basic_async.out b/tests/expectations/compiler/function/basic_async.out index a542adb555..6af14a3e45 100644 --- a/tests/expectations/compiler/function/basic_async.out +++ b/tests/expectations/compiler/function/basic_async.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f4fdd9d63c589d5b0d479ad742e172bdf396a2abbdc44f0875639ccd10fd24b0", type_checked_symbol_table = "3da7188df5f78d7ea1554e7e6b665814a1b47defd1a928467f23ef06a2960ed7", unrolled_symbol_table = "3da7188df5f78d7ea1554e7e6b665814a1b47defd1a928467f23ef06a2960ed7", initial_ast = "3ca9478b8578b8767ece4f9b203dc6bd662f326a0bf19d8780b41a1cd1886da4", unrolled_ast = "3ca9478b8578b8767ece4f9b203dc6bd662f326a0bf19d8780b41a1cd1886da4", ssa_ast = "13759b3635fd78f577967b5f6086d19c2eca8d7f7f7e410a7ff62435f01d3275", flattened_ast = "a8bab5287b59f2843a752ba88c87705184e5b4680aa2de72f1bee71c18350955", destructured_ast = "6a4309fa035a3c06b9cc08c6c1ce4aef89a4ae13389ce7aaeddf0982c779c93f", inlined_ast = "44341ccc9165fc7a2b662c051e7723391b25077d13a07780e9d525917d20aebc", dce_ast = "44341ccc9165fc7a2b662c051e7723391b25077d13a07780e9d525917d20aebc", bytecode = """ program test.aleo; - - mapping Yo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main: async main 1u32 1u32 into r0; @@ -18,5 +15,4 @@ finalize main: input r0 as u32.public; input r1 as u32.public; set r1 into Yo[r0]; - """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/function/conditional_return.out b/tests/expectations/compiler/function/conditional_return.out index d013b93018..15215df1cc 100644 --- a/tests/expectations/compiler/function/conditional_return.out +++ b/tests/expectations/compiler/function/conditional_return.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "a65d950271de854ba474b347fd8b64b8e1acb6e1f8cb738464f760ec84711b28", type_checked_symbol_table = "9dac0174af3f7b0b9a8c9ffe369edcbb90792ffdca166b0ceb7317842d059ce6", unrolled_symbol_table = "9dac0174af3f7b0b9a8c9ffe369edcbb90792ffdca166b0ceb7317842d059ce6", initial_ast = "8ba9a8e45a45f2533e256b3a001ede7f91cc199bbe31047147ecdd49014d52f1", unrolled_ast = "8ba9a8e45a45f2533e256b3a001ede7f91cc199bbe31047147ecdd49014d52f1", ssa_ast = "3e7a79efb2522e18a6bdfe1942ed539e5ad108e9a2b755076d8843f57f1b492d", flattened_ast = "4212b1fec042b0ed6aabb6ebea09dfb038242ecb11c507f15d580a68b6c13bd1", destructured_ast = "a73f5add01ed1aa34831e4ffe3e360fe45cab8b8f7317eb5f345856d7baf637e", inlined_ast = "a73f5add01ed1aa34831e4ffe3e360fe45cab8b8f7317eb5f345856d7baf637e", dce_ast = "c794cf910bd8b30f084cb86383a02208b6a7e64ea10b6688e437d27dd35c0cc3", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; is.eq r0 2u32 into r1; diff --git a/tests/expectations/compiler/function/dead_code_elimination.out b/tests/expectations/compiler/function/dead_code_elimination.out index 2598c84ecd..f411131ede 100644 --- a/tests/expectations/compiler/function/dead_code_elimination.out +++ b/tests/expectations/compiler/function/dead_code_elimination.out @@ -7,16 +7,12 @@ record dummy: owner as address.private; data as u8.private; - closure eliminate_unused_function_call: input r0 as u8; input r1 as u8; add r0 r1 into r2; output r2 as u8; - - - function foo: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/function/flatten_arrays.out b/tests/expectations/compiler/function/flatten_arrays.out index 64e693c9da..5d130ed957 100644 --- a/tests/expectations/compiler/function/flatten_arrays.out +++ b/tests/expectations/compiler/function/flatten_arrays.out @@ -6,7 +6,6 @@ program test.aleo; struct Data: data as [u8; 2u32]; - closure foo: input r0 as u8; input r1 as u8; @@ -32,7 +31,6 @@ closure foo: cast r16 r20 into r21 as [Data; 2u32]; output r21 as [Data; 2u32]; - function bar: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/function/flatten_inlined_tuples_of_structs.out b/tests/expectations/compiler/function/flatten_inlined_tuples_of_structs.out index 821952b4b3..14a7d8902f 100644 --- a/tests/expectations/compiler/function/flatten_inlined_tuples_of_structs.out +++ b/tests/expectations/compiler/function/flatten_inlined_tuples_of_structs.out @@ -11,9 +11,6 @@ struct Data: b as u8; c as Extra; - - - function bar: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/function/flatten_test.out b/tests/expectations/compiler/function/flatten_test.out index 8f5c823d56..79e04432e3 100644 --- a/tests/expectations/compiler/function/flatten_test.out +++ b/tests/expectations/compiler/function/flatten_test.out @@ -13,7 +13,6 @@ struct Board: r2 as Row; r3 as Row; - closure win: input r0 as Board; input r1 as u8; @@ -66,7 +65,6 @@ closure win: or r42 r47 into r48; output r48 as boolean; - function main: input r0 as u8.public; input r1 as u8.private; diff --git a/tests/expectations/compiler/function/flatten_test_2.out b/tests/expectations/compiler/function/flatten_test_2.out index 65c8ee2a6e..c54f6f9526 100644 --- a/tests/expectations/compiler/function/flatten_test_2.out +++ b/tests/expectations/compiler/function/flatten_test_2.out @@ -7,7 +7,6 @@ program test.aleo; struct TokenInfo: id as u64; - function add_new_liquidity_token_2: """, errors = "", warnings = "" }] }, { compile = [{ initial_symbol_table = "2645407f9ede04b353e82835d65996cf912fd1e8634a61f461d457a92305b9ce", type_checked_symbol_table = "4e9ce7072216712da8f565266c66371443d6761ea10f891042d97b457145b669", unrolled_symbol_table = "4e9ce7072216712da8f565266c66371443d6761ea10f891042d97b457145b669", initial_ast = "ae96cef2402ff3fac80cc3363313fbdff221e2bfbf5ce30655bc1985be92210b", unrolled_ast = "ae96cef2402ff3fac80cc3363313fbdff221e2bfbf5ce30655bc1985be92210b", ssa_ast = "70025d49470fabc8804bb98b54ae1d0d0d5d5943fc9d3e6e76b708f346aef7c1", flattened_ast = "806c948265ae74e02fa0130bf2f66a572c0327341a6d990031fa5afee46a4182", destructured_ast = "2863f3ca7be0e5bbfd5754c2e091dc6481bce1473d91b5bff1256ebb63e48f55", inlined_ast = "2863f3ca7be0e5bbfd5754c2e091dc6481bce1473d91b5bff1256ebb63e48f55", dce_ast = "2863f3ca7be0e5bbfd5754c2e091dc6481bce1473d91b5bff1256ebb63e48f55", bytecode = """ @@ -16,7 +15,6 @@ program test.aleo; struct TokenInfo: id as u64; - function add_new_liquidity_token_2: cast 0u64 into r0 as TokenInfo; is.eq r0.id 0u64 into r1; diff --git a/tests/expectations/compiler/function/flatten_tuples_of_structs.out b/tests/expectations/compiler/function/flatten_tuples_of_structs.out index 81aba3c852..5e483c5aff 100644 --- a/tests/expectations/compiler/function/flatten_tuples_of_structs.out +++ b/tests/expectations/compiler/function/flatten_tuples_of_structs.out @@ -11,7 +11,6 @@ struct Data: b as u8; c as Extra; - closure foo: input r0 as u8; input r1 as u8; @@ -31,7 +30,6 @@ closure foo: output r8 as u8; output r13 as Data; - function bar: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/function/flatten_unit_expressions.out b/tests/expectations/compiler/function/flatten_unit_expressions.out index b8acc160ae..b4c0adc4ee 100644 --- a/tests/expectations/compiler/function/flatten_unit_expressions.out +++ b/tests/expectations/compiler/function/flatten_unit_expressions.out @@ -4,15 +4,11 @@ outputs = [[ { compile = [{ initial_symbol_table = "c8235e4aaec64de0278ab061f528e9e08858b5c91581d86c511f9827969722bf", type_checked_symbol_table = "10b97ae7d29d12a13ec429d1a5c7b048be301edbdae0071882bf3fd2fde5c7b6", unrolled_symbol_table = "10b97ae7d29d12a13ec429d1a5c7b048be301edbdae0071882bf3fd2fde5c7b6", initial_ast = "858bf2fb16e87d10c82a7d0e2569a2535779bceec0e371bc7cc9ff84d433f648", unrolled_ast = "858bf2fb16e87d10c82a7d0e2569a2535779bceec0e371bc7cc9ff84d433f648", ssa_ast = "085dfdc6611943a9f1042eeeb84b9f5793600f9405e15581adb7fc1e4b69deaf", flattened_ast = "72349f847d23c9e1735c2d7636d50c0e93393df65d01f4ef5c83b8d28326a15d", destructured_ast = "96aaef29a9d00d1b2e73698ddd3adb8687a6a26a808cb778c34eda95f011f081", inlined_ast = "96aaef29a9d00d1b2e73698ddd3adb8687a6a26a808cb778c34eda95f011f081", dce_ast = "05c996ba926d1f7b84fbf004839b2d31b2532f39ac3d167e9b0d82454e6d0b51", bytecode = """ program test.aleo; - - function bar: """, errors = "", warnings = "" }] }, { compile = [{ initial_symbol_table = "c8235e4aaec64de0278ab061f528e9e08858b5c91581d86c511f9827969722bf", type_checked_symbol_table = "10b97ae7d29d12a13ec429d1a5c7b048be301edbdae0071882bf3fd2fde5c7b6", unrolled_symbol_table = "10b97ae7d29d12a13ec429d1a5c7b048be301edbdae0071882bf3fd2fde5c7b6", initial_ast = "7516ce18766eb2c7838ded66e8bacf43c4475f592669ed4295d3e3785c04debf", unrolled_ast = "7516ce18766eb2c7838ded66e8bacf43c4475f592669ed4295d3e3785c04debf", ssa_ast = "328c20b0db3057ecbd9727a1cd49a7a7bc7772fe4559da1642ec0e1e14439049", flattened_ast = "0a3dabf2f09dcc27073d2136cdbfcb111832ae419a2ffe169a852366d46d110a", destructured_ast = "ff1cdcc9088318e108771c9619b3d36bee8f4f4d951d044bec4a6ee74accf19f", inlined_ast = "ff1cdcc9088318e108771c9619b3d36bee8f4f4d951d044bec4a6ee74accf19f", dce_ast = "ff1cdcc9088318e108771c9619b3d36bee8f4f4d951d044bec4a6ee74accf19f", bytecode = """ program test.aleo; - - function bar: """, errors = "", warnings = "" }] }, ]] diff --git a/tests/expectations/compiler/function/function_call.out b/tests/expectations/compiler/function/function_call.out index fa3e91d7b9..dc55b61dd2 100644 --- a/tests/expectations/compiler/function/function_call.out +++ b/tests/expectations/compiler/function/function_call.out @@ -3,22 +3,18 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "35c97567764961ff6fbc23d98b890dd313f80812135de16382028f687c32cf2e", type_checked_symbol_table = "2e2d79605b8d612b84bef68fbfc07f6a4594cf55b9addeaa197547f1d696de55", unrolled_symbol_table = "2e2d79605b8d612b84bef68fbfc07f6a4594cf55b9addeaa197547f1d696de55", initial_ast = "8b68fd0f18e8fc74db391751baaa281e3b62ab56208b7d910040d10fb775261a", unrolled_ast = "8b68fd0f18e8fc74db391751baaa281e3b62ab56208b7d910040d10fb775261a", ssa_ast = "4d36ab9d484d0d7eaec140ff70e1b43f9484a067dc3b5717e0719e78c46754f2", flattened_ast = "139763ddf1d58bcdb053e62bd22a37f0f25cf40ac6b728d914f0473d4f094816", destructured_ast = "d66c8b8e8698cead559c3cc52b21a42d70be448b2caee0413dd1ce88fa3bcefd", inlined_ast = "89aec80f6e01ba7e7dab7f6ff988fd5205c6932a65d4f57cc164a5df7ac38468", dce_ast = "8fa786c76867752aa1d7da290907cd6cb6ebc0b2eaf1c7f271aa9eb16ba187d8", bytecode = """ program test.aleo; - - closure adder: input r0 as u32; input r1 as u32; add r0 r1 into r2; output r2 as u32; - closure subber: input r0 as u32; input r1 as u32; sub r0 r1 into r2; output r2 as u32; - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/function/function_call_inline.out b/tests/expectations/compiler/function/function_call_inline.out index 59b04cc2e6..060afa4c25 100644 --- a/tests/expectations/compiler/function/function_call_inline.out +++ b/tests/expectations/compiler/function/function_call_inline.out @@ -3,14 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed7a63f69dd453aaad2b420c8c66deaa0d1692363890d97e0fb284d49214b661", type_checked_symbol_table = "b190129467010a5748afb68f59ddbdf275b047c69ffb0b0d75ae175ce34d0326", unrolled_symbol_table = "b190129467010a5748afb68f59ddbdf275b047c69ffb0b0d75ae175ce34d0326", initial_ast = "c9a39ba95e3335c1fa6eb924e55371957d21eebefb07c307e48f556d0a80823b", unrolled_ast = "c9a39ba95e3335c1fa6eb924e55371957d21eebefb07c307e48f556d0a80823b", ssa_ast = "020daa90945dd26c4048779015a7bc6b2a3af0570f23c93b94e22cebdf73754b", flattened_ast = "7c76b6b3b5eeaf8841d4002e7675e9bfbd27ae9dd07229701d617689ab49553c", destructured_ast = "12a6bfb9b3bd7a13345014396e276de753ede3a2259bc14c162eeee3de623db1", inlined_ast = "be58baef96b4edcdb15e134e6802d3d2124e785ec9f2d2a7e66dc653e572463b", dce_ast = "43fe34a4712b1904236bcadaa1c6acfe5fc24fba93b056678d17f2f10af0f325", bytecode = """ program test.aleo; - - - - - - - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/function/function_call_out_of_order.out b/tests/expectations/compiler/function/function_call_out_of_order.out index 5145baa13f..a8c11f9a38 100644 --- a/tests/expectations/compiler/function/function_call_out_of_order.out +++ b/tests/expectations/compiler/function/function_call_out_of_order.out @@ -3,20 +3,16 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "84549d4c1be93b50aac1ea548f47a06dd027838a52b4e646ddc1f9378906ca30", type_checked_symbol_table = "0a4e359e496976381acad0d496b0e91c184fc71ac97ee062c95d793489cfac74", unrolled_symbol_table = "0a4e359e496976381acad0d496b0e91c184fc71ac97ee062c95d793489cfac74", initial_ast = "cd67a4bd4c22784098cf8ecc4e8079479062df17e8da5d75d5efc029337c76bf", unrolled_ast = "cd67a4bd4c22784098cf8ecc4e8079479062df17e8da5d75d5efc029337c76bf", ssa_ast = "50d96b3454dd9deb16aa306d308ffd7dd1d4ceb4b3e247516934c60f4c362a65", flattened_ast = "08b9e3d394cedad85a405dbbba19dc56637d141ee85392df8520e0fb08e2ce9b", destructured_ast = "eef3c63a267e76c98694279ed57e3fec725c02fe84766da8d194ae6f29ed32b7", inlined_ast = "b305b98efdaaa0fa8b5abbe0460b26ab1258c30f6dd66a459c235b1b945db62a", dce_ast = "b305b98efdaaa0fa8b5abbe0460b26ab1258c30f6dd66a459c235b1b945db62a", bytecode = """ program test.aleo; - - closure bar: input r0 as u8; mul r0 r0 into r1; output r1 as u8; - closure baz: input r0 as u8; add r0 r0 into r1; output r1 as u8; - function foo: input r0 as u8.private; call bar r0 into r1; diff --git a/tests/expectations/compiler/function/function_input_else_assignment.out b/tests/expectations/compiler/function/function_input_else_assignment.out index a3f5741e13..5e22a4fee1 100644 --- a/tests/expectations/compiler/function/function_input_else_assignment.out +++ b/tests/expectations/compiler/function/function_input_else_assignment.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "3a64910c315e257b67757ebc3478a2df7ff7aa2ae8ef8d258507e44b53942b82", type_checked_symbol_table = "69a0008fc51152856295a0ef75043069f34b5f0e1ce5b944e4d575a2d184a233", unrolled_symbol_table = "69a0008fc51152856295a0ef75043069f34b5f0e1ce5b944e4d575a2d184a233", initial_ast = "4c9ab22f340920e9a086b4b55e1e09065bf8839d7bf03d725003fc53cc6d5265", unrolled_ast = "4c9ab22f340920e9a086b4b55e1e09065bf8839d7bf03d725003fc53cc6d5265", ssa_ast = "bf04c3808bc97d0b45f1e69cb8f9faed5f31e01cc03e359364bf22132b36216b", flattened_ast = "42c7d42e4bef17c457c38309491d5b05e69294712c4dd72245a1ec3d23de3453", destructured_ast = "4d3de6e078f3c109dfd2bdb96817b23da4c755d9ca1300ad3f74040453aa7f0d", inlined_ast = "4d3de6e078f3c109dfd2bdb96817b23da4c755d9ca1300ad3f74040453aa7f0d", dce_ast = "628a22914e986028049f1a82a9662057762c39876a72e85e2624bef3b0737e92", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; """, errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/function/helper_function_with_interface.out b/tests/expectations/compiler/function/helper_function_with_interface.out index e808e600a8..17eb198771 100644 --- a/tests/expectations/compiler/function/helper_function_with_interface.out +++ b/tests/expectations/compiler/function/helper_function_with_interface.out @@ -6,14 +6,12 @@ program test.aleo; struct Board: foo as u8; - function main: input r0 as u32.public; input r1 as u32.private; add r0 r1 into r2; output r2 as u32.private; - closure win: input r0 as Board; input r1 as u8; diff --git a/tests/expectations/compiler/function/inline_expr_statement.out b/tests/expectations/compiler/function/inline_expr_statement.out index 87cb9df510..3ac284a567 100644 --- a/tests/expectations/compiler/function/inline_expr_statement.out +++ b/tests/expectations/compiler/function/inline_expr_statement.out @@ -4,23 +4,11 @@ outputs = [[ { compile = [{ initial_symbol_table = "3c7d293c37250980a5585057e47928a31e3436cd32119581540bf51f5728c388", type_checked_symbol_table = "091fb907ad9e6f299261d8d3b0d7eea3e1fe7b3d264462067710ef685b2270e1", unrolled_symbol_table = "091fb907ad9e6f299261d8d3b0d7eea3e1fe7b3d264462067710ef685b2270e1", initial_ast = "320a1254fe4e5e65832dcfac7cfce31f8e2d20330ee5d8db5dcb64db96b04e44", unrolled_ast = "320a1254fe4e5e65832dcfac7cfce31f8e2d20330ee5d8db5dcb64db96b04e44", ssa_ast = "8d254079e14cc38ec69727d94a05ef669becda48a4201d236c0342dd2ba0a3f4", flattened_ast = "8a66d1d4efdac63e56a023f6741662a55d93481dcb0465eeafe876642f373cfd", destructured_ast = "e2694d1e1b256ebff10109dbb78e7f2da7fbcc9abc1c9996ace63bba5567035c", inlined_ast = "c089d74e6e09f64fe710904fbd61bffc92bcd7bd20379c404a724963dbe06401", dce_ast = "d890c7170e9541f4e7244473dea35ce26477cddd2c46ff9135a759848d948a6f", bytecode = """ program test.aleo; - - - - - - function some_function: """, errors = "", warnings = "" }] }, { compile = [{ initial_symbol_table = "d5bf3f05f5a0afc811a2238929940629213ae93d47a62c90227f0c413c717544", type_checked_symbol_table = "79511fe231f3462aabe4261e9a2f22aa91c54351f576656f9b6bf64b5d467495", unrolled_symbol_table = "79511fe231f3462aabe4261e9a2f22aa91c54351f576656f9b6bf64b5d467495", initial_ast = "c5160a46e1db93ff65609f2995f5a7c02537c60fc41ee5286939515a93ec5860", unrolled_ast = "c5160a46e1db93ff65609f2995f5a7c02537c60fc41ee5286939515a93ec5860", ssa_ast = "f47fd6ab0deb01d222b7b7bd3852ecffb6506a4acdbb3c45eefe44503cec2fcb", flattened_ast = "ec138eb7d296236a666ee95a2da4ff5f379c76c12e76e9e2483e1b2d431e3c3f", destructured_ast = "69ad728f2fcb556dfa10941bd582f6e6c3fcd8169052916af5aec4bb41f03305", inlined_ast = "09985facfd23d038614e4b5eabe6e400b47321c1a8e3f5ec2f27144c2cad76c1", dce_ast = "09985facfd23d038614e4b5eabe6e400b47321c1a8e3f5ec2f27144c2cad76c1", bytecode = """ program test.aleo; - - - - - - function some_function: mul 0u32 0u32 into r0; mul 0u32 0u32 into r1; diff --git a/tests/expectations/compiler/function/inline_twice.out b/tests/expectations/compiler/function/inline_twice.out index 8f78978e43..d765372b2e 100644 --- a/tests/expectations/compiler/function/inline_twice.out +++ b/tests/expectations/compiler/function/inline_twice.out @@ -3,12 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1624ae6ba198cc50d30c89cdb72e7778cc9136d41afdc874630dd91ac8fa465e", type_checked_symbol_table = "645b5d0be66ad8c24a8cd15eae713f77763e4532da9976b55c767dc9e4575355", unrolled_symbol_table = "645b5d0be66ad8c24a8cd15eae713f77763e4532da9976b55c767dc9e4575355", initial_ast = "43678a1aa93fc7c3820ff56d5a63818c81ebc5e4c639cfac968b5ee487cf79b2", unrolled_ast = "43678a1aa93fc7c3820ff56d5a63818c81ebc5e4c639cfac968b5ee487cf79b2", ssa_ast = "2948122e4b02f36dd806cde869cca46a2494261f02f09f97f5f4f37e2700fb14", flattened_ast = "d1db8ec275e74bd5dbc32935b87170a99f681423536f08ee952e474c76f580e2", destructured_ast = "ca86883d13783d288988a97e7d628bb8c61329dcbf2fa2d54176286e48191c20", inlined_ast = "21a4ec7174456773b1c858ad63e22dd69835cbc9b16855f277d06f2f48de870c", dce_ast = "21a4ec7174456773b1c858ad63e22dd69835cbc9b16855f277d06f2f48de870c", bytecode = """ program test.aleo; - - - - - - function make_move: input r0 as u32.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/function/private_input_output.out b/tests/expectations/compiler/function/private_input_output.out index 056ec1006e..0e3ea84eea 100644 --- a/tests/expectations/compiler/function/private_input_output.out +++ b/tests/expectations/compiler/function/private_input_output.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "269955dab44f6f17490187377e8c7f3bb18e0f0b657171316568df40676edffc", type_checked_symbol_table = "05bd3aa27aa93d25af0e5fcd60220bb351422969580115b245440005461b0759", unrolled_symbol_table = "05bd3aa27aa93d25af0e5fcd60220bb351422969580115b245440005461b0759", initial_ast = "2569d5851b8ede5c78d184817772e23a07b2b330725a6bdee169727f58f2551f", unrolled_ast = "2569d5851b8ede5c78d184817772e23a07b2b330725a6bdee169727f58f2551f", ssa_ast = "2e694f0a8c67e1009f88d3b0d9bb126a53adb428c0e64a7339c2e8256728dbf5", flattened_ast = "d8a0831a70db10840d598f7ddae6da070afbc71520112e6a636066aa7916c0d3", destructured_ast = "a20586a95afeb25460a9735d02bf5886ed0169c0f406f822bee03110538f98f0", inlined_ast = "a20586a95afeb25460a9735d02bf5886ed0169c0f406f822bee03110538f98f0", dce_ast = "a20586a95afeb25460a9735d02bf5886ed0169c0f406f822bee03110538f98f0", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; input r1 as u8.public; diff --git a/tests/expectations/compiler/function/program_function_any_number_of_inputs_and_outputs.out b/tests/expectations/compiler/function/program_function_any_number_of_inputs_and_outputs.out index e4fadb6eea..f47de76dea 100644 --- a/tests/expectations/compiler/function/program_function_any_number_of_inputs_and_outputs.out +++ b/tests/expectations/compiler/function/program_function_any_number_of_inputs_and_outputs.out @@ -3,20 +3,15 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fceec4e2cc903ab899bbdba1421bb64fd84911c43d10182a5ec61d28a24334e0", type_checked_symbol_table = "76687a38bb7f99981ad644e775078cd2ba7c1ee3003d2f3b2bc44404a9f777e7", unrolled_symbol_table = "76687a38bb7f99981ad644e775078cd2ba7c1ee3003d2f3b2bc44404a9f777e7", initial_ast = "aacfba037ccc2e33dd2317a82e4957173f0d46f7c6ca8f875d96f0ddee2c01c7", unrolled_ast = "aacfba037ccc2e33dd2317a82e4957173f0d46f7c6ca8f875d96f0ddee2c01c7", ssa_ast = "f58475b28ba41d3bb5707ff5f4fb714013dcaad7557b926105b7e0ffd06c3df5", flattened_ast = "76b3378bab85a9c02cd68bee7e9abcf48cbeee20dc76f97a98a54217ef628126", destructured_ast = "5125cda9a601ef5b91120c9e627e5f6ec2e29e27aaf6fbcf73375605968cd4f8", inlined_ast = "5125cda9a601ef5b91120c9e627e5f6ec2e29e27aaf6fbcf73375605968cd4f8", dce_ast = "5125cda9a601ef5b91120c9e627e5f6ec2e29e27aaf6fbcf73375605968cd4f8", bytecode = """ program test.aleo; - - function foo0_to_0: - function foo0_to_1: add 1u8 1u8 into r0; output r0 as u8.private; - function foo1_to_0: input r0 as u8.private; - function foo1_to_1: input r0 as u8.private; mul r0 r0 into r1; diff --git a/tests/expectations/compiler/function/program_function_empty_body.out b/tests/expectations/compiler/function/program_function_empty_body.out index d3448f8c4d..8765dbc922 100644 --- a/tests/expectations/compiler/function/program_function_empty_body.out +++ b/tests/expectations/compiler/function/program_function_empty_body.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4930d5ca5b6c44137f57c6ddc50932d0c4e524c2b650fbafab3b5a7b5a9c39cf", type_checked_symbol_table = "474939085f77956d9a6476e4369bb466de16f7c1213be4b965f04d5c64c9d8c5", unrolled_symbol_table = "474939085f77956d9a6476e4369bb466de16f7c1213be4b965f04d5c64c9d8c5", initial_ast = "3c699a01b9f29a9b1afabe9a37cf579b7d697c57e7163654775d88e3b0b8c01b", unrolled_ast = "3c699a01b9f29a9b1afabe9a37cf579b7d697c57e7163654775d88e3b0b8c01b", ssa_ast = "3c699a01b9f29a9b1afabe9a37cf579b7d697c57e7163654775d88e3b0b8c01b", flattened_ast = "0ed487b1b36a28dda3c1cd7c9be5fafed2c42823926a6d57ee4b4807e52a378c", destructured_ast = "807e7645ccf0e04bc099fdde2d0ec03da10fcd4dd0f85f69da61a1b1c23f41f2", inlined_ast = "807e7645ccf0e04bc099fdde2d0ec03da10fcd4dd0f85f69da61a1b1c23f41f2", dce_ast = "807e7645ccf0e04bc099fdde2d0ec03da10fcd4dd0f85f69da61a1b1c23f41f2", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/function/program_function_unit_type.out b/tests/expectations/compiler/function/program_function_unit_type.out index e7513d241a..041fd24479 100644 --- a/tests/expectations/compiler/function/program_function_unit_type.out +++ b/tests/expectations/compiler/function/program_function_unit_type.out @@ -3,13 +3,10 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ce97476c8da7e0efffa9ab3a4d3611af6b65ef13c1f585590d4872c923d6aaac", type_checked_symbol_table = "a84c101446cad44493fd97e85264029a4d2722c6f421f73650926c43c5fc63a3", unrolled_symbol_table = "a84c101446cad44493fd97e85264029a4d2722c6f421f73650926c43c5fc63a3", initial_ast = "9680aa7f92ec49edb01c6baba8fb8ae8249d0380e1703a4fdba7c67ba32ca232", unrolled_ast = "9680aa7f92ec49edb01c6baba8fb8ae8249d0380e1703a4fdba7c67ba32ca232", ssa_ast = "9680aa7f92ec49edb01c6baba8fb8ae8249d0380e1703a4fdba7c67ba32ca232", flattened_ast = "d14b2e7ad66a2310192094a9e516901fa55ba3a7ffc2cfb1ff6cdbd184fbe0a8", destructured_ast = "7dd5bfbe242ced8d9d5319e72db8020e842ae8fd2695338e820f5827d03f1464", inlined_ast = "7dd5bfbe242ced8d9d5319e72db8020e842ae8fd2695338e820f5827d03f1464", dce_ast = "7dd5bfbe242ced8d9d5319e72db8020e842ae8fd2695338e820f5827d03f1464", bytecode = """ program test.aleo; - - function unit0: input r0 as u8.private; input r1 as u8.private; - function unit1: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/function/program_function_with_mode.out b/tests/expectations/compiler/function/program_function_with_mode.out index c6c95433cd..3c7d80b058 100644 --- a/tests/expectations/compiler/function/program_function_with_mode.out +++ b/tests/expectations/compiler/function/program_function_with_mode.out @@ -3,22 +3,18 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "bde0a1287d9a57131e4aae57135817efc1a5c4dbd6cfbd01aa42bfaa76592c2b", type_checked_symbol_table = "f8b7932ac64dc4ba284ba3ad08944a37bee079bac412d529bc911bd4c196b7a6", unrolled_symbol_table = "f8b7932ac64dc4ba284ba3ad08944a37bee079bac412d529bc911bd4c196b7a6", initial_ast = "d5d2835847882ca6ba2d6547a2a814aac63115fd9b54776af8bbe1ad9dbc3fe0", unrolled_ast = "d5d2835847882ca6ba2d6547a2a814aac63115fd9b54776af8bbe1ad9dbc3fe0", ssa_ast = "10521c62524e59467f6752f85253b2822b17be946fdbb3741fd3bc7cfd3bcc19", flattened_ast = "34afa866296c733203a8a2a35c2c628d00133b486ea0887bfdc2f85456fa0115", destructured_ast = "19bbfa9a0989b4be845614cc16d24de691c91f07f9a1d5bcf950b34737ed8fc7", inlined_ast = "19bbfa9a0989b4be845614cc16d24de691c91f07f9a1d5bcf950b34737ed8fc7", dce_ast = "19bbfa9a0989b4be845614cc16d24de691c91f07f9a1d5bcf950b34737ed8fc7", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; input r1 as u8.private; add r0 r1 into r2; output r2 as u8.public; - function foo1: input r0 as u8.private; input r1 as u8.private; add r0 r1 into r2; output r2 as u8.private; - function foo2: input r0 as u8.private; input r1 as u8.public; diff --git a/tests/expectations/compiler/function/record_in_conditional_return.out b/tests/expectations/compiler/function/record_in_conditional_return.out index a581fb6fe2..97f02b150d 100644 --- a/tests/expectations/compiler/function/record_in_conditional_return.out +++ b/tests/expectations/compiler/function/record_in_conditional_return.out @@ -7,7 +7,6 @@ record Token: owner as address.private; amount as u64.private; - function mint_token: input r0 as address.private; input r1 as u64.private; @@ -21,7 +20,6 @@ function mint_token: cast r7 r8 into r9 as Token.record; output r9 as Token.record; - function mint_token2: input r0 as address.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/function/self.out b/tests/expectations/compiler/function/self.out index 2a17fcd099..779f019894 100644 --- a/tests/expectations/compiler/function/self.out +++ b/tests/expectations/compiler/function/self.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2db80161099ae9cbdc5ffffa66eca562fcce22058d7d8fc7b5ee73f317e377b5", type_checked_symbol_table = "9cf657dc16a1640aaa90e73decf21c3cfd5e1ee640b96f86e96a156e333c5e94", unrolled_symbol_table = "9cf657dc16a1640aaa90e73decf21c3cfd5e1ee640b96f86e96a156e333c5e94", initial_ast = "ad7fc0246dd88eb2f03be2a73c3ed453b122d987f9c2a6b0657f16d16e5273ef", unrolled_ast = "ad7fc0246dd88eb2f03be2a73c3ed453b122d987f9c2a6b0657f16d16e5273ef", ssa_ast = "13a76006f82854659f167076d9533a5c9822785e0362d9c053f2d5d4cd4f7420", flattened_ast = "37e7a149da369c2ad4337799de7c0d431025a04f6cc94678d52e715d62c98ca0", destructured_ast = "4d26846699037466b6d0dea68cf92ebbd34e1815c8ffafaba8520accf8e292d7", inlined_ast = "4d26846699037466b6d0dea68cf92ebbd34e1815c8ffafaba8520accf8e292d7", dce_ast = "4d26846699037466b6d0dea68cf92ebbd34e1815c8ffafaba8520accf8e292d7", bytecode = """ program test.aleo; - - function matches: input r0 as address.private; is.eq self.caller r0 into r1; diff --git a/tests/expectations/compiler/futures/explicit_type_simple.out b/tests/expectations/compiler/futures/explicit_type_simple.out index 4df374b25e..89b6b4df68 100644 --- a/tests/expectations/compiler/futures/explicit_type_simple.out +++ b/tests/expectations/compiler/futures/explicit_type_simple.out @@ -4,12 +4,9 @@ outputs = [[{ compile = [ { initial_symbol_table = "8b522d0a39eb531a3b44e1689486e9421bf3511b734ea1866490af667391a494", type_checked_symbol_table = "5518f6156fadf886a27d01ab9f04e7d5ba6ad744eb57eae50591cfeb7ac3e245", unrolled_symbol_table = "5518f6156fadf886a27d01ab9f04e7d5ba6ad744eb57eae50591cfeb7ac3e245", initial_ast = "2bfe467a04d427a79a28ef4029ccebdb3cb0eddf0b37e6b33dbdbe2063aa67bc", unrolled_ast = "2bfe467a04d427a79a28ef4029ccebdb3cb0eddf0b37e6b33dbdbe2063aa67bc", ssa_ast = "658fe90229b11769bc01e033f7833960f756b09e082ea0542b270acb4c1ee71b", flattened_ast = "6e131dfaa409eaec17bd67acc1b1ac4611fdb5deb1686f70f8bc34327ab10648", destructured_ast = "dc160ce86c6b05e46449a72e5ed1d1b9e932693d28f430940442fd5df2354143", inlined_ast = "43a6c945bdcf715ee62ef3eb62df9fa922c2f9f848c8989438514a05d4fd2101", dce_ast = "43a6c945bdcf715ee62ef3eb62df9fa922c2f9f848c8989438514a05d4fd2101", bytecode = """ program test.aleo; - - mapping foo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main_inner: input r0 as u32.public; @@ -22,15 +19,11 @@ function main_inner: finalize main_inner: input r0 as u32.public; set 1u32 into foo[r0]; - """, errors = "", warnings = "" }, { initial_symbol_table = "ad49aec92f87f1e65648a7ae10d5bfb563f50bb397a933a9852c979b4ed5e3f3", type_checked_symbol_table = "7a05bbb86250bee3f69eee0c1f46f9d506dcb57c74358c26d158bde771b29bd7", unrolled_symbol_table = "7a05bbb86250bee3f69eee0c1f46f9d506dcb57c74358c26d158bde771b29bd7", initial_ast = "f4b27c45b21e659b2b730a167dbbf8a309b19e71beded7108cb7267b06177417", unrolled_ast = "bdd7c6800831eebcb6a09cb05acd5be0ad83730e1d210eb4d9b4d6b968d0b326", ssa_ast = "e4441d4a0d42e1061d4481bce0113ebd8a6f258dc9e877adc5e52029d3f04991", flattened_ast = "82cca8f1537803acde719f029a4ac265e0c1c53fa6e8cd4e4e2800a4d840c871", destructured_ast = "aee30ce903740d4f39c7f88aae66ed0bca4affce5b51988699cc9167ff946494", inlined_ast = "f4292c099047c4d8e3c0fbdaf7f32a1273a3eb68c4a11b0eccff59bd7c804247", dce_ast = "406a8d3de9427c696512e49e8f7ab27d48616754516e535152dc13c15a3e1ee0", bytecode = """ import test.aleo; program basic.aleo; - - - function main: input r0 as u32.public; input r1 as u32.private; @@ -46,6 +39,5 @@ finalize main: input r2 as test.aleo/main_inner.future; await r2; assert.eq r0 r1; - """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/futures/future_in_tuple.out b/tests/expectations/compiler/futures/future_in_tuple.out index fe89dc8faf..09ddba831c 100644 --- a/tests/expectations/compiler/futures/future_in_tuple.out +++ b/tests/expectations/compiler/futures/future_in_tuple.out @@ -8,8 +8,6 @@ record credits: owner as address.private; amount as u64.private; - - function transfer_private_to_public: input r0 as credits.record; input r1 as address.private; @@ -20,15 +18,11 @@ function transfer_private_to_public: finalize transfer_private_to_public: assert.eq 1u8 1u8; - """, errors = "", warnings = "" }, { initial_symbol_table = "fd67d75af194fb6d6fee5a2b15b4b51ae5511e5d0546c6c6f83063611a168123", type_checked_symbol_table = "031e9fc89b17624e259bb154ca42385665d2cf4349bf1579347a2d2487305a1b", unrolled_symbol_table = "031e9fc89b17624e259bb154ca42385665d2cf4349bf1579347a2d2487305a1b", initial_ast = "fc9f1985c1e0441e9423e67cfd4cb8252178ccc236dfabae17187c5a5cc98ebe", unrolled_ast = "c6fdd37447ee674a058e7fe314096c0df8cf0c02f307ff499e0f08b76cdc6709", ssa_ast = "d26ea69b3993a2a3c4b2660a27706c51383f9b01357d27adf6275a5dfffe6e9d", flattened_ast = "5741efe1907a4da96fbad021b725a22e8c3365fa61b2413b06743c3ed01cda35", destructured_ast = "496bea9fd498c2d4ac9d93dd143beb403e13fdf59fc2ff842d8ff932883feda1", inlined_ast = "7c87cc964f8225fd91c634c8683ee0b09aaa301cb29ab85cadc4e4aea65253ba", dce_ast = "7c87cc964f8225fd91c634c8683ee0b09aaa301cb29ab85cadc4e4aea65253ba", bytecode = """ import credits.aleo; program test_credits.aleo; - - - function send_credits: input r0 as credits.aleo/credits.record; input r1 as u64.private; @@ -40,6 +34,5 @@ function send_credits: finalize send_credits: input r0 as credits.aleo/transfer_private_to_public.future; await r0; - """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/futures/nested.out b/tests/expectations/compiler/futures/nested.out index f1ef17b457..b4d7cc2ee9 100644 --- a/tests/expectations/compiler/futures/nested.out +++ b/tests/expectations/compiler/futures/nested.out @@ -8,11 +8,9 @@ record yeets: owner as address.private; val as u32.private; - mapping Yo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main_dep: input r0 as u32.private; @@ -25,18 +23,14 @@ finalize main_dep: input r0 as u32.public; input r1 as u32.public; set r1 into Yo[r0]; - """, errors = "", warnings = "" }, { initial_symbol_table = "837e6e9f7a93af9d92cb90208d54a4e55693939bccddf588c94102805a600ec2", type_checked_symbol_table = "c33e10eabb14d2d0dc8a7ffd7370dcda4d0467b46dc00d9a526c0cf7fc373906", unrolled_symbol_table = "c33e10eabb14d2d0dc8a7ffd7370dcda4d0467b46dc00d9a526c0cf7fc373906", initial_ast = "64089bd9ecc0ab9ce224328c7ba9b2ece577f585b2417b48eb0883ec8cec304c", unrolled_ast = "450bb73f7249477591a716a45cbd0fbb332d98a8765b2804ca919488cbc7e1bf", ssa_ast = "d445e67098ada41b7ada11f69a07acf107d1b8e6ab052e7bb3e8d1b6530c4371", flattened_ast = "b3e5d4d940f433b770b6acdd85c2a5f1de7327617f71783b75108c2a515c12a1", destructured_ast = "36361778b1d97dcde52548c1e082ad7382dbe6e6be4fd6be1fdc73bb213d0016", inlined_ast = "b358e9fa7f234ae1154b48cbd83c3e2029c1a83c5298470035729f78537e03a6", dce_ast = "4d6d5c792f8d7a9d83e0c1bee6efcf24470e92fd4746aa7a9d0afabc93ec8a19", bytecode = """ import test_dep.aleo; program test.aleo; - - mapping ayo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main: input r0 as u32.private; @@ -70,7 +64,6 @@ finalize main: position end_otherwise_0_3; add r0[0u32] r1[0u32] into r5; set r5 into ayo[1u32]; - """, errors = "", warnings = """ Warning [WTYC0372000]: Not all paths through the function await all futures. 2/4 paths contain at least one future that is never awaited. --> compiler-test:17:5 @@ -98,9 +91,6 @@ import test_dep.aleo; import test.aleo; program wrapper.aleo; - - - function main: input r0 as u32.public; input r1 as u32.private; @@ -118,7 +108,6 @@ finalize main: await r0; await r1; await r2; - """, errors = "", warnings = "" }, { initial_symbol_table = "04a3a0ccbf4ed061d19da4e624725caff0e64ac838498cbd09df865f4f9044f2", type_checked_symbol_table = "69550e476553614e01dd39df0b3a8f682556cdf76982503af0e6a77d4916e027", unrolled_symbol_table = "69550e476553614e01dd39df0b3a8f682556cdf76982503af0e6a77d4916e027", initial_ast = "bf4f5dac2e3cac6f6c8b117a93b7bc9a4b9d31f66b3b0d946866da23003e6a69", unrolled_ast = "a1786c230d46f3b207f118aaaaea373cd1d9935aa7e63b99e403a8faf36df2fe", ssa_ast = "82581ca24afcd79d3e3c1346009981d4a9d3d227afc0540707b6c315ecdce107", flattened_ast = "2ff2d69c6199a5c70a8ffb96d8dc0529f6f1fbf631a1f690169d2d9162e91689", destructured_ast = "8da4c7c91fabf5edb6768e616f223e574b3415c848321f66ad9e587b76259210", inlined_ast = "a740025e070d37bd22f264e37dfd6802eb9e1b10c12c928a08acd14fbe9043d6", dce_ast = "e127a5223a49f123398009b927e96ebb44f266df7271feb7b1ff5f7f748e6ff5", bytecode = """ import test_dep.aleo; @@ -126,9 +115,6 @@ import test.aleo; import wrapper.aleo; program big_wrapper.aleo; - - - function main: input r0 as u32.public; input r1 as u32.private; @@ -140,6 +126,5 @@ function main: finalize main: input r0 as wrapper.aleo/main.future; await r0; - """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/futures/partial_type_specification.out b/tests/expectations/compiler/futures/partial_type_specification.out index e32686f873..6c24e52e4d 100644 --- a/tests/expectations/compiler/futures/partial_type_specification.out +++ b/tests/expectations/compiler/futures/partial_type_specification.out @@ -8,11 +8,9 @@ record yeets: owner as address.private; val as u32.private; - mapping Yo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main_dep: input r0 as u32.private; @@ -26,9 +24,6 @@ finalize main_dep: input r1 as u32.public; set r1 into Yo[r0]; - - - function main_dep_2: input r0 as u32.private; async main_dep_2 into r1; @@ -38,18 +33,14 @@ function main_dep_2: finalize main_dep_2: set 1u32 into Yo[1u32]; - """, errors = "", warnings = "" }, { initial_symbol_table = "1a537ce4873945cd8969e08fd2440d3d9dbf4175306e7a60a18f59305958366e", type_checked_symbol_table = "3c670b67da9da6028e642d487a1382f3de1b554c8c0d51fc531b71e36b5cdef5", unrolled_symbol_table = "3c670b67da9da6028e642d487a1382f3de1b554c8c0d51fc531b71e36b5cdef5", initial_ast = "bcfa98eafaf355e7313773fa4340b88d2530e3d2b279252fc1117327de42d77a", unrolled_ast = "01a9f5e11f5749b408619a513bf7f9eececfd83f9f87c883fcd8db53440babab", ssa_ast = "b6da9c41019a2af6cd137e29fe7b5041cc13a45d574b920101a69f7093c58980", flattened_ast = "7bddc7f16b5ef5baef1fc50ac2f45767844d05fc0de797d267c77306bc586dc5", destructured_ast = "df2c950dd52d4094ef1f2d364aa6dd57020f7ca431ead915353c2c33482ee05d", inlined_ast = "7dd0bb6eee84d038c01e43a8c7fdfd38ec3cbb269bf4990078a49e5202fe177e", dce_ast = "4378a2b09abc850959d98704efb7ec28bd6ad7962cc4ec761e26e57400cec8a0", bytecode = """ import test_dep.aleo; program test.aleo; - - mapping ayo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main: input r0 as u32.private; @@ -83,7 +74,6 @@ finalize main: position end_otherwise_0_3; add r0[0u32] r1[0u32] into r5; set r5 into ayo[1u32]; - """, errors = "", warnings = """ Warning [WTYC0372000]: Not all paths through the function await all futures. 2/4 paths contain at least one future that is never awaited. --> compiler-test:17:5 @@ -111,9 +101,6 @@ import test_dep.aleo; import test.aleo; program wrapper.aleo; - - - function main: input r0 as u32.public; input r1 as u32.private; @@ -131,7 +118,6 @@ finalize main: await r0; await r1; await r2; - """, errors = "", warnings = "" }, { initial_symbol_table = "11c1000ce2f1774ad382af12ba51e8b55d5a98ee0da67cb8620e686c1fcaebb1", type_checked_symbol_table = "9f27eb3f177ceb81d9b14cc85c07b7198eb67d0ee806c04cbbff1cfb18b997ab", unrolled_symbol_table = "9f27eb3f177ceb81d9b14cc85c07b7198eb67d0ee806c04cbbff1cfb18b997ab", initial_ast = "575e251f07e552c917ab36bc9877b13dd1638651c4023ade20701dd2a5fe27ff", unrolled_ast = "2a4969ad315e900b5a3f1eecd4e6508dc6946fb5f6c3861ee793961ce6bcc203", ssa_ast = "4a00e3d36cdd4ff4be1fc6a389aaf17cfb02b6c54fa84276fb5be66b8a78b124", flattened_ast = "885c5f8145aa1a82e5fe41abbabae12cbd15eb014b333b246c6c5401b5b6bfea", destructured_ast = "f3b5b961a498f9befec85b69b3012145a6e97774d37a8c8e354ec4e5eeb64f84", inlined_ast = "2bf37fc499b3eca18c8227e61f69f730d36e755d7879dde13bb9161936bafbfc", dce_ast = "390391c2098cf6a910eeec98fc92fdea31303a84a1d6fd6673c8dbd9d20180de", bytecode = """ import test_dep.aleo; @@ -139,9 +125,6 @@ import test.aleo; import wrapper.aleo; program big_wrapper.aleo; - - - function main: input r0 as u32.public; input r1 as u32.private; @@ -153,6 +136,5 @@ function main: finalize main: input r0 as wrapper.aleo/main.future; await r0; - """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/futures/simple.out b/tests/expectations/compiler/futures/simple.out index 915da3f979..d8dd82936a 100644 --- a/tests/expectations/compiler/futures/simple.out +++ b/tests/expectations/compiler/futures/simple.out @@ -4,12 +4,9 @@ outputs = [[{ compile = [ { initial_symbol_table = "116d58ba03f7a7d97eed6581380790a8f53f04bae1ba88b75602f860ec303795", type_checked_symbol_table = "9569a2562f21f4b374ec99175f9be361e146ba2e7c552fd5389c945c4c764b4b", unrolled_symbol_table = "9569a2562f21f4b374ec99175f9be361e146ba2e7c552fd5389c945c4c764b4b", initial_ast = "0a137d4df2ce8a6bb3c9b82e12856ba4769f6a0ee60b9d44fe4e5b112383accc", unrolled_ast = "0a137d4df2ce8a6bb3c9b82e12856ba4769f6a0ee60b9d44fe4e5b112383accc", ssa_ast = "2a1a92101ca526d604626f5ba6c0e4d032877119538e3f1f11a184d7e1c9820e", flattened_ast = "16987d115d2346155c394f964ddc7ad81d13c9f825a0e4e206c46bb7b3c3250f", destructured_ast = "e237c687b23978180a04086c93fd6e894743e0bf2a95d4de408b0e4d2ecfc636", inlined_ast = "479ac6fdc020109c406fa654f6e8bcbec37069b9b68ff63e39dbfa09c5a40f04", dce_ast = "479ac6fdc020109c406fa654f6e8bcbec37069b9b68ff63e39dbfa09c5a40f04", bytecode = """ program test.aleo; - - mapping foo: -\tkey as u32.public; -\tvalue as u32.public; - + key as u32.public; + value as u32.public; function main_inner: input r0 as u32.public; @@ -21,15 +18,11 @@ function main_inner: finalize main_inner: set 1u32 into foo[1u32]; - """, errors = "", warnings = "" }, { initial_symbol_table = "e68fd2fbfc3ff3832375c1c2df1e6a67787480498938fc77e766ca07ae751992", type_checked_symbol_table = "a3dbe89fee3c01d1a1798775bd34ee5e9a160d9a31bc223cf8d949ad08310b43", unrolled_symbol_table = "a3dbe89fee3c01d1a1798775bd34ee5e9a160d9a31bc223cf8d949ad08310b43", initial_ast = "90315edede362afca47bb3f8c861ab8bbbdb049ea56db7ebbbf8f20ce60aeb4a", unrolled_ast = "6541d8c338b4eeb027aedd7c9151f3eac30d61ab2986d22a008ef5bd4a67ffc7", ssa_ast = "80086e21c3779f9da4b57c755eedf9132709a1edc63644ef4ec574ce047b076f", flattened_ast = "a9988b6cbd9cb03bc49e6850084531888e0cc04e456496fe7eff390812d39611", destructured_ast = "a94ba575cc25982052a729a8a1b8fa3560a0043b305cf4dede91d17a71202fcb", inlined_ast = "7a6d98c84ce9a50bd944f11bca3d98f8262ab57b55fcc7f15537650b3d4bc6ef", dce_ast = "ef3d06f7a3ed3bba09c3fda4378aaa2f700384fc28e5d8c3751633bbc03f9f4e", bytecode = """ import test.aleo; program basic.aleo; - - - function main: input r0 as u32.public; input r1 as u32.private; @@ -44,6 +37,5 @@ finalize main: input r1 as test.aleo/main_inner.future; await r1; assert.eq r0 1u32; - """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/group/add.out b/tests/expectations/compiler/group/add.out index f26eceff2c..264e4ccab0 100644 --- a/tests/expectations/compiler/group/add.out +++ b/tests/expectations/compiler/group/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b195a063e94fadef1c06b657c5872bed8ebc9c0460b804956fdfab56177ac367", type_checked_symbol_table = "73c9bae0f71db581746da0c4fb95642bd16187a982e828b59dd7662a81c4fd74", unrolled_symbol_table = "73c9bae0f71db581746da0c4fb95642bd16187a982e828b59dd7662a81c4fd74", initial_ast = "53ccff6fd63b4ecdb0bc0af77bd239f221cb60a452e1de6a304c424f401ce0f8", unrolled_ast = "53ccff6fd63b4ecdb0bc0af77bd239f221cb60a452e1de6a304c424f401ce0f8", ssa_ast = "49647b0f3d05fc59eca5611e5d4a0458980af0e18291fd5d52e67b43487823cb", flattened_ast = "2f93017a99f8aa024c4a63144d80f4736c1c1ba5250cfc08e69942bbe66d5fc0", destructured_ast = "4e8db25dab7205a57c3ec607b066947bbdd59a1351ca7d831588a0a4965bd51c", inlined_ast = "4e8db25dab7205a57c3ec607b066947bbdd59a1351ca7d831588a0a4965bd51c", dce_ast = "4e8db25dab7205a57c3ec607b066947bbdd59a1351ca7d831588a0a4965bd51c", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/assert_eq.out b/tests/expectations/compiler/group/assert_eq.out index d3987562f2..cfecd97abf 100644 --- a/tests/expectations/compiler/group/assert_eq.out +++ b/tests/expectations/compiler/group/assert_eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86d6113b6277211f15f11f56a2d2cd18df578e8710f5135b0723d36c9f599abd", type_checked_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", unrolled_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", initial_ast = "1b6580de73329de10faa67c92f1d27b4c29c7df60b154fa566e239c070ff5c5e", unrolled_ast = "1b6580de73329de10faa67c92f1d27b4c29c7df60b154fa566e239c070ff5c5e", ssa_ast = "6cc7748c48e7bab9eddaaddea8be256155058affad07e8bb956d93dc98bd092b", flattened_ast = "06fa43912720e9ab24ed6a119cb4e6c18ad5f1d0a5dc0d91397874cab6fe0d0b", destructured_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", inlined_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", dce_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/eq.out b/tests/expectations/compiler/group/eq.out index d3987562f2..cfecd97abf 100644 --- a/tests/expectations/compiler/group/eq.out +++ b/tests/expectations/compiler/group/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86d6113b6277211f15f11f56a2d2cd18df578e8710f5135b0723d36c9f599abd", type_checked_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", unrolled_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", initial_ast = "1b6580de73329de10faa67c92f1d27b4c29c7df60b154fa566e239c070ff5c5e", unrolled_ast = "1b6580de73329de10faa67c92f1d27b4c29c7df60b154fa566e239c070ff5c5e", ssa_ast = "6cc7748c48e7bab9eddaaddea8be256155058affad07e8bb956d93dc98bd092b", flattened_ast = "06fa43912720e9ab24ed6a119cb4e6c18ad5f1d0a5dc0d91397874cab6fe0d0b", destructured_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", inlined_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", dce_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/group_mul.out b/tests/expectations/compiler/group/group_mul.out index 00073da147..b37e4cf1ff 100644 --- a/tests/expectations/compiler/group/group_mul.out +++ b/tests/expectations/compiler/group/group_mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "95edd6b4d38b52bc1ae9148b35110cd2849c0c90f59703d18737077bdb6cd3f8", type_checked_symbol_table = "e1e7d71c556aa3a80cdabc3b9d974d718873a9279444e432d1b14bd573b45c1b", unrolled_symbol_table = "e1e7d71c556aa3a80cdabc3b9d974d718873a9279444e432d1b14bd573b45c1b", initial_ast = "d1c4c6672dc185e8755c9911ceae0b1a45f10f064a9b6d1f164799a2a5d45534", unrolled_ast = "d1c4c6672dc185e8755c9911ceae0b1a45f10f064a9b6d1f164799a2a5d45534", ssa_ast = "69eca3bd0e2e74cd650cb4265d4cdf64420a0798290aefb5775321b68ca8e52f", flattened_ast = "73ef2575140139c704d6c6492ba5cf5e19bccf490e010f116eec2a68b28c77a1", destructured_ast = "92b2dfc0c1558bd9d858c1a0b8a0ebc82358cd1d5c7ecf3565a85686a18b7411", inlined_ast = "92b2dfc0c1558bd9d858c1a0b8a0ebc82358cd1d5c7ecf3565a85686a18b7411", dce_ast = "7d9ea267543a0c4e333ccd18e48d607d8daddcfefb1413145c67aad50ba0d516", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/input.out b/tests/expectations/compiler/group/input.out index d3987562f2..cfecd97abf 100644 --- a/tests/expectations/compiler/group/input.out +++ b/tests/expectations/compiler/group/input.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86d6113b6277211f15f11f56a2d2cd18df578e8710f5135b0723d36c9f599abd", type_checked_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", unrolled_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", initial_ast = "1b6580de73329de10faa67c92f1d27b4c29c7df60b154fa566e239c070ff5c5e", unrolled_ast = "1b6580de73329de10faa67c92f1d27b4c29c7df60b154fa566e239c070ff5c5e", ssa_ast = "6cc7748c48e7bab9eddaaddea8be256155058affad07e8bb956d93dc98bd092b", flattened_ast = "06fa43912720e9ab24ed6a119cb4e6c18ad5f1d0a5dc0d91397874cab6fe0d0b", destructured_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", inlined_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", dce_ast = "be1ceff66cde97f7f51ccef6b85d7f0a2cfc2423641803eb54c8a68cc4f876b2", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/mul.out b/tests/expectations/compiler/group/mul.out index 6130d9221c..ae30f57857 100644 --- a/tests/expectations/compiler/group/mul.out +++ b/tests/expectations/compiler/group/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b4603cce49e2a73039e43471c5df2351921bf489a622b2a8461cb5d0251683a8", type_checked_symbol_table = "40496ec84e0fd12af6043a2a054f6535ca530eebc156096d7b2262ec53dc3cd0", unrolled_symbol_table = "40496ec84e0fd12af6043a2a054f6535ca530eebc156096d7b2262ec53dc3cd0", initial_ast = "4689239079a0aeca79a29a6c57554dce8bf73e82f2c283bfb74e1c1931d8cc9b", unrolled_ast = "4689239079a0aeca79a29a6c57554dce8bf73e82f2c283bfb74e1c1931d8cc9b", ssa_ast = "bbf850eabfff9caa4798a7a7bc772d1dd30b7b22f7d810e7490aa06c4c86163f", flattened_ast = "3fc29f8537f766907dc1c304627f52271d76b3008a26a9e00c4a44caa6a644dc", destructured_ast = "6ff124d4658e2031b2fddff9c8040b152e42ac53e29dd9466bf2f3f22dca839a", inlined_ast = "6ff124d4658e2031b2fddff9c8040b152e42ac53e29dd9466bf2f3f22dca839a", dce_ast = "6ff124d4658e2031b2fddff9c8040b152e42ac53e29dd9466bf2f3f22dca839a", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/mult_by_scalar.out b/tests/expectations/compiler/group/mult_by_scalar.out index c598dfdf7c..c8b3c44135 100644 --- a/tests/expectations/compiler/group/mult_by_scalar.out +++ b/tests/expectations/compiler/group/mult_by_scalar.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "3a9a0ba6ea861ff989eb097197b98a508fa71fe6cce5b36901be680fa786ecc5", type_checked_symbol_table = "564813476bd45e015eb239004b64ec475451d1db8a67f87984a76ae4288e226a", unrolled_symbol_table = "564813476bd45e015eb239004b64ec475451d1db8a67f87984a76ae4288e226a", initial_ast = "64f83d84a228940a89cfab4d6e7f3ae8c6ccaa1ba7cdcab45f27fd7514f40746", unrolled_ast = "64f83d84a228940a89cfab4d6e7f3ae8c6ccaa1ba7cdcab45f27fd7514f40746", ssa_ast = "8ea933d83175a83b0e722497effd993d5587c3da1c52a5b44e41bc23ece99b98", flattened_ast = "ef31ce530d35a160d8b1c8b844f2b53b5775e63014181ab57490dafa55b9c847", destructured_ast = "56026c40e8cf5ce7923645889287fa2a426a92781ff9b6fd31b1f66a04f125ae", inlined_ast = "56026c40e8cf5ce7923645889287fa2a426a92781ff9b6fd31b1f66a04f125ae", dce_ast = "56026c40e8cf5ce7923645889287fa2a426a92781ff9b6fd31b1f66a04f125ae", bytecode = """ program test.aleo; - - function main: input r0 as group.private; mul 1scalar r0 into r1; diff --git a/tests/expectations/compiler/group/negate.out b/tests/expectations/compiler/group/negate.out index 79472958fe..ab438651ba 100644 --- a/tests/expectations/compiler/group/negate.out +++ b/tests/expectations/compiler/group/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86d6113b6277211f15f11f56a2d2cd18df578e8710f5135b0723d36c9f599abd", type_checked_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", unrolled_symbol_table = "64400d0cd99e83db706c03cd38c864ee18fe246a0f5024a2681d461321c3ce6a", initial_ast = "431ac4843732eb1f1967e292f14fa1fcd6d1ae802bbe7e852803841b0ddd4c04", unrolled_ast = "431ac4843732eb1f1967e292f14fa1fcd6d1ae802bbe7e852803841b0ddd4c04", ssa_ast = "8e1a60195d0a265423ac4c187f73ad26288c990fdd3f9d8a4f8e3832ee824cb3", flattened_ast = "3d047394c4ebce0e9f38aa0c762781ad92fe26f5a834309c3a79d7f871e03bcf", destructured_ast = "fd98288a4891a79dd82fd5a033cfb7915a2ee93563957a3d68088b5e597f196b", inlined_ast = "fd98288a4891a79dd82fd5a033cfb7915a2ee93563957a3d68088b5e597f196b", dce_ast = "fd98288a4891a79dd82fd5a033cfb7915a2ee93563957a3d68088b5e597f196b", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/operator_methods.out b/tests/expectations/compiler/group/operator_methods.out index fa641292fb..7d493926a0 100644 --- a/tests/expectations/compiler/group/operator_methods.out +++ b/tests/expectations/compiler/group/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "86d6113b6277211f15f11f56a2d2cd18df578e8710f5135b0723d36c9f599abd", type_checked_symbol_table = "7d77568c28538c2456f0dd6bf27186a4be40b96b29cd27a994b023c13bee311e", unrolled_symbol_table = "7d77568c28538c2456f0dd6bf27186a4be40b96b29cd27a994b023c13bee311e", initial_ast = "26f734e743c834cdddbf7870b7f008b9f431a385bf399389f30d2e41687c42b1", unrolled_ast = "26f734e743c834cdddbf7870b7f008b9f431a385bf399389f30d2e41687c42b1", ssa_ast = "2a2483edd24e9001227c4c99a036161f2e904cbe1e9339154f5b38194a9bc108", flattened_ast = "fafce6cb12679320397f2410b2433c52d3426f7c0f5e841339b036cf8f20211a", destructured_ast = "e37b3cd5653dde891a55134c9073ca66627e194ed6b3fd6842544510136035e7", inlined_ast = "e37b3cd5653dde891a55134c9073ca66627e194ed6b3fd6842544510136035e7", dce_ast = "232230e71ca8f2f98423f7e382d3ec7897f6a72d8450158f2bbd4983cfdf6bba", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/point_input.out b/tests/expectations/compiler/group/point_input.out index d5b7b19233..29b52f189a 100644 --- a/tests/expectations/compiler/group/point_input.out +++ b/tests/expectations/compiler/group/point_input.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6246af416dc46ede0bd79789b9b3490b49cbd3da23fe30624c4b9fbc54f59de9", type_checked_symbol_table = "5b5ac0a65365f5b7e8e0b221867c494133b2fcf0c1ffdd5052cbab8d77aaf3ea", unrolled_symbol_table = "5b5ac0a65365f5b7e8e0b221867c494133b2fcf0c1ffdd5052cbab8d77aaf3ea", initial_ast = "23bd06a9caaee457acb0a9f0866a6a649626e8eaf0a0bb8b3957f7233ef6bd11", unrolled_ast = "23bd06a9caaee457acb0a9f0866a6a649626e8eaf0a0bb8b3957f7233ef6bd11", ssa_ast = "d48d0d28b458729afd3befacf63b29754be219e5aa05100e1413b0697d0c9f14", flattened_ast = "eeae8377846e994279413c0e734d8f58f3b3e51ddf867c71f4d1e298da90b763", destructured_ast = "c606febcfe2a61fb26c23ae399916c0b546c3a328ee1a6586fd56ff392c7e806", inlined_ast = "c606febcfe2a61fb26c23ae399916c0b546c3a328ee1a6586fd56ff392c7e806", dce_ast = "c606febcfe2a61fb26c23ae399916c0b546c3a328ee1a6586fd56ff392c7e806", bytecode = """ program test.aleo; - - function main: input r0 as group.private; is.eq r0 0group into r1; diff --git a/tests/expectations/compiler/group/sub.out b/tests/expectations/compiler/group/sub.out index e8e18435b7..8bb5c161ea 100644 --- a/tests/expectations/compiler/group/sub.out +++ b/tests/expectations/compiler/group/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b195a063e94fadef1c06b657c5872bed8ebc9c0460b804956fdfab56177ac367", type_checked_symbol_table = "73c9bae0f71db581746da0c4fb95642bd16187a982e828b59dd7662a81c4fd74", unrolled_symbol_table = "73c9bae0f71db581746da0c4fb95642bd16187a982e828b59dd7662a81c4fd74", initial_ast = "c82a79d16151cbdcd822403ad8f763fcdbbb0f95fcb2f2ad367ff84d83b7088d", unrolled_ast = "c82a79d16151cbdcd822403ad8f763fcdbbb0f95fcb2f2ad367ff84d83b7088d", ssa_ast = "573a08fc6569fd4e7ccd86cd6cfabf84769244776466de7d7180e28ba2e831c0", flattened_ast = "01b87aae812c33d594dbdf36efe7101a30942fd084b1d69ad04ab73d970601ab", destructured_ast = "2a39bee4074a8eaa5776ee975411f41a714a09e5257b4145415364dfb791d08b", inlined_ast = "2a39bee4074a8eaa5776ee975411f41a714a09e5257b4145415364dfb791d08b", dce_ast = "2a39bee4074a8eaa5776ee975411f41a714a09e5257b4145415364dfb791d08b", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/ternary.out b/tests/expectations/compiler/group/ternary.out index 6b2e0f285e..6405961726 100644 --- a/tests/expectations/compiler/group/ternary.out +++ b/tests/expectations/compiler/group/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b195a063e94fadef1c06b657c5872bed8ebc9c0460b804956fdfab56177ac367", type_checked_symbol_table = "005b2160dc4780a6a083ea81c323461b054fe56b652adacd49985b8536a193a1", unrolled_symbol_table = "005b2160dc4780a6a083ea81c323461b054fe56b652adacd49985b8536a193a1", initial_ast = "3a4b5cc4267b6b323c4cc6b14e86694165e066133bc1fc2709d2bbf1036d0def", unrolled_ast = "3a4b5cc4267b6b323c4cc6b14e86694165e066133bc1fc2709d2bbf1036d0def", ssa_ast = "62d476da8c7d7e6e4dcdee879f591954c4f32812b473eebfff9a949d6ce6bbe6", flattened_ast = "f1ba9eaf698f1e2fc703b9ac7e158837cc7636667fe82e135f7350421e47d0c0", destructured_ast = "66ed03637c8aef4acaa5b1c735f1550d898faafe0b5999708a6d75cb02166b6a", inlined_ast = "66ed03637c8aef4acaa5b1c735f1550d898faafe0b5999708a6d75cb02166b6a", dce_ast = "66ed03637c8aef4acaa5b1c735f1550d898faafe0b5999708a6d75cb02166b6a", bytecode = """ program test.aleo; - - function main: input r0 as group.private; input r1 as group.private; diff --git a/tests/expectations/compiler/group/to_x_coordinate.out b/tests/expectations/compiler/group/to_x_coordinate.out index 61385db1e2..179a63f8e9 100644 --- a/tests/expectations/compiler/group/to_x_coordinate.out +++ b/tests/expectations/compiler/group/to_x_coordinate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed102d6070e08fab26ba65e42a47b8e94b39279ac3a93d2f1a5161213a808156", type_checked_symbol_table = "791b325f87fca65c6e88162d087200b74a8285b1b9b1f4d46a0af85aa1cac94b", unrolled_symbol_table = "791b325f87fca65c6e88162d087200b74a8285b1b9b1f4d46a0af85aa1cac94b", initial_ast = "676d71376bf2a1df04b89f06274de446d2e28b3036ffd0bb11140ab52503d3c8", unrolled_ast = "676d71376bf2a1df04b89f06274de446d2e28b3036ffd0bb11140ab52503d3c8", ssa_ast = "c7221fce1a07017b44db28e701c14fd1046de2272e2ef49333db2eb2e10f6a6a", flattened_ast = "a932fc45f884624db67fe5948600384c7aa5bff863a181bc13f06c4ca4f79b66", destructured_ast = "4216762e4492a408c2809e521eba457d96d3b7cd7b6093cde3cbeab06a43fd07", inlined_ast = "4216762e4492a408c2809e521eba457d96d3b7cd7b6093cde3cbeab06a43fd07", dce_ast = "8762ebc07b19bbcb9961fc23acb584cb91daf52787426b6bcf55a9cbdee8ce10", bytecode = """ program test.aleo; - - function main: input r0 as group.private; cast r0 into r1 as group.x; diff --git a/tests/expectations/compiler/group/to_y_coordinate.out b/tests/expectations/compiler/group/to_y_coordinate.out index 0a0aee8203..53f68ce1cb 100644 --- a/tests/expectations/compiler/group/to_y_coordinate.out +++ b/tests/expectations/compiler/group/to_y_coordinate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed102d6070e08fab26ba65e42a47b8e94b39279ac3a93d2f1a5161213a808156", type_checked_symbol_table = "791b325f87fca65c6e88162d087200b74a8285b1b9b1f4d46a0af85aa1cac94b", unrolled_symbol_table = "791b325f87fca65c6e88162d087200b74a8285b1b9b1f4d46a0af85aa1cac94b", initial_ast = "d483d7fd3eb931e6224542daa0b8d86b7241c1e96a3ef5a28a91a4c4839753c1", unrolled_ast = "d483d7fd3eb931e6224542daa0b8d86b7241c1e96a3ef5a28a91a4c4839753c1", ssa_ast = "5dc07267a99edfc008039448a461c2a86120afcdcc1f358987169ae1fbe920cb", flattened_ast = "a791fe154beb662ea85c3180b5960fa7764bccdcd350f34043fa4d75dc85c344", destructured_ast = "c73f8fb9324fd05759a6b7231f4263a2ddef0df3cd42144472813dee671f87d8", inlined_ast = "c73f8fb9324fd05759a6b7231f4263a2ddef0df3cd42144472813dee671f87d8", dce_ast = "89b21f088c668c849c8c4050663108f46b964cc81cad4f243ccb844150ee1d3e", bytecode = """ program test.aleo; - - function main: input r0 as group.private; cast r0 into r1 as group.y; diff --git a/tests/expectations/compiler/group/x_and_y.out b/tests/expectations/compiler/group/x_and_y.out index 42fe4caf9d..ef47683633 100644 --- a/tests/expectations/compiler/group/x_and_y.out +++ b/tests/expectations/compiler/group/x_and_y.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "13f721ce9f26cc63129064ed106144e5ad4798d2483335974dcef63c2b047875", type_checked_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", unrolled_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", initial_ast = "68afe9dc106303803b7ee3084a8a406d755d9d18d473b3830c5d39d7c520ea4e", unrolled_ast = "68afe9dc106303803b7ee3084a8a406d755d9d18d473b3830c5d39d7c520ea4e", ssa_ast = "257ba6437ede6d72fa4a30ec158432088d3dc94b957bf1a2ac9fd4346d49bbda", flattened_ast = "ea3470c8284c0e5e5f92b0ef5504e90d97b596c4722b89fcb7267d6305026f66", destructured_ast = "24ed7701ff5bc8daea7ced809e21c6bb7b90ec497e4fac6fcfecb61acd868836", inlined_ast = "24ed7701ff5bc8daea7ced809e21c6bb7b90ec497e4fac6fcfecb61acd868836", dce_ast = "24ed7701ff5bc8daea7ced809e21c6bb7b90ec497e4fac6fcfecb61acd868836", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; mul r0 0group into r1; diff --git a/tests/expectations/compiler/group/x_sign_high.out b/tests/expectations/compiler/group/x_sign_high.out index 2488e0338f..3ae51d9696 100644 --- a/tests/expectations/compiler/group/x_sign_high.out +++ b/tests/expectations/compiler/group/x_sign_high.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "13f721ce9f26cc63129064ed106144e5ad4798d2483335974dcef63c2b047875", type_checked_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", unrolled_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", initial_ast = "fa897b5357a3d3acea29a21385813b2669d34c943c48bed0a7691e3b3e922ce3", unrolled_ast = "fa897b5357a3d3acea29a21385813b2669d34c943c48bed0a7691e3b3e922ce3", ssa_ast = "f3d3314fc3bc3138d62b02405c9412e0a69856d30ec919eb356d466925d9de05", flattened_ast = "8a78e0ab842b7b38b90bb7b3557d71ebf489ccd3f87f00aaa90472a31b1e7731", destructured_ast = "8b8dfa376e4b875577c17450f188cc6057a1f89cf836b0b6a371bfd58e342f4d", inlined_ast = "8b8dfa376e4b875577c17450f188cc6057a1f89cf836b0b6a371bfd58e342f4d", dce_ast = "8b8dfa376e4b875577c17450f188cc6057a1f89cf836b0b6a371bfd58e342f4d", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; mul r0 0group into r1; diff --git a/tests/expectations/compiler/group/x_sign_inferred.out b/tests/expectations/compiler/group/x_sign_inferred.out index e536a825bf..5f20802be1 100644 --- a/tests/expectations/compiler/group/x_sign_inferred.out +++ b/tests/expectations/compiler/group/x_sign_inferred.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "13f721ce9f26cc63129064ed106144e5ad4798d2483335974dcef63c2b047875", type_checked_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", unrolled_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", initial_ast = "0f0fdae8467f508cdbadeec2eacffd01e4b26add2dc1b21e112c6c3b59667596", unrolled_ast = "0f0fdae8467f508cdbadeec2eacffd01e4b26add2dc1b21e112c6c3b59667596", ssa_ast = "3febba2ab3c3333fde6b0fb8bcb53bcf7f2bf29b992d8e767107f776d6a56639", flattened_ast = "ff26f857f1c756dd199b7484ba8748112f0f3a236a55fdf6106adb53e96ddbc1", destructured_ast = "fadc791b284f6b2ba539416ee5f44ea31f8c3f00a301aee56333e0b7d01d0189", inlined_ast = "fadc791b284f6b2ba539416ee5f44ea31f8c3f00a301aee56333e0b7d01d0189", dce_ast = "fadc791b284f6b2ba539416ee5f44ea31f8c3f00a301aee56333e0b7d01d0189", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; mul r0 0group into r1; diff --git a/tests/expectations/compiler/group/x_sign_low.out b/tests/expectations/compiler/group/x_sign_low.out index 42accee21d..a1c4560dc4 100644 --- a/tests/expectations/compiler/group/x_sign_low.out +++ b/tests/expectations/compiler/group/x_sign_low.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "13f721ce9f26cc63129064ed106144e5ad4798d2483335974dcef63c2b047875", type_checked_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", unrolled_symbol_table = "c40f806dfd918dc4bd47359f2d5d83e7fa46d45fc22cca84828f936b676822f8", initial_ast = "56c50a0976a18422453034b5b84f70bc4fa63cc0a77b924fd258bb094f07f34c", unrolled_ast = "56c50a0976a18422453034b5b84f70bc4fa63cc0a77b924fd258bb094f07f34c", ssa_ast = "89d9ee763b994f9a5b721590fb6c5260280b2badadc39c17842178d2fe412998", flattened_ast = "8a5680a5ac1460233aa4b01aab7583877253adc510f51f4366abd393673e2a4f", destructured_ast = "d5ba091ad55a9d8840db44364443c7107a4a6c8c01aea36b7b3b5f305766f1b1", inlined_ast = "d5ba091ad55a9d8840db44364443c7107a4a6c8c01aea36b7b3b5f305766f1b1", dce_ast = "d5ba091ad55a9d8840db44364443c7107a4a6c8c01aea36b7b3b5f305766f1b1", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; mul r0 0group into r1; diff --git a/tests/expectations/compiler/group/zero.out b/tests/expectations/compiler/group/zero.out index 896d8a4743..faf9d966be 100644 --- a/tests/expectations/compiler/group/zero.out +++ b/tests/expectations/compiler/group/zero.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "13f721ce9f26cc63129064ed106144e5ad4798d2483335974dcef63c2b047875", type_checked_symbol_table = "b90a0f5ef8355a8604db0c683dde5ce52f0beb7c44832c05964527d7a3f9b0ab", unrolled_symbol_table = "b90a0f5ef8355a8604db0c683dde5ce52f0beb7c44832c05964527d7a3f9b0ab", initial_ast = "1ab67a46b1e18f07cb0cbf1f0d7224dacad95905b78baa7ec37b4253acc67dcf", unrolled_ast = "1ab67a46b1e18f07cb0cbf1f0d7224dacad95905b78baa7ec37b4253acc67dcf", ssa_ast = "3f1b803aa3810824e912e78501ed7806047154cf6774b82243066ed6704b8386", flattened_ast = "463e73f9be58935dd081921c62272369b8a3f7eb15d6a41d373ee78f5b509581", destructured_ast = "66db27ba955bd6c93f987abd3ee6cfa9dabf2830046aff921998ec59bb99f581", inlined_ast = "66db27ba955bd6c93f987abd3ee6cfa9dabf2830046aff921998ec59bb99f581", dce_ast = "66db27ba955bd6c93f987abd3ee6cfa9dabf2830046aff921998ec59bb99f581", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; mul 0group r0 into r1; diff --git a/tests/expectations/compiler/input/main.out b/tests/expectations/compiler/input/main.out index 69886657fe..98f6ec78c2 100644 --- a/tests/expectations/compiler/input/main.out +++ b/tests/expectations/compiler/input/main.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cd4ebade513aae8761f790956bbb0844fb86590191f420485545414b6d4fe56e", type_checked_symbol_table = "5c64b6460751bfe68a8fcc6ba0716161748a538d7d90ad9ce9b24933bb3d33fc", unrolled_symbol_table = "5c64b6460751bfe68a8fcc6ba0716161748a538d7d90ad9ce9b24933bb3d33fc", initial_ast = "9ecbc0015f69652e6708a84de2dd36d114b6832cd0703c9a4d1dcec6b3dc41c7", unrolled_ast = "9ecbc0015f69652e6708a84de2dd36d114b6832cd0703c9a4d1dcec6b3dc41c7", ssa_ast = "3b323cbbac9b545411df261c0b5e11f600b7f2419f69bfa4ec05bec5b49f9d06", flattened_ast = "d3b2dc2367790c6ac743f182dadcf616ad0e05fdb1e91dea074251f8832a9c11", destructured_ast = "840adb8006f1cebf04b778bf3adb8169634b2f84221c528895c40ec40dd60cd3", inlined_ast = "840adb8006f1cebf04b778bf3adb8169634b2f84221c528895c40ec40dd60cd3", dce_ast = "840adb8006f1cebf04b778bf3adb8169634b2f84221c528895c40ec40dd60cd3", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/input/main_field.out b/tests/expectations/compiler/input/main_field.out index a76ef0ac26..650d3552ff 100644 --- a/tests/expectations/compiler/input/main_field.out +++ b/tests/expectations/compiler/input/main_field.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "76a79fc5516ffc652065c7ab76c208ea22d02413a23052097243711150266802", type_checked_symbol_table = "a3bbf8c7f50b50465a91eaf44d8551378b8f67ae221243efaf13e888e1421cc4", unrolled_symbol_table = "a3bbf8c7f50b50465a91eaf44d8551378b8f67ae221243efaf13e888e1421cc4", initial_ast = "bbec20b0ddf251ac7c3401e7be89ad0c2d56cb31503efe54fb84eccfdb83f4e6", unrolled_ast = "bbec20b0ddf251ac7c3401e7be89ad0c2d56cb31503efe54fb84eccfdb83f4e6", ssa_ast = "3890848349e17661ababdd618ca99be6ec6cc56f631bd0eabec3fd2ec0f57b04", flattened_ast = "172a76b682ecfa210a5d18a51e5c48a4d9d9103392d45d38b513cccdeab46573", destructured_ast = "a46fddc59b61c418d7fdefb569fbf8211e20c493739f3c8a125e4edf0750e89d", inlined_ast = "a46fddc59b61c418d7fdefb569fbf8211e20c493739f3c8a125e4edf0750e89d", dce_ast = "a46fddc59b61c418d7fdefb569fbf8211e20c493739f3c8a125e4edf0750e89d", bytecode = """ program test.aleo; - - function main: input r0 as field.private; input r1 as field.private; diff --git a/tests/expectations/compiler/integers/i128/add.out b/tests/expectations/compiler/integers/i128/add.out index 60eacab058..c7012ecbc7 100644 --- a/tests/expectations/compiler/integers/i128/add.out +++ b/tests/expectations/compiler/integers/i128/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "ea1ce28c4816984ad4bc9f93e477a438d5309686ba2f2313eaec7d3fdb7a2af3", unrolled_ast = "ea1ce28c4816984ad4bc9f93e477a438d5309686ba2f2313eaec7d3fdb7a2af3", ssa_ast = "7b96c27836ae377f3f645c66a013d022938dbb74f9d0bcb194b0c4af4fd7b845", flattened_ast = "574c59799ae92538c78300a4c37120d4fa6e1d187e6c0c1db15c323a07ffeddd", destructured_ast = "c41c7fd4e02ef38a56c1f1b1a3247d3527a222bf8055ff3edf0d85662e5fbd89", inlined_ast = "c41c7fd4e02ef38a56c1f1b1a3247d3527a222bf8055ff3edf0d85662e5fbd89", dce_ast = "c41c7fd4e02ef38a56c1f1b1a3247d3527a222bf8055ff3edf0d85662e5fbd89", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/and.out b/tests/expectations/compiler/integers/i128/and.out index 1e5be2075c..dd99141387 100644 --- a/tests/expectations/compiler/integers/i128/and.out +++ b/tests/expectations/compiler/integers/i128/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "97b5809cec0dbce8a9a954ba23f3a2aa5ee76e0f85880062e7e5c23a4a26a758", unrolled_ast = "97b5809cec0dbce8a9a954ba23f3a2aa5ee76e0f85880062e7e5c23a4a26a758", ssa_ast = "d31ecf76bf4e48a4d87912b10f5324cbf8f9f5269dccc3bb5c9bf98681cd3298", flattened_ast = "1b3affd478da373952c6d57edfab48a60f62aa84f27798be99e2eec7b42838d6", destructured_ast = "6c4e99f3ae3dd8ac709ef99b4a2c45887584a187bb6d76211380ed7a7f0ea198", inlined_ast = "6c4e99f3ae3dd8ac709ef99b4a2c45887584a187bb6d76211380ed7a7f0ea198", dce_ast = "6c4e99f3ae3dd8ac709ef99b4a2c45887584a187bb6d76211380ed7a7f0ea198", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/console_assert.out b/tests/expectations/compiler/integers/i128/console_assert.out index 5673d91379..7980968686 100644 --- a/tests/expectations/compiler/integers/i128/console_assert.out +++ b/tests/expectations/compiler/integers/i128/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e116fb5a4b7f59388f0627230e720e88ecf04e5e73506be4b5f6be855a59f20c", type_checked_symbol_table = "91f5bff4b4bdff211a17aad8ff9803793e6319e451f0b04d75361e7caf0f0b8a", unrolled_symbol_table = "91f5bff4b4bdff211a17aad8ff9803793e6319e451f0b04d75361e7caf0f0b8a", initial_ast = "5eb0103c1405fb008fd026fb3e2fd7d6a47241b7d231cd4054a99dd7b6c6c6cd", unrolled_ast = "5eb0103c1405fb008fd026fb3e2fd7d6a47241b7d231cd4054a99dd7b6c6c6cd", ssa_ast = "f40ea6c3defb7ad2b1593b75ebf1e5605cecee6e9d03ecb904a010a6830c0604", flattened_ast = "0478991ca32fdf1302f9f4a71750b8248baf9b04ea279643120632d645e67005", destructured_ast = "eeaec122e5af670bcd69a594044871a33edb242faa663bbb546accf96d9ef243", inlined_ast = "eeaec122e5af670bcd69a594044871a33edb242faa663bbb546accf96d9ef243", dce_ast = "eeaec122e5af670bcd69a594044871a33edb242faa663bbb546accf96d9ef243", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/div.out b/tests/expectations/compiler/integers/i128/div.out index 6e696e7a64..13dbe8eea3 100644 --- a/tests/expectations/compiler/integers/i128/div.out +++ b/tests/expectations/compiler/integers/i128/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "06defad20bb4a8deec30fbe1e4dbe96ae5c061723f64f7b73c54ee3bb828560f", unrolled_ast = "06defad20bb4a8deec30fbe1e4dbe96ae5c061723f64f7b73c54ee3bb828560f", ssa_ast = "0d406271c5309d18ec58ba5541f484cf0294538ddfda6b069b8a6074c979f4a9", flattened_ast = "3ccd42d195e163bcf97060f245618ad1e3c24f37798767e04813731903e02ec2", destructured_ast = "b33b14b03fdd9d09d6d36494f8fe4533ae8590ba60d6bfabff30145547eb6932", inlined_ast = "b33b14b03fdd9d09d6d36494f8fe4533ae8590ba60d6bfabff30145547eb6932", dce_ast = "b33b14b03fdd9d09d6d36494f8fe4533ae8590ba60d6bfabff30145547eb6932", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/eq.out b/tests/expectations/compiler/integers/i128/eq.out index 8046ddcab2..80b8b3be6b 100644 --- a/tests/expectations/compiler/integers/i128/eq.out +++ b/tests/expectations/compiler/integers/i128/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "26967678e99292a22f8f5bfb95e8d8ebdf22b10092b9e224078cb4a7d81dc4c5", type_checked_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", unrolled_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", initial_ast = "9caa89e0cba4c18f15c38b23a5e9900bcefec8136de6838cbd5667d9836b862f", unrolled_ast = "9caa89e0cba4c18f15c38b23a5e9900bcefec8136de6838cbd5667d9836b862f", ssa_ast = "64963113917d17c9887355e5440b51d6d85512fd54bfa536c54cbec21d4fc3b1", flattened_ast = "5d5cd3e01fa92f2b34ecaece9cf31a454ba43a54dbfd2c36aed776ab3724028c", destructured_ast = "13495b4e09495dfb6e64a253e11985be62574a74463efdc5bd561807e756fb03", inlined_ast = "13495b4e09495dfb6e64a253e11985be62574a74463efdc5bd561807e756fb03", dce_ast = "13495b4e09495dfb6e64a253e11985be62574a74463efdc5bd561807e756fb03", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/ge.out b/tests/expectations/compiler/integers/i128/ge.out index fb0666d9ee..95723b373e 100644 --- a/tests/expectations/compiler/integers/i128/ge.out +++ b/tests/expectations/compiler/integers/i128/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "26967678e99292a22f8f5bfb95e8d8ebdf22b10092b9e224078cb4a7d81dc4c5", type_checked_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", unrolled_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", initial_ast = "4a97ae1158da379f97df71c3880ab523c398eaf6298759e557980cfc84fcab6f", unrolled_ast = "4a97ae1158da379f97df71c3880ab523c398eaf6298759e557980cfc84fcab6f", ssa_ast = "4f4bab95d39b85781fe1f6f6e07bcefa45398d690af6b67bbba530a8dc7bb731", flattened_ast = "f9edd90b98b188a11663452fdcc796ddcd5e38f792b526cbb6811647e48e39d7", destructured_ast = "816012a5af4066b99c8fa487d7cf9bcdb4cf490e3fa2dc19a77a6a885df68893", inlined_ast = "816012a5af4066b99c8fa487d7cf9bcdb4cf490e3fa2dc19a77a6a885df68893", dce_ast = "816012a5af4066b99c8fa487d7cf9bcdb4cf490e3fa2dc19a77a6a885df68893", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/gt.out b/tests/expectations/compiler/integers/i128/gt.out index 432654b214..f6c7d020d2 100644 --- a/tests/expectations/compiler/integers/i128/gt.out +++ b/tests/expectations/compiler/integers/i128/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "26967678e99292a22f8f5bfb95e8d8ebdf22b10092b9e224078cb4a7d81dc4c5", type_checked_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", unrolled_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", initial_ast = "1f66b8826995c55576f97695f623bb6d04c6f0b70036d568bca34af2a33dc165", unrolled_ast = "1f66b8826995c55576f97695f623bb6d04c6f0b70036d568bca34af2a33dc165", ssa_ast = "930df778182d362d79dbd7efa4b0c61857bdd362e6de0c13d3f5a80c80416930", flattened_ast = "2ec0058e830d3d6a9978f689988abd49df3b4f1741691e7fd8533e0e678bd641", destructured_ast = "aca18770d501872f0ca2db4acf59fd4eb49083d8424aade63a030f7977ae80e1", inlined_ast = "aca18770d501872f0ca2db4acf59fd4eb49083d8424aade63a030f7977ae80e1", dce_ast = "aca18770d501872f0ca2db4acf59fd4eb49083d8424aade63a030f7977ae80e1", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/hex_and_bin.out b/tests/expectations/compiler/integers/i128/hex_and_bin.out index 69ee703c83..4d6a322f4c 100644 --- a/tests/expectations/compiler/integers/i128/hex_and_bin.out +++ b/tests/expectations/compiler/integers/i128/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b8fa9541b26d44c8348e7ded98e6bd1b235ee9c02e632192fb2da00234e84c5c", type_checked_symbol_table = "9cc9c032ecfa8ab95f117b6c2f6b5f77335cdc444604a28ddca7ea204c620277", unrolled_symbol_table = "9cc9c032ecfa8ab95f117b6c2f6b5f77335cdc444604a28ddca7ea204c620277", initial_ast = "1e34f3c30849e79eeba6b5ca17e438efb5bf24fa3ceb50ddc00133a8474be73c", unrolled_ast = "1e34f3c30849e79eeba6b5ca17e438efb5bf24fa3ceb50ddc00133a8474be73c", ssa_ast = "6926cc34fac90a4bed0c819030cf61f0f614e539e4b85b63c2abb3b8776cf532", flattened_ast = "108e01348ff9fd5dbbc00cc94208f98c5a5782a86ddf452ee59602c5bfe046f4", destructured_ast = "d05df9936ea9ab1e577e8d4a14046ccd75af35b76dab552119728a2d240ed83e", inlined_ast = "d05df9936ea9ab1e577e8d4a14046ccd75af35b76dab552119728a2d240ed83e", dce_ast = "d05df9936ea9ab1e577e8d4a14046ccd75af35b76dab552119728a2d240ed83e", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/le.out b/tests/expectations/compiler/integers/i128/le.out index c9a2d71490..414db68fbe 100644 --- a/tests/expectations/compiler/integers/i128/le.out +++ b/tests/expectations/compiler/integers/i128/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "26967678e99292a22f8f5bfb95e8d8ebdf22b10092b9e224078cb4a7d81dc4c5", type_checked_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", unrolled_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", initial_ast = "5d8f23da308d016f458aa47d2a0757f66c7f39ba30af1dc93009e578899cdff1", unrolled_ast = "5d8f23da308d016f458aa47d2a0757f66c7f39ba30af1dc93009e578899cdff1", ssa_ast = "e463395afb5d70d3c16c3c6de30459b5edf7c8768555d05a2c60025328f73034", flattened_ast = "bc5f2a77b2c76ceefc87002024b45fbedd31249e6be19886f9349ba3c58c4a79", destructured_ast = "421c606986757519eaea1a2f51e4ee58f21d2403e127eb3cba1951fcb6df9c4e", inlined_ast = "421c606986757519eaea1a2f51e4ee58f21d2403e127eb3cba1951fcb6df9c4e", dce_ast = "421c606986757519eaea1a2f51e4ee58f21d2403e127eb3cba1951fcb6df9c4e", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/lt.out b/tests/expectations/compiler/integers/i128/lt.out index ec76a0c96a..800a3966e2 100644 --- a/tests/expectations/compiler/integers/i128/lt.out +++ b/tests/expectations/compiler/integers/i128/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "26967678e99292a22f8f5bfb95e8d8ebdf22b10092b9e224078cb4a7d81dc4c5", type_checked_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", unrolled_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", initial_ast = "cba2e2c65a91669cef49590961c461853279d718fd3db46357767886a1231805", unrolled_ast = "cba2e2c65a91669cef49590961c461853279d718fd3db46357767886a1231805", ssa_ast = "5002f155f28077ebce55d26234abb4f740face120d70096beb59aabd97f898b9", flattened_ast = "7ce217dc14e027bdd8f8ad768b4b9cc97129cff62d197c1e1faeb87204f41ec1", destructured_ast = "509bbbe3ede3dcc293d7a61174f75a1b683048b2e80c9bfb2dd6c40a801f9d25", inlined_ast = "509bbbe3ede3dcc293d7a61174f75a1b683048b2e80c9bfb2dd6c40a801f9d25", dce_ast = "509bbbe3ede3dcc293d7a61174f75a1b683048b2e80c9bfb2dd6c40a801f9d25", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/max.out b/tests/expectations/compiler/integers/i128/max.out index b034bb07dd..0b333be39f 100644 --- a/tests/expectations/compiler/integers/i128/max.out +++ b/tests/expectations/compiler/integers/i128/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "be48290910224fe179b3286a978e816b24ebd4a5c7ff2c4e2e7c681fc54cbeee", type_checked_symbol_table = "6762536260d695a3bb6b6cf51173d96ac2643f2b546478343ee90681fe23a025", unrolled_symbol_table = "6762536260d695a3bb6b6cf51173d96ac2643f2b546478343ee90681fe23a025", initial_ast = "0c24ff61a5ace1cd9071308e3843eb0ecc587a680c36ba3b039b3f187406f501", unrolled_ast = "0c24ff61a5ace1cd9071308e3843eb0ecc587a680c36ba3b039b3f187406f501", ssa_ast = "74dc2fc74b3f986d6323911f118f544d956d485ec40a42807cfd61a212cd1f76", flattened_ast = "ff411ea98f4733147dd800325458dbf480e7543c0d76288d42f17aa55d8192b6", destructured_ast = "6c403a08cf761399ce3c7e8e5d0db693a0f8669b75da60e4e147c02fb09bab2d", inlined_ast = "6c403a08cf761399ce3c7e8e5d0db693a0f8669b75da60e4e147c02fb09bab2d", dce_ast = "6c403a08cf761399ce3c7e8e5d0db693a0f8669b75da60e4e147c02fb09bab2d", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; sub 170141183460469231731687303715884105727i128 r0 into r1; diff --git a/tests/expectations/compiler/integers/i128/min.out b/tests/expectations/compiler/integers/i128/min.out index 9631ea2ee7..e378cd5b86 100644 --- a/tests/expectations/compiler/integers/i128/min.out +++ b/tests/expectations/compiler/integers/i128/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "be48290910224fe179b3286a978e816b24ebd4a5c7ff2c4e2e7c681fc54cbeee", type_checked_symbol_table = "6762536260d695a3bb6b6cf51173d96ac2643f2b546478343ee90681fe23a025", unrolled_symbol_table = "6762536260d695a3bb6b6cf51173d96ac2643f2b546478343ee90681fe23a025", initial_ast = "f401733cc62c4052171aca09335a71a480fec6fb2ca8899ae73791b2bc17437f", unrolled_ast = "f401733cc62c4052171aca09335a71a480fec6fb2ca8899ae73791b2bc17437f", ssa_ast = "31cdcf328d7cc18463607e2901e987d3d95aaf83cb20fde0508e70137d9bf487", flattened_ast = "25d111900840664756af2207bc812a3193d1c49236e04ba0902f7f8dd2a3df66", destructured_ast = "7143c2be4b7ca6c019f396a732c383495405d7ef1c5e421118667bf6805a916d", inlined_ast = "7143c2be4b7ca6c019f396a732c383495405d7ef1c5e421118667bf6805a916d", dce_ast = "7143c2be4b7ca6c019f396a732c383495405d7ef1c5e421118667bf6805a916d", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; sub -170141183460469231731687303715884105727i128 r0 into r1; diff --git a/tests/expectations/compiler/integers/i128/min_fail.out b/tests/expectations/compiler/integers/i128/min_fail.out index e8ac38d358..852766b7fb 100644 --- a/tests/expectations/compiler/integers/i128/min_fail.out +++ b/tests/expectations/compiler/integers/i128/min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "465444f63a1b533ed8a51947a39c02c91e8daf43fe000c6e6d818b422a52861a", type_checked_symbol_table = "647f39291b62681aa67c79e28236beb910572b61bad45e605b33fe48acf530cc", unrolled_symbol_table = "647f39291b62681aa67c79e28236beb910572b61bad45e605b33fe48acf530cc", initial_ast = "68a180f5f098a5fc4b89747705daeb3c8c5363312a3d4ca8716a17aa0f921cbb", unrolled_ast = "68a180f5f098a5fc4b89747705daeb3c8c5363312a3d4ca8716a17aa0f921cbb", ssa_ast = "223d0d71b6c902bc36d98866cd58738c8ef0ae5459dc8c7e4d05306107291dfe", flattened_ast = "9ba67b9062caf22f889f944ff08221577d7326ebac0dd4c4dd6b8fc228cb0680", destructured_ast = "a8572199187b58842be5269e59a39451faec99980eccef6c7030d513694eb502", inlined_ast = "a8572199187b58842be5269e59a39451faec99980eccef6c7030d513694eb502", dce_ast = "a8572199187b58842be5269e59a39451faec99980eccef6c7030d513694eb502", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; sub -170141183460469231731687303715884105727i128 2i128 into r1; diff --git a/tests/expectations/compiler/integers/i128/mul.out b/tests/expectations/compiler/integers/i128/mul.out index 118c877ede..a5f7642d38 100644 --- a/tests/expectations/compiler/integers/i128/mul.out +++ b/tests/expectations/compiler/integers/i128/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "8247461a692610884213b47a98b178eefb1dc78529b1a00e1a83a798936cdc4c", unrolled_ast = "8247461a692610884213b47a98b178eefb1dc78529b1a00e1a83a798936cdc4c", ssa_ast = "8e09972165e24aa239fbcb6a8c82560a2f4b398ddc455fc987f562a0e017f0cf", flattened_ast = "af7dc99616e7a80562397108fe540585550a7db22d57500971722308ce8c31e4", destructured_ast = "1dccfcfb1e9f6e4c0a00d1fde9c9629e0725b522a9562a562db4be5d6fa5ab1f", inlined_ast = "1dccfcfb1e9f6e4c0a00d1fde9c9629e0725b522a9562a562db4be5d6fa5ab1f", dce_ast = "1dccfcfb1e9f6e4c0a00d1fde9c9629e0725b522a9562a562db4be5d6fa5ab1f", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/ne.out b/tests/expectations/compiler/integers/i128/ne.out index 0713b19c0c..4ad39defbb 100644 --- a/tests/expectations/compiler/integers/i128/ne.out +++ b/tests/expectations/compiler/integers/i128/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "26967678e99292a22f8f5bfb95e8d8ebdf22b10092b9e224078cb4a7d81dc4c5", type_checked_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", unrolled_symbol_table = "9b03a5a8a469fb1447ce8a3a99f194d20ca54b3adb58bcc24d808792a5fa40f7", initial_ast = "e533170a128b14fd552e4fb569388fe5e36038946d0565313565eb10983897c6", unrolled_ast = "e533170a128b14fd552e4fb569388fe5e36038946d0565313565eb10983897c6", ssa_ast = "f39da53b7fe3ad0a873e3076928d405504e32a83cc7d7bef580c63a7b66a32cc", flattened_ast = "6df74c05ced16a151c187403fb88b6394c34b3a129f2a247ad9493af98729a06", destructured_ast = "a109cbe1743dd9c519d41cf8cb834bf9e2cf1a0d707cacf2232f5b9f4ef1556f", inlined_ast = "a109cbe1743dd9c519d41cf8cb834bf9e2cf1a0d707cacf2232f5b9f4ef1556f", dce_ast = "a109cbe1743dd9c519d41cf8cb834bf9e2cf1a0d707cacf2232f5b9f4ef1556f", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/negate.out b/tests/expectations/compiler/integers/i128/negate.out index 4d61fdf4f3..d814a8d6db 100644 --- a/tests/expectations/compiler/integers/i128/negate.out +++ b/tests/expectations/compiler/integers/i128/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e116fb5a4b7f59388f0627230e720e88ecf04e5e73506be4b5f6be855a59f20c", type_checked_symbol_table = "9a312e0909ec0a77ffca61835de5a7360d6fc1ebc91cfb32e815584ab7ac7936", unrolled_symbol_table = "9a312e0909ec0a77ffca61835de5a7360d6fc1ebc91cfb32e815584ab7ac7936", initial_ast = "3a47c119a633da109631ba1149a955b60929b000d49cc72c40f8d1a23eef39a4", unrolled_ast = "3a47c119a633da109631ba1149a955b60929b000d49cc72c40f8d1a23eef39a4", ssa_ast = "a502c69314fdab5366078b3eecfe0ce21f076509922b279170cf8dd7360e1afc", flattened_ast = "91c9a1708e90ab39f59bafb53f1f70353ad0d05b983803a024ab06f97eae1463", destructured_ast = "b7fc2ab9753f5ccae6e61fe5129e07d60d27c469cb38b57fa9b04aa60209b133", inlined_ast = "b7fc2ab9753f5ccae6e61fe5129e07d60d27c469cb38b57fa9b04aa60209b133", dce_ast = "b7fc2ab9753f5ccae6e61fe5129e07d60d27c469cb38b57fa9b04aa60209b133", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/negate_min_fail.out b/tests/expectations/compiler/integers/i128/negate_min_fail.out index caf23538b6..7211c0b724 100644 --- a/tests/expectations/compiler/integers/i128/negate_min_fail.out +++ b/tests/expectations/compiler/integers/i128/negate_min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "465444f63a1b533ed8a51947a39c02c91e8daf43fe000c6e6d818b422a52861a", type_checked_symbol_table = "647f39291b62681aa67c79e28236beb910572b61bad45e605b33fe48acf530cc", unrolled_symbol_table = "647f39291b62681aa67c79e28236beb910572b61bad45e605b33fe48acf530cc", initial_ast = "c206336c87fffa58a841affe6322079a2c599430577112afd77325f3ab56d4b9", unrolled_ast = "c206336c87fffa58a841affe6322079a2c599430577112afd77325f3ab56d4b9", ssa_ast = "808fe0b96e382d45a1626f2dd61c774a3060712cd3feb7d499ed161e8f210bfa", flattened_ast = "16da702383e63b60d953c59e7ec7992cdbad720620c417ea70a39490394b03a9", destructured_ast = "64a5541393c852ba0ffbeb4b5c21f78592dbbf45d7e2a2e0d6db5e219a6246c0", inlined_ast = "64a5541393c852ba0ffbeb4b5c21f78592dbbf45d7e2a2e0d6db5e219a6246c0", dce_ast = "64a5541393c852ba0ffbeb4b5c21f78592dbbf45d7e2a2e0d6db5e219a6246c0", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg -170141183460469231731687303715884105728i128 into r1; diff --git a/tests/expectations/compiler/integers/i128/negate_zero.out b/tests/expectations/compiler/integers/i128/negate_zero.out index d2d4a8ffa0..8bf663465f 100644 --- a/tests/expectations/compiler/integers/i128/negate_zero.out +++ b/tests/expectations/compiler/integers/i128/negate_zero.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "3a53a11c2956c5969c4ea29a2fdb6978c39ee66877ab11834a42d277dd6bd79e", unrolled_symbol_table = "3a53a11c2956c5969c4ea29a2fdb6978c39ee66877ab11834a42d277dd6bd79e", initial_ast = "8a3fdeb4d59d4d1ceadec0b4cf73a54cccbc98fd1ad16ff3426ff39cf790dae4", unrolled_ast = "8a3fdeb4d59d4d1ceadec0b4cf73a54cccbc98fd1ad16ff3426ff39cf790dae4", ssa_ast = "e936be1db4ae61f50fa30639555b1fc3d7f9a1fd885b91b2e6cf18cebbf9cd26", flattened_ast = "c5d06b4f52dfa0b15092e7e3ec4ddadb59127a342fdf3f5961bb1a3c3d9ab6f2", destructured_ast = "c09394e0ed26a70f8e85ea229760cbce21e1facaa68b9e2b84a92b0f49afa3fd", inlined_ast = "c09394e0ed26a70f8e85ea229760cbce21e1facaa68b9e2b84a92b0f49afa3fd", dce_ast = "c09394e0ed26a70f8e85ea229760cbce21e1facaa68b9e2b84a92b0f49afa3fd", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg 0i128 into r1; diff --git a/tests/expectations/compiler/integers/i128/operator_methods.out b/tests/expectations/compiler/integers/i128/operator_methods.out index 8e6ce77396..197febf51d 100644 --- a/tests/expectations/compiler/integers/i128/operator_methods.out +++ b/tests/expectations/compiler/integers/i128/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e116fb5a4b7f59388f0627230e720e88ecf04e5e73506be4b5f6be855a59f20c", type_checked_symbol_table = "8413ae27501661233e57dd8c74f57603980235c3ecdb86774949c70a433ff865", unrolled_symbol_table = "8413ae27501661233e57dd8c74f57603980235c3ecdb86774949c70a433ff865", initial_ast = "e7200c2783159f95825f4c782c0f16395f684b5fadf29853d69bb6c3b1e7f0a7", unrolled_ast = "e7200c2783159f95825f4c782c0f16395f684b5fadf29853d69bb6c3b1e7f0a7", ssa_ast = "5a08712fb7e153575ef5f2e870c33632eae472c2bd1bc30a96fb09afd1c7cbe2", flattened_ast = "5913f34241ce99c06a12c40d3ce9f1f7b52364820397b91cfdf2851ff015d559", destructured_ast = "50c07ff80b06b89bd4283961f54314d9ddc40a6d0aea97675fac3412d8063da4", inlined_ast = "50c07ff80b06b89bd4283961f54314d9ddc40a6d0aea97675fac3412d8063da4", dce_ast = "0e025972bbd618d52bdca021a50f5a3cd949bcae1100327fe645c0f981dec495", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/or.out b/tests/expectations/compiler/integers/i128/or.out index 9a7a734e44..de8f7a60f1 100644 --- a/tests/expectations/compiler/integers/i128/or.out +++ b/tests/expectations/compiler/integers/i128/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "78919e6578921ffa218740e345e4baed63a27d685f2fa1dbc1b1e579cf0ea411", unrolled_ast = "78919e6578921ffa218740e345e4baed63a27d685f2fa1dbc1b1e579cf0ea411", ssa_ast = "5ad943b23279ea25edc0ddf58fb553f83e7f648767dd09ed22413d89a4d68a61", flattened_ast = "79657df1a9610f5a711d553b9fe2e165ed2127cbd09b8c9a2d4edcac6bc99524", destructured_ast = "6d57ec018d170d14bb56314ac05d00d7331d4a6a8bb8613169d23dd491abdc22", inlined_ast = "6d57ec018d170d14bb56314ac05d00d7331d4a6a8bb8613169d23dd491abdc22", dce_ast = "6d57ec018d170d14bb56314ac05d00d7331d4a6a8bb8613169d23dd491abdc22", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/pow.out b/tests/expectations/compiler/integers/i128/pow.out index 6aef3b76b0..f01eb67f2c 100644 --- a/tests/expectations/compiler/integers/i128/pow.out +++ b/tests/expectations/compiler/integers/i128/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "961bfb743525019a76e6dffd174a840fc06ef26454ae0f40957be24253af5e46", unrolled_ast = "961bfb743525019a76e6dffd174a840fc06ef26454ae0f40957be24253af5e46", ssa_ast = "146306f6f05eded52b192b9bfee4b86825ae855b719505a28bd15eba8590aa44", flattened_ast = "6eb70dfca778f3c552a2f841f86d669fb84babacb22b31aea760170d9a7f5b58", destructured_ast = "5baa97fd15783a0725b26a7227550130ba7116f1bfef909aa88c69250b6033e3", inlined_ast = "5baa97fd15783a0725b26a7227550130ba7116f1bfef909aa88c69250b6033e3", dce_ast = "5baa97fd15783a0725b26a7227550130ba7116f1bfef909aa88c69250b6033e3", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/rem.out b/tests/expectations/compiler/integers/i128/rem.out index 3b19906d1a..4b4832bd9b 100644 --- a/tests/expectations/compiler/integers/i128/rem.out +++ b/tests/expectations/compiler/integers/i128/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "cf41bc02e3e09ef39d1923fa0f21efdba0d5345a52637b9c66c4b82f78dda181", unrolled_ast = "cf41bc02e3e09ef39d1923fa0f21efdba0d5345a52637b9c66c4b82f78dda181", ssa_ast = "0423308918cd8a3aa5a15bb008bee3c3e5c982250fe43ce6bd66ba168ebfd5d3", flattened_ast = "c4f52f094312b0ade04c0302d4d8333f4184c11c4e2375870315eacfd1609dba", destructured_ast = "f930a97c73c41d7bd3ba28dd6df0d45fdbac3f62e6d58fdc3982605b413407e5", inlined_ast = "f930a97c73c41d7bd3ba28dd6df0d45fdbac3f62e6d58fdc3982605b413407e5", dce_ast = "f930a97c73c41d7bd3ba28dd6df0d45fdbac3f62e6d58fdc3982605b413407e5", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/shl.out b/tests/expectations/compiler/integers/i128/shl.out index 38daab6041..d6c72e6d38 100644 --- a/tests/expectations/compiler/integers/i128/shl.out +++ b/tests/expectations/compiler/integers/i128/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "4e22d0070d5ef054960290bf20bbe677532b7cd29656da2416cbb9ad29e4f28d", unrolled_ast = "4e22d0070d5ef054960290bf20bbe677532b7cd29656da2416cbb9ad29e4f28d", ssa_ast = "3e1857f5b77ed36a8d7d514899b278d17887cc0229061bbb36918ba1ca321c67", flattened_ast = "a367d58b22397aadf2a9b50176228388cd5e995ec76e1df1721d1f268cccb767", destructured_ast = "3dbe369a7480aa6dbf84ec742b034165f42586ab39f2395c4663e1aa2bde69e6", inlined_ast = "3dbe369a7480aa6dbf84ec742b034165f42586ab39f2395c4663e1aa2bde69e6", dce_ast = "3dbe369a7480aa6dbf84ec742b034165f42586ab39f2395c4663e1aa2bde69e6", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/shr.out b/tests/expectations/compiler/integers/i128/shr.out index f0b25b8af7..0367ab62f3 100644 --- a/tests/expectations/compiler/integers/i128/shr.out +++ b/tests/expectations/compiler/integers/i128/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "e033f6264d689a5c7b3d109a4e7bd1c3d2f9dfd9a86712b5cbc709ae5e63db6a", unrolled_ast = "e033f6264d689a5c7b3d109a4e7bd1c3d2f9dfd9a86712b5cbc709ae5e63db6a", ssa_ast = "a077a00172d25a11c338ef2be947723ebc4cc44f37486b2cbfe7e5e13b830894", flattened_ast = "d4acea907a937b5cc361d247b9ac88b467f180108ce51cb46fbc0307ca4165f8", destructured_ast = "45261ddd17313128be562a27978b2481ba390079b79e010671549f13f1d2f2b2", inlined_ast = "45261ddd17313128be562a27978b2481ba390079b79e010671549f13f1d2f2b2", dce_ast = "45261ddd17313128be562a27978b2481ba390079b79e010671549f13f1d2f2b2", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/sub.out b/tests/expectations/compiler/integers/i128/sub.out index d175ad1ec2..a712613a3b 100644 --- a/tests/expectations/compiler/integers/i128/sub.out +++ b/tests/expectations/compiler/integers/i128/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ed68e1a27ce8421017d6a9ee6d23e2e9cb5c7fbad80c6c27d0878ae4c420d366", type_checked_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", unrolled_symbol_table = "49b912a7c0bbe948c6c049b6e56d90aeb245cdd80d17105302c68a66bea4bd01", initial_ast = "366d4b0df2cf6d2263b2fd00b3113becf91de4616e8bf5f86684454bebb2cff2", unrolled_ast = "366d4b0df2cf6d2263b2fd00b3113becf91de4616e8bf5f86684454bebb2cff2", ssa_ast = "452a3ded08bdc82a4137f6c83de0d686f794d2628c2f08b8c59570531fbd175c", flattened_ast = "a6787b875bc922630b77f26b2dec98af36ed818d825c4eafff0b00bfacead1dc", destructured_ast = "076206dd1b4a83be588251a571ec952d8ba5771da531a287fe56d36e1dca5e02", inlined_ast = "076206dd1b4a83be588251a571ec952d8ba5771da531a287fe56d36e1dca5e02", dce_ast = "076206dd1b4a83be588251a571ec952d8ba5771da531a287fe56d36e1dca5e02", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/ternary.out b/tests/expectations/compiler/integers/i128/ternary.out index daedd8fcd1..6c05894f66 100644 --- a/tests/expectations/compiler/integers/i128/ternary.out +++ b/tests/expectations/compiler/integers/i128/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "acbedd59b5575955dd3e57c00324a9e42deb95c8c2734a29945bf9e2d1926e73", type_checked_symbol_table = "2b5d52c6c048a69f9d65cc5139276af72ef27e5d6524255fafe3465c247197d6", unrolled_symbol_table = "2b5d52c6c048a69f9d65cc5139276af72ef27e5d6524255fafe3465c247197d6", initial_ast = "ed5862f46b7b3ef3addca4454ba225646fd1d9cc800a5a4f8d585d631d9d36f6", unrolled_ast = "ed5862f46b7b3ef3addca4454ba225646fd1d9cc800a5a4f8d585d631d9d36f6", ssa_ast = "17e1a255732c391dfff6fa4fd03f076cef97983916d270fece8cb17fb7bcdfb8", flattened_ast = "79798fc4c657bf4b1f316db4fc70e3be0fef1add5157f39a97bc89abb16c1ae5", destructured_ast = "72361c470c5bacf68944f864aa46d0a26eacecf977d4e3ffaec18f3ad6a58ae9", inlined_ast = "72361c470c5bacf68944f864aa46d0a26eacecf977d4e3ffaec18f3ad6a58ae9", dce_ast = "72361c470c5bacf68944f864aa46d0a26eacecf977d4e3ffaec18f3ad6a58ae9", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i128/xor.out b/tests/expectations/compiler/integers/i128/xor.out index 9a4d881c5c..faeb10b6df 100644 --- a/tests/expectations/compiler/integers/i128/xor.out +++ b/tests/expectations/compiler/integers/i128/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b507044a654db0c30b45b373e38fa3e58e04ee5d435c1ceeba2dd237828a158a", type_checked_symbol_table = "817f9f9f80502582ed47ad3c2fb0e05a56c4542c965c8d66278b23df159d038e", unrolled_symbol_table = "817f9f9f80502582ed47ad3c2fb0e05a56c4542c965c8d66278b23df159d038e", initial_ast = "9e76917851d61af22d72f51a13eecddee12d361f36b5f732cf7a89ee77aac079", unrolled_ast = "9e76917851d61af22d72f51a13eecddee12d361f36b5f732cf7a89ee77aac079", ssa_ast = "acbfeb5f768f531964b2114a7c06ff4e5cbcfa04b9c04a271911a32132f523a4", flattened_ast = "81128b2004af5b82555f63a1b3cb5a8a0be8a827140b0288d5e683f2b60e5ff7", destructured_ast = "41ecb7c203f73526315a53f4378c30b97a20bb9b37dc9ea0d74f766ed21617f5", inlined_ast = "41ecb7c203f73526315a53f4378c30b97a20bb9b37dc9ea0d74f766ed21617f5", dce_ast = "41ecb7c203f73526315a53f4378c30b97a20bb9b37dc9ea0d74f766ed21617f5", bytecode = """ program test.aleo; - - function main: input r0 as i128.private; input r1 as i128.private; diff --git a/tests/expectations/compiler/integers/i16/add.out b/tests/expectations/compiler/integers/i16/add.out index 3f8d246e76..264340dbdb 100644 --- a/tests/expectations/compiler/integers/i16/add.out +++ b/tests/expectations/compiler/integers/i16/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "6c8f47e04135bd9001ca9fa0c9792f0fe56619f6610c7389ab61ced60c0cd272", unrolled_ast = "6c8f47e04135bd9001ca9fa0c9792f0fe56619f6610c7389ab61ced60c0cd272", ssa_ast = "f71009ea8a0fae7bd9a28b477e02df08ff3cfa479b7f81e2f0b63f0100ce3d96", flattened_ast = "d2f11e953067d8bbaaea97bf495dc461a0368f4ec56f61e9d76bff9e5a919002", destructured_ast = "d8eb9c9c0b0518732dc15bf2dd812e6b71b16af1a19e98abe5bdaf642274642f", inlined_ast = "d8eb9c9c0b0518732dc15bf2dd812e6b71b16af1a19e98abe5bdaf642274642f", dce_ast = "d8eb9c9c0b0518732dc15bf2dd812e6b71b16af1a19e98abe5bdaf642274642f", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/and.out b/tests/expectations/compiler/integers/i16/and.out index 7a406ef76f..cd092ef6d9 100644 --- a/tests/expectations/compiler/integers/i16/and.out +++ b/tests/expectations/compiler/integers/i16/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "7e0064f246356a7ff33274423620c3f47ae369132d440b4c34c9beb2a526bd7f", unrolled_ast = "7e0064f246356a7ff33274423620c3f47ae369132d440b4c34c9beb2a526bd7f", ssa_ast = "3cf17e37c8b7809f7201c566404da558ff53211bd67bcefd7a9410626d6c13d3", flattened_ast = "d050c38ea3e92aa63b796eb0317f920753fbb0de6bd3755a2cb651d8d8f0366d", destructured_ast = "236aabb1766a47171bbe9cff06db9414d820d183480a30a9b32232b0fb2f4cf5", inlined_ast = "236aabb1766a47171bbe9cff06db9414d820d183480a30a9b32232b0fb2f4cf5", dce_ast = "236aabb1766a47171bbe9cff06db9414d820d183480a30a9b32232b0fb2f4cf5", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/console_assert.out b/tests/expectations/compiler/integers/i16/console_assert.out index d83b22d33c..fea32af755 100644 --- a/tests/expectations/compiler/integers/i16/console_assert.out +++ b/tests/expectations/compiler/integers/i16/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "db67403754f14b3ef4395457b82051ceeea57cf62bee53ae09126dbca5992143", type_checked_symbol_table = "201e986733822a2677f3fb2ee0b23fef68fbc575a640a9543dbf8849ac08ab4c", unrolled_symbol_table = "201e986733822a2677f3fb2ee0b23fef68fbc575a640a9543dbf8849ac08ab4c", initial_ast = "bdee36b9cbe57911a877087f4eeadfa83c953154bd8e41a76262bbf7d32beb2d", unrolled_ast = "bdee36b9cbe57911a877087f4eeadfa83c953154bd8e41a76262bbf7d32beb2d", ssa_ast = "5ab1d2a184285e2cc6a67587bc6b59ad0f6a94492602a6c47a2c870e09b1dcd0", flattened_ast = "51b1dfa630ccfe91d0b4338352400c2817e4ec97d13cebd011b8f8df53dae9b6", destructured_ast = "bab98c5e44163a1309917bea9ccaf9e8f4cddd02580d5abcb76bbe17b64aaa2f", inlined_ast = "bab98c5e44163a1309917bea9ccaf9e8f4cddd02580d5abcb76bbe17b64aaa2f", dce_ast = "bab98c5e44163a1309917bea9ccaf9e8f4cddd02580d5abcb76bbe17b64aaa2f", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/div.out b/tests/expectations/compiler/integers/i16/div.out index 03df2812bc..a847ff1d41 100644 --- a/tests/expectations/compiler/integers/i16/div.out +++ b/tests/expectations/compiler/integers/i16/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "038f29d9bd864f7ba4fdf5b8816c65608f6cad0a666aa5c0e1b677fec0b43d4a", unrolled_ast = "038f29d9bd864f7ba4fdf5b8816c65608f6cad0a666aa5c0e1b677fec0b43d4a", ssa_ast = "ed5404d130ae5bf4e1135fc198fcda42ac055f1b42648c9ee7f0bb5f118c091e", flattened_ast = "9cd3c3ef2cff9ad4b503775bcec497a86dd3d2d0733751e413e2bf2578220953", destructured_ast = "a1f15537cbd436509d0f7042e2a300b733d0abd36323a1595dfe3a6b294816f8", inlined_ast = "a1f15537cbd436509d0f7042e2a300b733d0abd36323a1595dfe3a6b294816f8", dce_ast = "a1f15537cbd436509d0f7042e2a300b733d0abd36323a1595dfe3a6b294816f8", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/eq.out b/tests/expectations/compiler/integers/i16/eq.out index 3e8f984450..7639b312af 100644 --- a/tests/expectations/compiler/integers/i16/eq.out +++ b/tests/expectations/compiler/integers/i16/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5df2ffe594181b9cc0903c90708400e008e6b311701d2436476b779ba61c1d23", type_checked_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", unrolled_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", initial_ast = "9d60d2c086520f8391b0c7374d30cd11cc30acd9a2a49f35bf52e89c4be0674d", unrolled_ast = "9d60d2c086520f8391b0c7374d30cd11cc30acd9a2a49f35bf52e89c4be0674d", ssa_ast = "cf36eb27361ccc7f9d18f6feb1f43a2cb3011a32f016663bbb8efd501781cef5", flattened_ast = "d40b7e818e541c629e462b845fabd0505036172f082c2787794b7d25c16e57c5", destructured_ast = "8d726ce0ff0543d808751f23cd0ace00df543021fb1a76286f8d062c52a57cc7", inlined_ast = "8d726ce0ff0543d808751f23cd0ace00df543021fb1a76286f8d062c52a57cc7", dce_ast = "8d726ce0ff0543d808751f23cd0ace00df543021fb1a76286f8d062c52a57cc7", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/ge.out b/tests/expectations/compiler/integers/i16/ge.out index 80628332f2..b0c96410ee 100644 --- a/tests/expectations/compiler/integers/i16/ge.out +++ b/tests/expectations/compiler/integers/i16/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5df2ffe594181b9cc0903c90708400e008e6b311701d2436476b779ba61c1d23", type_checked_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", unrolled_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", initial_ast = "45987607ac9573cd3cc792bf37953df05191898c6417af32467bbd19836447f3", unrolled_ast = "45987607ac9573cd3cc792bf37953df05191898c6417af32467bbd19836447f3", ssa_ast = "9e4dca84f1c7bc06e7e2f432119bc4a742137b0756da6d628c12a93880dcebef", flattened_ast = "423022ef7438e119cb9f85504614f2806aaff9397b9f5bee728a5e53ce7604d6", destructured_ast = "c88b48861a55431b7e0a4bb67c3926771fdede703bc1f654662b5b50ebd51b16", inlined_ast = "c88b48861a55431b7e0a4bb67c3926771fdede703bc1f654662b5b50ebd51b16", dce_ast = "c88b48861a55431b7e0a4bb67c3926771fdede703bc1f654662b5b50ebd51b16", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/gt.out b/tests/expectations/compiler/integers/i16/gt.out index 073e13bdf0..92bade92f1 100644 --- a/tests/expectations/compiler/integers/i16/gt.out +++ b/tests/expectations/compiler/integers/i16/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5df2ffe594181b9cc0903c90708400e008e6b311701d2436476b779ba61c1d23", type_checked_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", unrolled_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", initial_ast = "a3d6d06d64f87e9100c2c29ff404d80f18fa35227f989ebfebaf6bd565539d8d", unrolled_ast = "a3d6d06d64f87e9100c2c29ff404d80f18fa35227f989ebfebaf6bd565539d8d", ssa_ast = "d343b1ed12fde8c888e41213991b6eed7814058f702efd82af14144ef7c48e44", flattened_ast = "708abf5b9aced79c5f41ee88114ea5b11895cd0335c979853ecb7ba1c2878ca4", destructured_ast = "65f104dc0166e5e037a71ca5039369c87a383af76bb07e24a77aafabe41aac5c", inlined_ast = "65f104dc0166e5e037a71ca5039369c87a383af76bb07e24a77aafabe41aac5c", dce_ast = "65f104dc0166e5e037a71ca5039369c87a383af76bb07e24a77aafabe41aac5c", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/hex_and_bin.out b/tests/expectations/compiler/integers/i16/hex_and_bin.out index 009cb6dc30..284cfc2539 100644 --- a/tests/expectations/compiler/integers/i16/hex_and_bin.out +++ b/tests/expectations/compiler/integers/i16/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "29029f1a16e25967a35a6ed07eb857a7a14c2aff01cbe5cc53065fb37de75e33", type_checked_symbol_table = "b18c7816d649a45de2cb8867c4d7f791b48da710b8a68be9ad2e81a8acebbf09", unrolled_symbol_table = "b18c7816d649a45de2cb8867c4d7f791b48da710b8a68be9ad2e81a8acebbf09", initial_ast = "40da0941a9022d4da4860586a31ab26d1062f58eb5c254a8729160cc34d62f30", unrolled_ast = "40da0941a9022d4da4860586a31ab26d1062f58eb5c254a8729160cc34d62f30", ssa_ast = "10914c235af1410bcc77ba6b7ef1378d414b655086650d6b6814b5adfa29cb17", flattened_ast = "042a582d89960ccf8683decbf3a0b3b44c66d53f8922ef878ae83317c16eb777", destructured_ast = "f9434ee8cb2104ba7085d97a57f5e9ff6c25a30064fb1b7cfebcd6c1726b54d6", inlined_ast = "f9434ee8cb2104ba7085d97a57f5e9ff6c25a30064fb1b7cfebcd6c1726b54d6", dce_ast = "f9434ee8cb2104ba7085d97a57f5e9ff6c25a30064fb1b7cfebcd6c1726b54d6", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/le.out b/tests/expectations/compiler/integers/i16/le.out index d5c520c9be..81b027bde2 100644 --- a/tests/expectations/compiler/integers/i16/le.out +++ b/tests/expectations/compiler/integers/i16/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5df2ffe594181b9cc0903c90708400e008e6b311701d2436476b779ba61c1d23", type_checked_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", unrolled_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", initial_ast = "01f6e6d33ad437e8b6fb4ce0dff5c514e3171533e64a52ad177408705006e892", unrolled_ast = "01f6e6d33ad437e8b6fb4ce0dff5c514e3171533e64a52ad177408705006e892", ssa_ast = "9a7d0212c75fa433a90af18edd4a5dbb1c4a8f6bf2cc259c2f9b492ecdf4354b", flattened_ast = "10a0d660647a6ff40cac8df4a1815b1e53755480603bf11c8de1a7f8e72e89ab", destructured_ast = "b017320038799ac1eee8d3d21424e61350093eb48a9f46a14cc0b181c21c62f8", inlined_ast = "b017320038799ac1eee8d3d21424e61350093eb48a9f46a14cc0b181c21c62f8", dce_ast = "b017320038799ac1eee8d3d21424e61350093eb48a9f46a14cc0b181c21c62f8", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/lt.out b/tests/expectations/compiler/integers/i16/lt.out index 2c61503e07..0f257a0fe9 100644 --- a/tests/expectations/compiler/integers/i16/lt.out +++ b/tests/expectations/compiler/integers/i16/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5df2ffe594181b9cc0903c90708400e008e6b311701d2436476b779ba61c1d23", type_checked_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", unrolled_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", initial_ast = "0422a0f0a4dc555e53af34cda3cf096e578d2bf3159b93bac928938695f869ce", unrolled_ast = "0422a0f0a4dc555e53af34cda3cf096e578d2bf3159b93bac928938695f869ce", ssa_ast = "32be361ea64b6ac8c2d2f67c4d00d9c74f8f65e4667a1e238b38441b57d067e8", flattened_ast = "b55b15c0327af13788356383bec2a16488af78c7604ce7d22ba9c2e4fc3a5200", destructured_ast = "8f44e3696dabbb42c522c3e5de6e5a6f606a7c569a4569382c1e68bf999c1080", inlined_ast = "8f44e3696dabbb42c522c3e5de6e5a6f606a7c569a4569382c1e68bf999c1080", dce_ast = "8f44e3696dabbb42c522c3e5de6e5a6f606a7c569a4569382c1e68bf999c1080", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/max.out b/tests/expectations/compiler/integers/i16/max.out index 2b9ec4487e..ab5b8ca7b3 100644 --- a/tests/expectations/compiler/integers/i16/max.out +++ b/tests/expectations/compiler/integers/i16/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d47aa228cf5afeb1a4b11a842278aa70b8a72e1bae896afaf92aeb43b7c7f591", type_checked_symbol_table = "b0ea0a68e00ce7191185bf0abcaf4d4f143f236d27413b71220b76915ca3061f", unrolled_symbol_table = "b0ea0a68e00ce7191185bf0abcaf4d4f143f236d27413b71220b76915ca3061f", initial_ast = "2259743a46d3ea04db7e76df9460ced1999fd2a1e3d7edfb6cc511af5d2408a5", unrolled_ast = "2259743a46d3ea04db7e76df9460ced1999fd2a1e3d7edfb6cc511af5d2408a5", ssa_ast = "db4dd33512c7a427af08beb26d3fd65427f11f211bd0348c8b98e336df53d206", flattened_ast = "dfe4b31e00a15032fa75f0a29d22d6d93344b3bf7d102274ccddfd15628eeb26", destructured_ast = "319ea3581116c393dc0ae8bbd39809b64eee4e217d0ed32d02a10b897c45c438", inlined_ast = "319ea3581116c393dc0ae8bbd39809b64eee4e217d0ed32d02a10b897c45c438", dce_ast = "319ea3581116c393dc0ae8bbd39809b64eee4e217d0ed32d02a10b897c45c438", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; sub 32767i16 r0 into r1; diff --git a/tests/expectations/compiler/integers/i16/min.out b/tests/expectations/compiler/integers/i16/min.out index 18b16e1032..e206a56318 100644 --- a/tests/expectations/compiler/integers/i16/min.out +++ b/tests/expectations/compiler/integers/i16/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d47aa228cf5afeb1a4b11a842278aa70b8a72e1bae896afaf92aeb43b7c7f591", type_checked_symbol_table = "b0ea0a68e00ce7191185bf0abcaf4d4f143f236d27413b71220b76915ca3061f", unrolled_symbol_table = "b0ea0a68e00ce7191185bf0abcaf4d4f143f236d27413b71220b76915ca3061f", initial_ast = "7738d7689916c25d785448f4b3ee0a5351fed9444ae7d56acb6b634b51cfb2e4", unrolled_ast = "7738d7689916c25d785448f4b3ee0a5351fed9444ae7d56acb6b634b51cfb2e4", ssa_ast = "f8499bd22ee01e6da2208cf543c9bd6202d2be17ae2c7245a82ebf2f55fe121b", flattened_ast = "81080692d927e37301b2666e4060cdbe4e7c2a21689fa661e75dde03ccc9a044", destructured_ast = "491168a3ff75b71acc86d7387f460800f8001bac753b4ace745bedcfc044c2a3", inlined_ast = "491168a3ff75b71acc86d7387f460800f8001bac753b4ace745bedcfc044c2a3", dce_ast = "491168a3ff75b71acc86d7387f460800f8001bac753b4ace745bedcfc044c2a3", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; sub -32767i16 r0 into r1; diff --git a/tests/expectations/compiler/integers/i16/min_fail.out b/tests/expectations/compiler/integers/i16/min_fail.out index 264e61696d..bb2bcc2ca8 100644 --- a/tests/expectations/compiler/integers/i16/min_fail.out +++ b/tests/expectations/compiler/integers/i16/min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "853b33211f8e951b0e64fc7b68f80bcf40f4c37d14fdcf796e163bf0a4d6e718", type_checked_symbol_table = "908930ca10f04f68689ac78dd301a5752ab330a9cb5eef7b65df416f5dcc2eb5", unrolled_symbol_table = "908930ca10f04f68689ac78dd301a5752ab330a9cb5eef7b65df416f5dcc2eb5", initial_ast = "b9547796a72872467fcf1dc23cb7fab9faa3384f82ecddbfc652fc37602ba2f5", unrolled_ast = "b9547796a72872467fcf1dc23cb7fab9faa3384f82ecddbfc652fc37602ba2f5", ssa_ast = "2d5267193d78ca01d95362840d84052f846c16c287a6ffb405c4e4b1a31f744f", flattened_ast = "c71c8899a4a2000b54e348eac03181f96e25fceb6a05b1e7fee5acec38e25835", destructured_ast = "01402129008422974cb9a1561be70439e751f9a4f1623fa986e8c7100980f2b3", inlined_ast = "01402129008422974cb9a1561be70439e751f9a4f1623fa986e8c7100980f2b3", dce_ast = "01402129008422974cb9a1561be70439e751f9a4f1623fa986e8c7100980f2b3", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; sub -32767i16 2i16 into r1; diff --git a/tests/expectations/compiler/integers/i16/mul.out b/tests/expectations/compiler/integers/i16/mul.out index 6df794a60f..38e7cd487f 100644 --- a/tests/expectations/compiler/integers/i16/mul.out +++ b/tests/expectations/compiler/integers/i16/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "149bcc4b503fba9ff3e58c922b457b8210ffbe0e6fba7d8d0fed366899a239fc", unrolled_ast = "149bcc4b503fba9ff3e58c922b457b8210ffbe0e6fba7d8d0fed366899a239fc", ssa_ast = "160c673ad78b1e9743597edf8051a9a968236481b9b353dfae1d476577eebd9a", flattened_ast = "bd5667189055bc254b8258a25cf3eeda3d9a8e3a3c5597ecd86c8f28c22381ce", destructured_ast = "9032d993512e7cb4534820dfbadc5e8eb5cfe840acd9897269575ad199f381e0", inlined_ast = "9032d993512e7cb4534820dfbadc5e8eb5cfe840acd9897269575ad199f381e0", dce_ast = "9032d993512e7cb4534820dfbadc5e8eb5cfe840acd9897269575ad199f381e0", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/ne.out b/tests/expectations/compiler/integers/i16/ne.out index f9ac451ca4..78096912b1 100644 --- a/tests/expectations/compiler/integers/i16/ne.out +++ b/tests/expectations/compiler/integers/i16/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5df2ffe594181b9cc0903c90708400e008e6b311701d2436476b779ba61c1d23", type_checked_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", unrolled_symbol_table = "458c03a73ef827a1e9430685e8ffd7bce7606cce8e984d1eb5d4ed7a0510850d", initial_ast = "7962efcc973c9f81ff4f4d53e99fd7287233d96e5d038a1e817a5b683258015a", unrolled_ast = "7962efcc973c9f81ff4f4d53e99fd7287233d96e5d038a1e817a5b683258015a", ssa_ast = "c0e6f90c44da98fef1c04a2ca2215dd7e718f8697c25d35e02eabb6c7ea14465", flattened_ast = "03be2b9a03f30c2eec9bf2536e155a6e2635469ee9fe4ba85f37dd6d6840b163", destructured_ast = "2a28520a17ab169249e2f7b46ded8514cf9034cc789cab0d3915ee2c2211eb28", inlined_ast = "2a28520a17ab169249e2f7b46ded8514cf9034cc789cab0d3915ee2c2211eb28", dce_ast = "2a28520a17ab169249e2f7b46ded8514cf9034cc789cab0d3915ee2c2211eb28", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/negate.out b/tests/expectations/compiler/integers/i16/negate.out index 00d73e2d7c..ac01ba917f 100644 --- a/tests/expectations/compiler/integers/i16/negate.out +++ b/tests/expectations/compiler/integers/i16/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "db67403754f14b3ef4395457b82051ceeea57cf62bee53ae09126dbca5992143", type_checked_symbol_table = "72c0ebfb2bd3ca4aa7e9b874e6e503fd4a60c7df86a3b7d93efab8c24b334ad6", unrolled_symbol_table = "72c0ebfb2bd3ca4aa7e9b874e6e503fd4a60c7df86a3b7d93efab8c24b334ad6", initial_ast = "19c3003aa7806c3901198f5ff002a0a2d4b25903d1031d6433f24ca643868872", unrolled_ast = "19c3003aa7806c3901198f5ff002a0a2d4b25903d1031d6433f24ca643868872", ssa_ast = "415a2c2d597270ac91f4d6f37a36b8edf5b1ed8be72068e90bf53a26d94c6ad3", flattened_ast = "740041a346ea9666e5104166eb87435ac1471179f3f428b3e3b592af4807c4d7", destructured_ast = "5d67eefaf8bda85fdf59263cc3b78b8428cd7f7d1bc6a461728f99690c968bb3", inlined_ast = "5d67eefaf8bda85fdf59263cc3b78b8428cd7f7d1bc6a461728f99690c968bb3", dce_ast = "5d67eefaf8bda85fdf59263cc3b78b8428cd7f7d1bc6a461728f99690c968bb3", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/negate_min_fail.out b/tests/expectations/compiler/integers/i16/negate_min_fail.out index 24df831d12..87ce251e94 100644 --- a/tests/expectations/compiler/integers/i16/negate_min_fail.out +++ b/tests/expectations/compiler/integers/i16/negate_min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "853b33211f8e951b0e64fc7b68f80bcf40f4c37d14fdcf796e163bf0a4d6e718", type_checked_symbol_table = "908930ca10f04f68689ac78dd301a5752ab330a9cb5eef7b65df416f5dcc2eb5", unrolled_symbol_table = "908930ca10f04f68689ac78dd301a5752ab330a9cb5eef7b65df416f5dcc2eb5", initial_ast = "714efb95a1083e7f86bc44bb549290f8f42dfad5caa020e228a23cd820038773", unrolled_ast = "714efb95a1083e7f86bc44bb549290f8f42dfad5caa020e228a23cd820038773", ssa_ast = "4312012008bfd431feec056a18efe1bf1053ae3fbe55a30863d1846dc2e8a6a6", flattened_ast = "d4d1a2c0b7799d10df1036aae149fda4bb7b5a909150a24d48ae09b0e5639473", destructured_ast = "969d67a86b01949da6b350a43472be5eef917e3f0ad8b19761e53114833f3c67", inlined_ast = "969d67a86b01949da6b350a43472be5eef917e3f0ad8b19761e53114833f3c67", dce_ast = "969d67a86b01949da6b350a43472be5eef917e3f0ad8b19761e53114833f3c67", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg -32768i16 into r1; diff --git a/tests/expectations/compiler/integers/i16/negate_zero.out b/tests/expectations/compiler/integers/i16/negate_zero.out index 00953214c6..bbc67e5468 100644 --- a/tests/expectations/compiler/integers/i16/negate_zero.out +++ b/tests/expectations/compiler/integers/i16/negate_zero.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "d32263552cc0f624130ded165f96d938fa0933a1a1ff2dbc0057420c7fb8ca89", unrolled_symbol_table = "d32263552cc0f624130ded165f96d938fa0933a1a1ff2dbc0057420c7fb8ca89", initial_ast = "7028b71fb9f135d260859f39f9703e776ebd2a88bc98d18cc3133c596e8e1ca8", unrolled_ast = "7028b71fb9f135d260859f39f9703e776ebd2a88bc98d18cc3133c596e8e1ca8", ssa_ast = "d0e8a02c77d5ba131933d0cf93ae70bbfbc1e3b290fa842836221d8ce3de7743", flattened_ast = "289376e403ff4b94e4539312cbd03f89df34bac7fd268366a3775c0e41cfde53", destructured_ast = "0eee77a7699a4f5d9b675958a38d750ddad1c0243749ac83a814e67950985f5f", inlined_ast = "0eee77a7699a4f5d9b675958a38d750ddad1c0243749ac83a814e67950985f5f", dce_ast = "0eee77a7699a4f5d9b675958a38d750ddad1c0243749ac83a814e67950985f5f", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg 0i16 into r1; diff --git a/tests/expectations/compiler/integers/i16/operator_methods.out b/tests/expectations/compiler/integers/i16/operator_methods.out index 64ca000250..637e09cd8a 100644 --- a/tests/expectations/compiler/integers/i16/operator_methods.out +++ b/tests/expectations/compiler/integers/i16/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "db67403754f14b3ef4395457b82051ceeea57cf62bee53ae09126dbca5992143", type_checked_symbol_table = "e5c8c9e27f3e140cadc9ed7909b8063446fa83b6f7428a3ced72197943637a3a", unrolled_symbol_table = "e5c8c9e27f3e140cadc9ed7909b8063446fa83b6f7428a3ced72197943637a3a", initial_ast = "5341cd4af280073ce201f990517c6411545366b0f1be9680d5ca22f47fc582eb", unrolled_ast = "5341cd4af280073ce201f990517c6411545366b0f1be9680d5ca22f47fc582eb", ssa_ast = "fde89dfbffc96d97e4154c24167b9ae2e57feabe421a320d2cf6d7e716c3b27d", flattened_ast = "e709202124e35435409f2fb5667b77c3f88def8c2511a15abb5a613e8dae3e0a", destructured_ast = "30754422582fb2008bf80669dd4ffff0ad75abf37c701b4b3103ebf97dedaf7c", inlined_ast = "30754422582fb2008bf80669dd4ffff0ad75abf37c701b4b3103ebf97dedaf7c", dce_ast = "c3baefa1b4e4ef7a17f1382d03767e9895fc3e63f701442bdac209d0b47de477", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/or.out b/tests/expectations/compiler/integers/i16/or.out index 32d1ca75db..e20f929113 100644 --- a/tests/expectations/compiler/integers/i16/or.out +++ b/tests/expectations/compiler/integers/i16/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "84e2f08a54da3a6615a5a28000a9652a721a3d87b715807d3bd00d803848654b", unrolled_ast = "84e2f08a54da3a6615a5a28000a9652a721a3d87b715807d3bd00d803848654b", ssa_ast = "4a319970e8c0bed5a417837135e53cc73257083dc4dc579f6cb8663b23f7fa31", flattened_ast = "d589d1dd8ac18541bbb00050f30777aac25cb7be05826e28849b73256f246887", destructured_ast = "951f410ca1c91e60731c9e12de2a744e9bef1f2b2004f7d71cb238bcf274fa93", inlined_ast = "951f410ca1c91e60731c9e12de2a744e9bef1f2b2004f7d71cb238bcf274fa93", dce_ast = "951f410ca1c91e60731c9e12de2a744e9bef1f2b2004f7d71cb238bcf274fa93", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/pow.out b/tests/expectations/compiler/integers/i16/pow.out index 4aafce1931..b1e24c6dda 100644 --- a/tests/expectations/compiler/integers/i16/pow.out +++ b/tests/expectations/compiler/integers/i16/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "d6f2bdb563127e390170ef13b2a50bf7156d5d10b850525c1350db16e0d93bd9", unrolled_ast = "d6f2bdb563127e390170ef13b2a50bf7156d5d10b850525c1350db16e0d93bd9", ssa_ast = "4a084d423586810e375172414eb6e9671e7080cd1a628939feaf3f54ae8c7ae9", flattened_ast = "ff147245e6925e970af4ef63f8091a010dce9b6b195013da38951c77de859551", destructured_ast = "58c01b9e4cd4ddee735df2c9009114d3386dcfcdf5340159f6591e049078b773", inlined_ast = "58c01b9e4cd4ddee735df2c9009114d3386dcfcdf5340159f6591e049078b773", dce_ast = "58c01b9e4cd4ddee735df2c9009114d3386dcfcdf5340159f6591e049078b773", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/rem.out b/tests/expectations/compiler/integers/i16/rem.out index 9f2852c2ed..60e8f8a2f2 100644 --- a/tests/expectations/compiler/integers/i16/rem.out +++ b/tests/expectations/compiler/integers/i16/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "d4111e2554a96c365bb51eb7c7d700ff10cc361f604cd1780a35a6019d684aa4", unrolled_ast = "d4111e2554a96c365bb51eb7c7d700ff10cc361f604cd1780a35a6019d684aa4", ssa_ast = "13a9aa57a7630c2b06d428bf91364f01f01e12a020d22e52446d0d0a99f40dd3", flattened_ast = "5c5521d529ad4b82f2c961056292208270c9bd7b08f0d9d5ba85ca742c5fd7b7", destructured_ast = "1677b2698999286c2b47ec7500f434bddbd459d51b8ac72c41e74e4b1694754c", inlined_ast = "1677b2698999286c2b47ec7500f434bddbd459d51b8ac72c41e74e4b1694754c", dce_ast = "1677b2698999286c2b47ec7500f434bddbd459d51b8ac72c41e74e4b1694754c", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/shl.out b/tests/expectations/compiler/integers/i16/shl.out index cf0790e55f..6d02ba03b8 100644 --- a/tests/expectations/compiler/integers/i16/shl.out +++ b/tests/expectations/compiler/integers/i16/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "9741610ec7f5fbd044757469be98b5105d72f1a38cbdc7ee393e8a9940f662bd", unrolled_ast = "9741610ec7f5fbd044757469be98b5105d72f1a38cbdc7ee393e8a9940f662bd", ssa_ast = "25f8703e34a8bd0e480065a66a8cab504b02362b3884e6c1c9ce0bb934fe5e41", flattened_ast = "aceaeefa523b5c2de49d91b7d218f0afb4b3b5def9707716461cdd442fdebf16", destructured_ast = "0400dc36323284bbc129aa2a5f65322063c76fb116553ececf8adcf6180effad", inlined_ast = "0400dc36323284bbc129aa2a5f65322063c76fb116553ececf8adcf6180effad", dce_ast = "0400dc36323284bbc129aa2a5f65322063c76fb116553ececf8adcf6180effad", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/shr.out b/tests/expectations/compiler/integers/i16/shr.out index be3d35ebdf..e5d8b3596e 100644 --- a/tests/expectations/compiler/integers/i16/shr.out +++ b/tests/expectations/compiler/integers/i16/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "130e3a0d81d9f51b426a93bcca76d8936a3cc0e5b456c989f650750d1cb81980", unrolled_ast = "130e3a0d81d9f51b426a93bcca76d8936a3cc0e5b456c989f650750d1cb81980", ssa_ast = "14923d98a6596a92030a74f449b03f2ccf1256d71604426eabcf04c05d577720", flattened_ast = "6b720f037ed78f2d27521620a0b4eea03171b9c315a30c9c5fa7308ce514d980", destructured_ast = "ed0c0b716094d867efad87a81343f65526fdce500404bb8587188644645fb52f", inlined_ast = "ed0c0b716094d867efad87a81343f65526fdce500404bb8587188644645fb52f", dce_ast = "ed0c0b716094d867efad87a81343f65526fdce500404bb8587188644645fb52f", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/sub.out b/tests/expectations/compiler/integers/i16/sub.out index a6df2a8c49..0104eae33a 100644 --- a/tests/expectations/compiler/integers/i16/sub.out +++ b/tests/expectations/compiler/integers/i16/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e9e2bc945e5933b1790da2bce31724ec2e3587715c6dc34c540ffb046b3b297d", type_checked_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", unrolled_symbol_table = "28e164b8f42f236e120517dee666d13e33e5f10ccc491e1d344111539af7c5f0", initial_ast = "a51fbbeb392939ca7c460c2aa394d1e1f8aae25ee359d1a6fdaceaa53997f5c9", unrolled_ast = "a51fbbeb392939ca7c460c2aa394d1e1f8aae25ee359d1a6fdaceaa53997f5c9", ssa_ast = "e46167198f67124edfa8e5f577a390cef4148c743cd62c2b49c9f65f79277ca0", flattened_ast = "80f2a6674f59707ee2623306ff5ce0dd8fbdc3da0a2a83d217eddf4be7c2febe", destructured_ast = "5e99655c6b67404a7e7903f587121b922211731223d601b9bd288eaced55b040", inlined_ast = "5e99655c6b67404a7e7903f587121b922211731223d601b9bd288eaced55b040", dce_ast = "5e99655c6b67404a7e7903f587121b922211731223d601b9bd288eaced55b040", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/ternary.out b/tests/expectations/compiler/integers/i16/ternary.out index 12346548da..7e78352802 100644 --- a/tests/expectations/compiler/integers/i16/ternary.out +++ b/tests/expectations/compiler/integers/i16/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9cd4e4875276e75cac91418bd801624910ae6e4e3ff74e01a3a9978093d1ac98", type_checked_symbol_table = "82f93260d58ee317907342045650f9a354799b9f11a0ef65cfc0b70f5dcc9d2f", unrolled_symbol_table = "82f93260d58ee317907342045650f9a354799b9f11a0ef65cfc0b70f5dcc9d2f", initial_ast = "ca0c72396db5c2ab00f6d0cc4f9263f52eab377e99de3d30324c299de23be7b4", unrolled_ast = "ca0c72396db5c2ab00f6d0cc4f9263f52eab377e99de3d30324c299de23be7b4", ssa_ast = "bec1b099e818a8c09554c2d1c6864b72687d56fe36cda7e40ad32e258e5d408b", flattened_ast = "d50fa16894f625dd7b1aacc7ac2c4170ed24acaf5daace3044205ce3f6af1118", destructured_ast = "89b13a4d6bc836c3e68cc4eff8a0a1b73e117ef39a2f9cc11527303de2b5b326", inlined_ast = "89b13a4d6bc836c3e68cc4eff8a0a1b73e117ef39a2f9cc11527303de2b5b326", dce_ast = "89b13a4d6bc836c3e68cc4eff8a0a1b73e117ef39a2f9cc11527303de2b5b326", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i16/xor.out b/tests/expectations/compiler/integers/i16/xor.out index 42a70348e9..c82ba4bba2 100644 --- a/tests/expectations/compiler/integers/i16/xor.out +++ b/tests/expectations/compiler/integers/i16/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ad2b082c26499314be59b13e61a1ba499b5c10275644008b26255b2f76b28c07", type_checked_symbol_table = "bd76b2560d8440d6b8a8416b24f87c4d42985004fe6897a46ab6f85de3d6bc77", unrolled_symbol_table = "bd76b2560d8440d6b8a8416b24f87c4d42985004fe6897a46ab6f85de3d6bc77", initial_ast = "f8c94070818ce04a201efef13c19208168882cddc22a5f411f00421472d5754c", unrolled_ast = "f8c94070818ce04a201efef13c19208168882cddc22a5f411f00421472d5754c", ssa_ast = "bf6b460264a6871db8d170dd96e52976526b55abed4cb01dfd3809c3760cb84f", flattened_ast = "1f9ff93c34e2ff0e793e2c61ce3a447352cafc89c8d566af7a2a22c84edc4f34", destructured_ast = "34f21996615600121623d4cfb6663a83f251681b077b52f0d6eb67e0867de92e", inlined_ast = "34f21996615600121623d4cfb6663a83f251681b077b52f0d6eb67e0867de92e", dce_ast = "34f21996615600121623d4cfb6663a83f251681b077b52f0d6eb67e0867de92e", bytecode = """ program test.aleo; - - function main: input r0 as i16.private; input r1 as i16.private; diff --git a/tests/expectations/compiler/integers/i32/add.out b/tests/expectations/compiler/integers/i32/add.out index 60c6ad8b87..e710ecc22c 100644 --- a/tests/expectations/compiler/integers/i32/add.out +++ b/tests/expectations/compiler/integers/i32/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "c14c0d7eb4171b7798410f603e543dcbe8f5407aab137c4158f0d0ca356014cf", unrolled_ast = "c14c0d7eb4171b7798410f603e543dcbe8f5407aab137c4158f0d0ca356014cf", ssa_ast = "e216c8b4739f7f568eb1ff0238db7c02b058d5df2c1e09a6c9459b9d2d72aca5", flattened_ast = "45bb4bb53f6532dfa256a2ce7ca645979a7cfe23854b4bd77e00310d8131d30c", destructured_ast = "c76a34ffdc5bea23502da137cf751d95390d0a105db2082b97a053d0f5a767e6", inlined_ast = "c76a34ffdc5bea23502da137cf751d95390d0a105db2082b97a053d0f5a767e6", dce_ast = "c76a34ffdc5bea23502da137cf751d95390d0a105db2082b97a053d0f5a767e6", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/and.out b/tests/expectations/compiler/integers/i32/and.out index 2d0063f297..8f82393a6b 100644 --- a/tests/expectations/compiler/integers/i32/and.out +++ b/tests/expectations/compiler/integers/i32/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "9c76a63e38f630e4230e21833c4188d6e8b6c9f597d0ce8db4117cabe2f11e7c", unrolled_ast = "9c76a63e38f630e4230e21833c4188d6e8b6c9f597d0ce8db4117cabe2f11e7c", ssa_ast = "f68364b096fa8d84127d1fe65e90787daf8ba496d2eb31f106dc2afe2bd9a011", flattened_ast = "91742bb3d50e0436960f11a9dbcf33d10432d0ed59cde4e5992a5c47efcf3061", destructured_ast = "6f93397ecf611474c1023e621f37224cea0ecdd2e58aa7ac4ad0db631c6336a1", inlined_ast = "6f93397ecf611474c1023e621f37224cea0ecdd2e58aa7ac4ad0db631c6336a1", dce_ast = "6f93397ecf611474c1023e621f37224cea0ecdd2e58aa7ac4ad0db631c6336a1", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/console_assert.out b/tests/expectations/compiler/integers/i32/console_assert.out index 12d22d1e4c..245ff59701 100644 --- a/tests/expectations/compiler/integers/i32/console_assert.out +++ b/tests/expectations/compiler/integers/i32/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0802bf46b8d0e4c40fe3b491794e7413e9ff66a0b0d2abf321830355e4b0ef19", type_checked_symbol_table = "3dc20ccb47c855777ba239ea813806810f9d95abfc3564a4470c9d591782db42", unrolled_symbol_table = "3dc20ccb47c855777ba239ea813806810f9d95abfc3564a4470c9d591782db42", initial_ast = "d573b8cd6ae8a5242697a9e53a0a1dd714a00228a892dac459123011b1434d92", unrolled_ast = "d573b8cd6ae8a5242697a9e53a0a1dd714a00228a892dac459123011b1434d92", ssa_ast = "f97819ab4d51bd7f264bc9ac57501f09571e57f47d6c5c3db739fef24d227a33", flattened_ast = "56a418d0009ad0594726fa77691cfe55c0146a4d7453368cf0a54e9ce3b8d31b", destructured_ast = "8da2ef91eaf842c9ea0260177963bdb52b037e87ed0a97c1c2561e3e8aae47bd", inlined_ast = "8da2ef91eaf842c9ea0260177963bdb52b037e87ed0a97c1c2561e3e8aae47bd", dce_ast = "8da2ef91eaf842c9ea0260177963bdb52b037e87ed0a97c1c2561e3e8aae47bd", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/div.out b/tests/expectations/compiler/integers/i32/div.out index 6bc1fe8489..53b481a202 100644 --- a/tests/expectations/compiler/integers/i32/div.out +++ b/tests/expectations/compiler/integers/i32/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "96dff228d220f9ec7a7af88a5e2eb5896966528881eee10f4252f88e69ec114a", unrolled_ast = "96dff228d220f9ec7a7af88a5e2eb5896966528881eee10f4252f88e69ec114a", ssa_ast = "6c0eebf5c03a30327e43bc6036ab7310174afbf0928110bf7a907a123403c343", flattened_ast = "860e3fa1e3ed44496b8d448b9897e4571d4a8c306c9d18fe4be1e106d1c92d89", destructured_ast = "94387f2fd0f31ede28e39dfbc44837456d2296125a36ca1d80587891e9f3ae27", inlined_ast = "94387f2fd0f31ede28e39dfbc44837456d2296125a36ca1d80587891e9f3ae27", dce_ast = "94387f2fd0f31ede28e39dfbc44837456d2296125a36ca1d80587891e9f3ae27", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/eq.out b/tests/expectations/compiler/integers/i32/eq.out index 1afbdcc070..d7249bf9d7 100644 --- a/tests/expectations/compiler/integers/i32/eq.out +++ b/tests/expectations/compiler/integers/i32/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7947d04305c1d4860d137c7e868d1406c51f40b70c4badc5675b3cf7e0dce5ee", type_checked_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", unrolled_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", initial_ast = "7659ed20eb2fee9dc4935cb9e851405b731a2f3988f2b0e74834088aee9cede9", unrolled_ast = "7659ed20eb2fee9dc4935cb9e851405b731a2f3988f2b0e74834088aee9cede9", ssa_ast = "7ce698e9c41ef5829263615cc01049e036e5163e42af0a107d1dd2524bf32779", flattened_ast = "045d7ac7e2b492a5d185af57f2c65b1c15feb7a310f03fb14c4d0bf16800e27e", destructured_ast = "7ab6f164f2b026d1e4535d8b213ca361b1ca8d82d996a2a0e7db1ee3d483580c", inlined_ast = "7ab6f164f2b026d1e4535d8b213ca361b1ca8d82d996a2a0e7db1ee3d483580c", dce_ast = "7ab6f164f2b026d1e4535d8b213ca361b1ca8d82d996a2a0e7db1ee3d483580c", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/ge.out b/tests/expectations/compiler/integers/i32/ge.out index 5be494ea0f..e1a3561ee0 100644 --- a/tests/expectations/compiler/integers/i32/ge.out +++ b/tests/expectations/compiler/integers/i32/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7947d04305c1d4860d137c7e868d1406c51f40b70c4badc5675b3cf7e0dce5ee", type_checked_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", unrolled_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", initial_ast = "2c942f8b0e96f59c4a735db001bb7451dccb02d5a7806bbd1194f65a3da7289e", unrolled_ast = "2c942f8b0e96f59c4a735db001bb7451dccb02d5a7806bbd1194f65a3da7289e", ssa_ast = "3da1f6cde1a78cb33f124d16da7b34251fa64803410f85d844cc9846ab69dfcd", flattened_ast = "195e3b5e6234aa13ba6a7aa0f23b3a0b1cfefcfde5cd1744f2eaaa3b72426dd6", destructured_ast = "48f83eaa982f439d5d5855685c3b66950208fa67d77cfeff932f99dba0516887", inlined_ast = "48f83eaa982f439d5d5855685c3b66950208fa67d77cfeff932f99dba0516887", dce_ast = "48f83eaa982f439d5d5855685c3b66950208fa67d77cfeff932f99dba0516887", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/gt.out b/tests/expectations/compiler/integers/i32/gt.out index 2312cbae8b..b945145a6b 100644 --- a/tests/expectations/compiler/integers/i32/gt.out +++ b/tests/expectations/compiler/integers/i32/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7947d04305c1d4860d137c7e868d1406c51f40b70c4badc5675b3cf7e0dce5ee", type_checked_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", unrolled_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", initial_ast = "b9c5c190778be0545a4cf9199a31cdd73a7503a58d056a108072bc5b383857c5", unrolled_ast = "b9c5c190778be0545a4cf9199a31cdd73a7503a58d056a108072bc5b383857c5", ssa_ast = "409246088010a03ecaf951efc555155f02590d688431339aba27b631919e4638", flattened_ast = "1151cd5bdc59c71817d2e87bfff873d0a62bd3850134bc16d210b085c171d743", destructured_ast = "ac2e2dd75d61334004a92f14f1bb866c4343febd152795cf7eeb857970b3ddac", inlined_ast = "ac2e2dd75d61334004a92f14f1bb866c4343febd152795cf7eeb857970b3ddac", dce_ast = "ac2e2dd75d61334004a92f14f1bb866c4343febd152795cf7eeb857970b3ddac", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/hex_and_bin.out b/tests/expectations/compiler/integers/i32/hex_and_bin.out index b065af5af6..e4ffb5376f 100644 --- a/tests/expectations/compiler/integers/i32/hex_and_bin.out +++ b/tests/expectations/compiler/integers/i32/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64448615fb54198853ec0db1342703f538e30c529c17dc1de8ce21e73cb9aec0", type_checked_symbol_table = "f91e02cc50da5608d6a4c2ddbb06a08d8887d7a271437ccc1f4f2dc7df4feb8b", unrolled_symbol_table = "f91e02cc50da5608d6a4c2ddbb06a08d8887d7a271437ccc1f4f2dc7df4feb8b", initial_ast = "d6e00a4cb2abea938e9eb0af35e058f5eb749a8d97dc56e434553511cfbf5bdc", unrolled_ast = "d6e00a4cb2abea938e9eb0af35e058f5eb749a8d97dc56e434553511cfbf5bdc", ssa_ast = "9c01e57aa0ee03cf03b7da15f64c40a6fce773dac8afda6e8722f5d8d16d7730", flattened_ast = "5222a287ea1a208cb950a77630e32621375e0f9d1c78ee74828482c1a3d2d5fa", destructured_ast = "4dd127a21d0013d590115c8f373787c105d754b97ec0fc5e5014c7ddb32b6011", inlined_ast = "4dd127a21d0013d590115c8f373787c105d754b97ec0fc5e5014c7ddb32b6011", dce_ast = "4dd127a21d0013d590115c8f373787c105d754b97ec0fc5e5014c7ddb32b6011", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/le.out b/tests/expectations/compiler/integers/i32/le.out index fe0bc4e152..675b7c8f97 100644 --- a/tests/expectations/compiler/integers/i32/le.out +++ b/tests/expectations/compiler/integers/i32/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7947d04305c1d4860d137c7e868d1406c51f40b70c4badc5675b3cf7e0dce5ee", type_checked_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", unrolled_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", initial_ast = "d32ce60be58a30b22200c47efb2f46ed07084af896e58f689927ecc5b7cc7973", unrolled_ast = "d32ce60be58a30b22200c47efb2f46ed07084af896e58f689927ecc5b7cc7973", ssa_ast = "01671d010bd9dd494a0456492e1351b94cb9e4f6b9b47e44ac90807a8831fc53", flattened_ast = "3410a585a98141f594814d13b0a4ffde56205a70f63a70e2f611418fabe7dd2a", destructured_ast = "4e72a442d4a8435bba7a9533762f4878967df4d46077bad1c6126f8adc69cc69", inlined_ast = "4e72a442d4a8435bba7a9533762f4878967df4d46077bad1c6126f8adc69cc69", dce_ast = "4e72a442d4a8435bba7a9533762f4878967df4d46077bad1c6126f8adc69cc69", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/lt.out b/tests/expectations/compiler/integers/i32/lt.out index 1e833cdc0f..ca71c7fae1 100644 --- a/tests/expectations/compiler/integers/i32/lt.out +++ b/tests/expectations/compiler/integers/i32/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7947d04305c1d4860d137c7e868d1406c51f40b70c4badc5675b3cf7e0dce5ee", type_checked_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", unrolled_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", initial_ast = "ef5b776447ea445b03abe301a82b72502a64b1f5ff5c49c10fb691437f83e629", unrolled_ast = "ef5b776447ea445b03abe301a82b72502a64b1f5ff5c49c10fb691437f83e629", ssa_ast = "7d5210472cb3ba84643e24a2219b4f3c6740ca6fccc386af4e6b6f835063b03f", flattened_ast = "2924ca209765a19d522a57ad8901cc9cb3d34d40bd3f248f26cc9519b4e22c28", destructured_ast = "607129c1b4c8920c4130722072f7c8fccaaf36df7bded4ea417fe1634e480e3d", inlined_ast = "607129c1b4c8920c4130722072f7c8fccaaf36df7bded4ea417fe1634e480e3d", dce_ast = "607129c1b4c8920c4130722072f7c8fccaaf36df7bded4ea417fe1634e480e3d", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/max.out b/tests/expectations/compiler/integers/i32/max.out index c565c8f51a..8fcc04320b 100644 --- a/tests/expectations/compiler/integers/i32/max.out +++ b/tests/expectations/compiler/integers/i32/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "902393b23a765922183af0e0b8baa62a4c07658bcf27882af120469d76822553", type_checked_symbol_table = "c172af1ad76c425a93965d2e0c320e6d46bcae1794d98756f204e9c7e78ba7c0", unrolled_symbol_table = "c172af1ad76c425a93965d2e0c320e6d46bcae1794d98756f204e9c7e78ba7c0", initial_ast = "4ab0d85d10c2e0e82a4acd245606459aac2db567b67e7006f27b3fc520464acd", unrolled_ast = "4ab0d85d10c2e0e82a4acd245606459aac2db567b67e7006f27b3fc520464acd", ssa_ast = "463be3766f9720530ba482a1d25c7ca4b5e6ea65226b74bf7517bebea8e9480f", flattened_ast = "50c266396ffd543f6513374aa4cf3c4c6aad8576e330fc5111528853c47e2915", destructured_ast = "a584edf402a78cf3a316eeec3d376fb0ab42ce189dbe965c10bafa7f0600a1fd", inlined_ast = "a584edf402a78cf3a316eeec3d376fb0ab42ce189dbe965c10bafa7f0600a1fd", dce_ast = "a584edf402a78cf3a316eeec3d376fb0ab42ce189dbe965c10bafa7f0600a1fd", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; sub 2147483647i32 r0 into r1; diff --git a/tests/expectations/compiler/integers/i32/min.out b/tests/expectations/compiler/integers/i32/min.out index 22dd4c25d5..55a0f3976f 100644 --- a/tests/expectations/compiler/integers/i32/min.out +++ b/tests/expectations/compiler/integers/i32/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "902393b23a765922183af0e0b8baa62a4c07658bcf27882af120469d76822553", type_checked_symbol_table = "c172af1ad76c425a93965d2e0c320e6d46bcae1794d98756f204e9c7e78ba7c0", unrolled_symbol_table = "c172af1ad76c425a93965d2e0c320e6d46bcae1794d98756f204e9c7e78ba7c0", initial_ast = "19bcae6a4106f500341295e337a6fc1601e48a9695e383de8f0f264a8f09b729", unrolled_ast = "19bcae6a4106f500341295e337a6fc1601e48a9695e383de8f0f264a8f09b729", ssa_ast = "fbe1f5fc71b3290a0dc449a0cc0d31f47e71a7e7774e696d2f374ed2a03b8d09", flattened_ast = "b66b7dc4e690de20fabc7614d514e1f18e984b61b87daff236326773f4a3bdae", destructured_ast = "46f9793b262f21310a65d8d75eb6643ef37d4fda451c503d9ec5539c78a2910f", inlined_ast = "46f9793b262f21310a65d8d75eb6643ef37d4fda451c503d9ec5539c78a2910f", dce_ast = "46f9793b262f21310a65d8d75eb6643ef37d4fda451c503d9ec5539c78a2910f", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; sub -2147483647i32 r0 into r1; diff --git a/tests/expectations/compiler/integers/i32/min_fail.out b/tests/expectations/compiler/integers/i32/min_fail.out index 8839e7ef89..1310a1e1d3 100644 --- a/tests/expectations/compiler/integers/i32/min_fail.out +++ b/tests/expectations/compiler/integers/i32/min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f58b2dccb0111fe9cb3531a592e9d95907263b42be88cf9c30c9e67da095ae06", type_checked_symbol_table = "f08cee7b36f9c3ff5c743979e75b4a51ca5e61d5ff0cd52c425686b509e635d3", unrolled_symbol_table = "f08cee7b36f9c3ff5c743979e75b4a51ca5e61d5ff0cd52c425686b509e635d3", initial_ast = "9956ae6688256b454155d52b85aa4425070178653babf8f6d7810d7fae51bac5", unrolled_ast = "9956ae6688256b454155d52b85aa4425070178653babf8f6d7810d7fae51bac5", ssa_ast = "3903a214a9257609f79e09b7628e4a266f7203f9d8f6633934cd44c0b17d2b43", flattened_ast = "a68596361eb4f8da3a1a2e158dd55bfce45cb13aa2c7c186618f73fcebb70995", destructured_ast = "462dedf7685f6e60843a4406b228d8483621c259f0cd6a62c026ffd46b815f8d", inlined_ast = "462dedf7685f6e60843a4406b228d8483621c259f0cd6a62c026ffd46b815f8d", dce_ast = "462dedf7685f6e60843a4406b228d8483621c259f0cd6a62c026ffd46b815f8d", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; sub -2147483647i32 2i32 into r1; diff --git a/tests/expectations/compiler/integers/i32/mul.out b/tests/expectations/compiler/integers/i32/mul.out index e64ae62452..aa69e4d666 100644 --- a/tests/expectations/compiler/integers/i32/mul.out +++ b/tests/expectations/compiler/integers/i32/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "fce7daf4c7133f50f512f82e238c3d7b348107188245fe974f61d10abe9affc4", unrolled_ast = "fce7daf4c7133f50f512f82e238c3d7b348107188245fe974f61d10abe9affc4", ssa_ast = "f90c33a218cce19c524ca73e099711f306c685bd2eb93a25039213087e62178c", flattened_ast = "b418c443e3a499fa6f5b44248709c23866e0822ee14363adf3f1c5b261e73e71", destructured_ast = "a65788e03d697b165cec6989321237b28d65aa68754a9e0a30e57607739b7b65", inlined_ast = "a65788e03d697b165cec6989321237b28d65aa68754a9e0a30e57607739b7b65", dce_ast = "a65788e03d697b165cec6989321237b28d65aa68754a9e0a30e57607739b7b65", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/ne.out b/tests/expectations/compiler/integers/i32/ne.out index 6040548b5c..3db5711fc4 100644 --- a/tests/expectations/compiler/integers/i32/ne.out +++ b/tests/expectations/compiler/integers/i32/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7947d04305c1d4860d137c7e868d1406c51f40b70c4badc5675b3cf7e0dce5ee", type_checked_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", unrolled_symbol_table = "9adafcb5400446a57fa938634f73e5ee4de8fec8f276a1acf63314f0b3677b27", initial_ast = "df997022a900205c7287137b782b38594ad7f607cf14db78692f1193cb5dbd48", unrolled_ast = "df997022a900205c7287137b782b38594ad7f607cf14db78692f1193cb5dbd48", ssa_ast = "9329dad3b872221b6c12b0ee4906f4121da1a3cd0368f71f6151beb0d2d33c36", flattened_ast = "9ee356775ecb61a67514047a4748361e4b9a279a72e872e07df7177b28e3d347", destructured_ast = "53744a264d36b5979cf562eafec57ba8bd88eee601259be051e1aaa58b84328a", inlined_ast = "53744a264d36b5979cf562eafec57ba8bd88eee601259be051e1aaa58b84328a", dce_ast = "53744a264d36b5979cf562eafec57ba8bd88eee601259be051e1aaa58b84328a", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/negate.out b/tests/expectations/compiler/integers/i32/negate.out index ae25c897a4..d98b648bfc 100644 --- a/tests/expectations/compiler/integers/i32/negate.out +++ b/tests/expectations/compiler/integers/i32/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0802bf46b8d0e4c40fe3b491794e7413e9ff66a0b0d2abf321830355e4b0ef19", type_checked_symbol_table = "8769ae66a9044fadb82d48f0eef2cd504d76d8b84814d98170aba60986038620", unrolled_symbol_table = "8769ae66a9044fadb82d48f0eef2cd504d76d8b84814d98170aba60986038620", initial_ast = "6ceceed851228bf86da79802c53352de3c6e5daddcbffd55bb796362fea8fca6", unrolled_ast = "6ceceed851228bf86da79802c53352de3c6e5daddcbffd55bb796362fea8fca6", ssa_ast = "cded77e1331ebd0d5724d69b7182547013040e39761baa885ba5f46d82598078", flattened_ast = "ec71465f20d9b248f94bae954b65f4e8753e6e8612828a12538338a33e6feefd", destructured_ast = "7098d17a4e2e2c749e870b15eab94244fda940cc77dd5c29bf4991d82ded40c1", inlined_ast = "7098d17a4e2e2c749e870b15eab94244fda940cc77dd5c29bf4991d82ded40c1", dce_ast = "7098d17a4e2e2c749e870b15eab94244fda940cc77dd5c29bf4991d82ded40c1", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/negate_min_fail.out b/tests/expectations/compiler/integers/i32/negate_min_fail.out index cda199aa64..65305cefd2 100644 --- a/tests/expectations/compiler/integers/i32/negate_min_fail.out +++ b/tests/expectations/compiler/integers/i32/negate_min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f58b2dccb0111fe9cb3531a592e9d95907263b42be88cf9c30c9e67da095ae06", type_checked_symbol_table = "f08cee7b36f9c3ff5c743979e75b4a51ca5e61d5ff0cd52c425686b509e635d3", unrolled_symbol_table = "f08cee7b36f9c3ff5c743979e75b4a51ca5e61d5ff0cd52c425686b509e635d3", initial_ast = "9f54faff256284cad601c07fe3c896a0f7121f8557b116896a0c02b2ee062e1b", unrolled_ast = "9f54faff256284cad601c07fe3c896a0f7121f8557b116896a0c02b2ee062e1b", ssa_ast = "8227aad1b63a3978f34062dbb9e84b70731833fd9ab204f2ee4975f2dba217bd", flattened_ast = "8d8fb45f29708a829d0977a1a725ce5d63d3e7c6b8481e3e086ecf7b85cec9e2", destructured_ast = "0c73ea47e4d7446e14b1b3372902d9b84b7986add96b19d82249dedf6b56abd5", inlined_ast = "0c73ea47e4d7446e14b1b3372902d9b84b7986add96b19d82249dedf6b56abd5", dce_ast = "0c73ea47e4d7446e14b1b3372902d9b84b7986add96b19d82249dedf6b56abd5", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg -2147483648i32 into r1; diff --git a/tests/expectations/compiler/integers/i32/negate_zero.out b/tests/expectations/compiler/integers/i32/negate_zero.out index 8aa5342ef9..f38d947db5 100644 --- a/tests/expectations/compiler/integers/i32/negate_zero.out +++ b/tests/expectations/compiler/integers/i32/negate_zero.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "84b1d6bc36315d6e977e96c8ba7cfae02c3bbf8290c4402386b9b1b6b51e5359", unrolled_symbol_table = "84b1d6bc36315d6e977e96c8ba7cfae02c3bbf8290c4402386b9b1b6b51e5359", initial_ast = "b80cb877a7175b4383f0a583ce95573dfb7114f01d0045ae03a916827dc92e0d", unrolled_ast = "b80cb877a7175b4383f0a583ce95573dfb7114f01d0045ae03a916827dc92e0d", ssa_ast = "5a243c3bc8e5d90bd3220777170ba703c5c335c12db3dc0b4e4c0f5d303d10b3", flattened_ast = "4414f021e672ae9893e2df65562d035b2eff71e3f4d2a2a06522fd0f7c79a41a", destructured_ast = "7afe04c5b7bfe3ad6bf5df99eccc6874df7d5f6f6ae06adfa2ed0b4036d7e744", inlined_ast = "7afe04c5b7bfe3ad6bf5df99eccc6874df7d5f6f6ae06adfa2ed0b4036d7e744", dce_ast = "7afe04c5b7bfe3ad6bf5df99eccc6874df7d5f6f6ae06adfa2ed0b4036d7e744", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg 0i32 into r1; diff --git a/tests/expectations/compiler/integers/i32/operator_methods.out b/tests/expectations/compiler/integers/i32/operator_methods.out index cd3c76d8fd..9d5aa9e7f5 100644 --- a/tests/expectations/compiler/integers/i32/operator_methods.out +++ b/tests/expectations/compiler/integers/i32/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0802bf46b8d0e4c40fe3b491794e7413e9ff66a0b0d2abf321830355e4b0ef19", type_checked_symbol_table = "55dfa055b703ea28a5a601e73b649d71f2127ad3427eaafab8c5545269b6fbdf", unrolled_symbol_table = "55dfa055b703ea28a5a601e73b649d71f2127ad3427eaafab8c5545269b6fbdf", initial_ast = "2fe7b9cea67421314b39d67fa96c71b1394d7c49f894c33670bc9a9aaf573ad1", unrolled_ast = "2fe7b9cea67421314b39d67fa96c71b1394d7c49f894c33670bc9a9aaf573ad1", ssa_ast = "e7383b8d25ce13ebd7ba0ce1f6d87a935926a5c6a5b54bf99d34e91d877e0cc5", flattened_ast = "50e13db046a3bb93864073fcbcf1f80fac456457206eb67fef678b34d962e373", destructured_ast = "5a7875bf71c8604b78025d7595dabc0b76f37bf42cef43e4a181cbc3d3030990", inlined_ast = "5a7875bf71c8604b78025d7595dabc0b76f37bf42cef43e4a181cbc3d3030990", dce_ast = "4b044f3729a8886f63143d1429cff39d3f6a780ded96243f6c56be6b41f8dcfe", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/or.out b/tests/expectations/compiler/integers/i32/or.out index e646579504..4e5a702377 100644 --- a/tests/expectations/compiler/integers/i32/or.out +++ b/tests/expectations/compiler/integers/i32/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "8674ad993f260dc33e818ba3ae15a87c51e6464bfea831ea3d5a2d7120ca61c8", unrolled_ast = "8674ad993f260dc33e818ba3ae15a87c51e6464bfea831ea3d5a2d7120ca61c8", ssa_ast = "8500eac3b091101ce395ff2217809f8a7ef2ef6d12d41adf0d816ad954d5bb1f", flattened_ast = "52b7c1895349087bb9c13b8f797e54d0c72921fa23062a85be0add297e76b61d", destructured_ast = "d0b631f973f606e062a9562f079e8fc90f4761ad11c385506013d3cf09a4629a", inlined_ast = "d0b631f973f606e062a9562f079e8fc90f4761ad11c385506013d3cf09a4629a", dce_ast = "d0b631f973f606e062a9562f079e8fc90f4761ad11c385506013d3cf09a4629a", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/pow.out b/tests/expectations/compiler/integers/i32/pow.out index fdc7c818e4..9117226012 100644 --- a/tests/expectations/compiler/integers/i32/pow.out +++ b/tests/expectations/compiler/integers/i32/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "4b5683afd23ee8c9b10b687123f35e41e8db16921e74e483f191f9dae92ab753", unrolled_ast = "4b5683afd23ee8c9b10b687123f35e41e8db16921e74e483f191f9dae92ab753", ssa_ast = "21f1cc483ac5f8accd327a0174066b9332d30e96545579e1c5315dfa7f778650", flattened_ast = "7e7b9c8f934ee0d9f32e2c494c533b14c9dce64cf621c1b086a31d2e932e3155", destructured_ast = "732a6b5c2c30ca692e84bef49d915ed81956cd885c869621a392d83aa404436e", inlined_ast = "732a6b5c2c30ca692e84bef49d915ed81956cd885c869621a392d83aa404436e", dce_ast = "732a6b5c2c30ca692e84bef49d915ed81956cd885c869621a392d83aa404436e", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/rem.out b/tests/expectations/compiler/integers/i32/rem.out index c8b35d68a9..2c27b6130e 100644 --- a/tests/expectations/compiler/integers/i32/rem.out +++ b/tests/expectations/compiler/integers/i32/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "0cc0e6cea813f906abfa35117404ec428961e3e2bcd6f35fd92e37ed1c8663f7", unrolled_ast = "0cc0e6cea813f906abfa35117404ec428961e3e2bcd6f35fd92e37ed1c8663f7", ssa_ast = "7e9b42f58fd67b703c4d20dea6da6d24fc4ee178d62f68218828c96a6b696a03", flattened_ast = "8860a778786e10b922e114bbcf31305539d5e09ffae176054a39b1a0f2dddb5d", destructured_ast = "6d68ce128df6209b39e837ff87f5f1fbd8e2523fb965ca9001c02fd78b7b1350", inlined_ast = "6d68ce128df6209b39e837ff87f5f1fbd8e2523fb965ca9001c02fd78b7b1350", dce_ast = "6d68ce128df6209b39e837ff87f5f1fbd8e2523fb965ca9001c02fd78b7b1350", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/shl.out b/tests/expectations/compiler/integers/i32/shl.out index 7afeac8e8d..a9bafba0a9 100644 --- a/tests/expectations/compiler/integers/i32/shl.out +++ b/tests/expectations/compiler/integers/i32/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "7f5aa3fda972b33a679ea3700eb3530ed56a69527e1a521c524b926fe858837b", unrolled_ast = "7f5aa3fda972b33a679ea3700eb3530ed56a69527e1a521c524b926fe858837b", ssa_ast = "6073ada6ac6a5844c76ecb6aceeece916469dbca056db2441b648cb01d3c8ef2", flattened_ast = "438fc5776febf197d8f07748d8c8d8aee5f005c552adce1bbd60399230470df5", destructured_ast = "5730dfc5923ff0197b6e2ed4aa65bfb96925965c47e5e42f8bb98e13d6587ce7", inlined_ast = "5730dfc5923ff0197b6e2ed4aa65bfb96925965c47e5e42f8bb98e13d6587ce7", dce_ast = "5730dfc5923ff0197b6e2ed4aa65bfb96925965c47e5e42f8bb98e13d6587ce7", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/shr.out b/tests/expectations/compiler/integers/i32/shr.out index 2fbe94f13f..ea069cb09c 100644 --- a/tests/expectations/compiler/integers/i32/shr.out +++ b/tests/expectations/compiler/integers/i32/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "a94202473889a81b2cb118db02a2812e8ed66365740eba84ce685931f03b5205", unrolled_ast = "a94202473889a81b2cb118db02a2812e8ed66365740eba84ce685931f03b5205", ssa_ast = "ae148dd21f5532cddf5c9202aae9b12cd02756a039a7389c2cfb721f3001432b", flattened_ast = "cdd6dba47cadc95bff43e644259295873c037a5e1acd22703dafe9a251eb9d79", destructured_ast = "c74f58238550ee1d59b3cfbfeb313b32cbc18964763e3642a2c63fe68496b859", inlined_ast = "c74f58238550ee1d59b3cfbfeb313b32cbc18964763e3642a2c63fe68496b859", dce_ast = "c74f58238550ee1d59b3cfbfeb313b32cbc18964763e3642a2c63fe68496b859", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/sub.out b/tests/expectations/compiler/integers/i32/sub.out index 8e8ca6ab06..44c178823e 100644 --- a/tests/expectations/compiler/integers/i32/sub.out +++ b/tests/expectations/compiler/integers/i32/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cb3c54aab60e06f54c2c22dce87a5a5c243f424cfbd9f2706ca26715ca340ef7", type_checked_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", unrolled_symbol_table = "0369a0b0b5cbbd5439e220f01d85a00caae5a31bb77f7e266607c36cdf78beb5", initial_ast = "aa5f4dc5119c279ef8d46c270ba9bc33886216c7b7e99e934975429f65a13089", unrolled_ast = "aa5f4dc5119c279ef8d46c270ba9bc33886216c7b7e99e934975429f65a13089", ssa_ast = "b178dcccd1545e0768bfce699c5c6ad55d1ec4607c7abeb78ffb8d896cec4182", flattened_ast = "63f068cd118cf7f0a3696a432647c07d675368348a0d0f807087b5c0dcf11d56", destructured_ast = "5a716d88a4bd2a8ccecd6b66dfd4d6ebd56a2b8d2a6ebe56538f0d96023cb0c2", inlined_ast = "5a716d88a4bd2a8ccecd6b66dfd4d6ebd56a2b8d2a6ebe56538f0d96023cb0c2", dce_ast = "5a716d88a4bd2a8ccecd6b66dfd4d6ebd56a2b8d2a6ebe56538f0d96023cb0c2", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/ternary.out b/tests/expectations/compiler/integers/i32/ternary.out index b45f2ffa4d..7d172b7f9e 100644 --- a/tests/expectations/compiler/integers/i32/ternary.out +++ b/tests/expectations/compiler/integers/i32/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d0c61a121356719d5fe78692cfdff531cf4bfaf4dbbc30182c5b2493f5cd3778", type_checked_symbol_table = "f1ff2f9cce01c71a33a9f06c9823d5edf6923c71393ee9addeb42a9ac9383123", unrolled_symbol_table = "f1ff2f9cce01c71a33a9f06c9823d5edf6923c71393ee9addeb42a9ac9383123", initial_ast = "5911eeb5664c52b61fe6d947181b59591e2b82a9eefdbcab0781bbd1fd257167", unrolled_ast = "5911eeb5664c52b61fe6d947181b59591e2b82a9eefdbcab0781bbd1fd257167", ssa_ast = "98d2f4f3e23b256c86323f4ee4304e6e1e6350bd836fb72e3103cee6fe531e6d", flattened_ast = "e4dfa4f008ad2777e974029ef07c2d1b6e83beb091b55d0dbad1586852feb0a6", destructured_ast = "880fddbbe5e0f122cf6291f2a9e722c392b24aa710aeb3eb45d35a8bcdd195ae", inlined_ast = "880fddbbe5e0f122cf6291f2a9e722c392b24aa710aeb3eb45d35a8bcdd195ae", dce_ast = "880fddbbe5e0f122cf6291f2a9e722c392b24aa710aeb3eb45d35a8bcdd195ae", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i32/xor.out b/tests/expectations/compiler/integers/i32/xor.out index ad95a60379..ede9cf61fe 100644 --- a/tests/expectations/compiler/integers/i32/xor.out +++ b/tests/expectations/compiler/integers/i32/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "22a7d7792f0fc312fba0af5c6e8e7c7b7e20f38187e0c18150668c26747d78e5", type_checked_symbol_table = "dce8971547e4a57fb3b633fc1ffe4f7f1cef2f3028c6b65e44a3b4727892b1dd", unrolled_symbol_table = "dce8971547e4a57fb3b633fc1ffe4f7f1cef2f3028c6b65e44a3b4727892b1dd", initial_ast = "04a881d5cc07074018f87c7b762bff3d764b4c775cb0293c89e27812c0bbc24b", unrolled_ast = "04a881d5cc07074018f87c7b762bff3d764b4c775cb0293c89e27812c0bbc24b", ssa_ast = "458d4182af4adbca9a6baaddb4e3529a6feec2b4baa8d5a938023ad48f185b63", flattened_ast = "f3e585a825a43bcd7434e8a6ac25a02f7074799e22205c05f0e2da6bbd956bd8", destructured_ast = "1daf4724fbdb5bcced29fac3082ce8fc54ef8e9e8ec076394726723c046de213", inlined_ast = "1daf4724fbdb5bcced29fac3082ce8fc54ef8e9e8ec076394726723c046de213", dce_ast = "1daf4724fbdb5bcced29fac3082ce8fc54ef8e9e8ec076394726723c046de213", bytecode = """ program test.aleo; - - function main: input r0 as i32.private; input r1 as i32.private; diff --git a/tests/expectations/compiler/integers/i64/add.out b/tests/expectations/compiler/integers/i64/add.out index 5a1873f5c2..3793e05724 100644 --- a/tests/expectations/compiler/integers/i64/add.out +++ b/tests/expectations/compiler/integers/i64/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "07c1200a73fca5f1e50a1455b59dc7a21c9ca152efe9e5ee523b7b2a248d24d3", unrolled_ast = "07c1200a73fca5f1e50a1455b59dc7a21c9ca152efe9e5ee523b7b2a248d24d3", ssa_ast = "f1bf04488f9243523a8b99338bc9a05ff144b5760fc73f6290fa3f6e9289c094", flattened_ast = "0ff0661c01e073406e01efdc292cc2169567f204cfbdaf3f2e582edfc7638d44", destructured_ast = "37f5aec20b690acc7db1fcc36a7fd941a4fd1ec5266b50baf3c463e430673b6b", inlined_ast = "37f5aec20b690acc7db1fcc36a7fd941a4fd1ec5266b50baf3c463e430673b6b", dce_ast = "37f5aec20b690acc7db1fcc36a7fd941a4fd1ec5266b50baf3c463e430673b6b", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/and.out b/tests/expectations/compiler/integers/i64/and.out index 30ef4519ef..32059f91ba 100644 --- a/tests/expectations/compiler/integers/i64/and.out +++ b/tests/expectations/compiler/integers/i64/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "d3d8056d2040433c203046c78c8c38d08231bb41221526c2bd6edef0920262bd", unrolled_ast = "d3d8056d2040433c203046c78c8c38d08231bb41221526c2bd6edef0920262bd", ssa_ast = "9dc90bb6fbdc7a957cee70e1bae5d33d2756e817fbdc49c1eee9f723cf533575", flattened_ast = "86fa1a2b391a710f539273132109d7a52c39e9f320a0fcbe7abccefd737720a3", destructured_ast = "12ef2288d96f40e8cbb4ef7cc90f7d7a5a3f2d7bf29346ed64f54d78ca2f9ba3", inlined_ast = "12ef2288d96f40e8cbb4ef7cc90f7d7a5a3f2d7bf29346ed64f54d78ca2f9ba3", dce_ast = "12ef2288d96f40e8cbb4ef7cc90f7d7a5a3f2d7bf29346ed64f54d78ca2f9ba3", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/console_assert.out b/tests/expectations/compiler/integers/i64/console_assert.out index 98ff8e5544..04ee3b6564 100644 --- a/tests/expectations/compiler/integers/i64/console_assert.out +++ b/tests/expectations/compiler/integers/i64/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e50384060e9fc0d4efa2b987729a9efa0b7311ebef5a571230d627bbb7259b7f", type_checked_symbol_table = "62563e32a27e88504c1f20e6674572af9c07bb51679b3e0c385bba310531101e", unrolled_symbol_table = "62563e32a27e88504c1f20e6674572af9c07bb51679b3e0c385bba310531101e", initial_ast = "857650787fb06d79336a7b61bc54a8d00cbaa052243a0f9170064abb34db6765", unrolled_ast = "857650787fb06d79336a7b61bc54a8d00cbaa052243a0f9170064abb34db6765", ssa_ast = "6ff3c42ca326c08ce02b97f7a567e1fa451a7925fd3adebc6809a225bc41f4aa", flattened_ast = "2dd8274f3cf7abfee8b126ca66d897a1635f03db559627cac1085a4c5118b209", destructured_ast = "a6f8aa52be3364526cb2caa9703f22e8f8fdb7c82bf03d0fe0aafe1294084925", inlined_ast = "a6f8aa52be3364526cb2caa9703f22e8f8fdb7c82bf03d0fe0aafe1294084925", dce_ast = "a6f8aa52be3364526cb2caa9703f22e8f8fdb7c82bf03d0fe0aafe1294084925", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/div.out b/tests/expectations/compiler/integers/i64/div.out index 74de87ea2e..e90f4b01c5 100644 --- a/tests/expectations/compiler/integers/i64/div.out +++ b/tests/expectations/compiler/integers/i64/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "afc27976f164adbeb9cceda42f02071ee5951317c58fb66ad80a82239db1de83", unrolled_ast = "afc27976f164adbeb9cceda42f02071ee5951317c58fb66ad80a82239db1de83", ssa_ast = "5878cb4dfcc88bd2608451dd0c2da16dc21babc339787e9db51fa5dbed520b4d", flattened_ast = "f315413e125980569e6db4d506094096b373436476da4c1dad6ef35143b8d6b8", destructured_ast = "a5a1b48af5d863fadf4d75705030571de91ee84348da6afc75c6f6f801014201", inlined_ast = "a5a1b48af5d863fadf4d75705030571de91ee84348da6afc75c6f6f801014201", dce_ast = "a5a1b48af5d863fadf4d75705030571de91ee84348da6afc75c6f6f801014201", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/eq.out b/tests/expectations/compiler/integers/i64/eq.out index b5cbf8b3f4..bb18f52720 100644 --- a/tests/expectations/compiler/integers/i64/eq.out +++ b/tests/expectations/compiler/integers/i64/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7a887157da38d534a1e2b2ad779ecf2e9072b92fc1fa20d58865570c7c430960", type_checked_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", unrolled_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", initial_ast = "e94196f738525ff8d3109ad09dd7737d5d5d40d7305690f663a671446635d828", unrolled_ast = "e94196f738525ff8d3109ad09dd7737d5d5d40d7305690f663a671446635d828", ssa_ast = "7ade987b7485dd6c281f1c1b99032369fbdee19fb75d18587301855c3a334b3f", flattened_ast = "7f0773c4e57b2c25554e6ea4384e8258bbf72fff915218cad09829d385e4ca85", destructured_ast = "988cf46b8c5ec4dd2e8a317fd9ddb38366bc71ba2044b6f92d4b901a1f963541", inlined_ast = "988cf46b8c5ec4dd2e8a317fd9ddb38366bc71ba2044b6f92d4b901a1f963541", dce_ast = "988cf46b8c5ec4dd2e8a317fd9ddb38366bc71ba2044b6f92d4b901a1f963541", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/ge.out b/tests/expectations/compiler/integers/i64/ge.out index 7d7f72e817..cbf59f9de9 100644 --- a/tests/expectations/compiler/integers/i64/ge.out +++ b/tests/expectations/compiler/integers/i64/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7a887157da38d534a1e2b2ad779ecf2e9072b92fc1fa20d58865570c7c430960", type_checked_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", unrolled_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", initial_ast = "c2ae1bc489e8897b2e55ecc15b0167871648e5bb81012bf3fc3f9c80efe886cc", unrolled_ast = "c2ae1bc489e8897b2e55ecc15b0167871648e5bb81012bf3fc3f9c80efe886cc", ssa_ast = "bacc54616930cc03dabcfa37cc55aa7fa94b9877271ce596199dd4b845dda433", flattened_ast = "b295ca3b902b9c8901c0b0c7b77125c4b5a53d782c35dacecb1c02c3631f929e", destructured_ast = "f84955d534b8cc2c9e59010a535605b84cfe9be2347dfd0d721f943d08e00c6c", inlined_ast = "f84955d534b8cc2c9e59010a535605b84cfe9be2347dfd0d721f943d08e00c6c", dce_ast = "f84955d534b8cc2c9e59010a535605b84cfe9be2347dfd0d721f943d08e00c6c", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/gt.out b/tests/expectations/compiler/integers/i64/gt.out index bcb1b63730..ae8e61b459 100644 --- a/tests/expectations/compiler/integers/i64/gt.out +++ b/tests/expectations/compiler/integers/i64/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7a887157da38d534a1e2b2ad779ecf2e9072b92fc1fa20d58865570c7c430960", type_checked_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", unrolled_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", initial_ast = "e290e22b20c7c55bf8a0fcb209fe92c844c42c514c89bdc310e3a197b65012d6", unrolled_ast = "e290e22b20c7c55bf8a0fcb209fe92c844c42c514c89bdc310e3a197b65012d6", ssa_ast = "41020c3290293767d84e0206146df452852bbe518109329fccb138e8664c80ee", flattened_ast = "b568cf3748d1ce9ef5087c6da40f1b9467a95f06986b5faf1254f3639b28a38e", destructured_ast = "8ef62110a1a45cc0bbcd7f24310cdf2d82a0d84e5c394779b24de602439a51b7", inlined_ast = "8ef62110a1a45cc0bbcd7f24310cdf2d82a0d84e5c394779b24de602439a51b7", dce_ast = "8ef62110a1a45cc0bbcd7f24310cdf2d82a0d84e5c394779b24de602439a51b7", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/hex_and_bin.out b/tests/expectations/compiler/integers/i64/hex_and_bin.out index 147ac1a551..26b2d14368 100644 --- a/tests/expectations/compiler/integers/i64/hex_and_bin.out +++ b/tests/expectations/compiler/integers/i64/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d2e895a60db1d09efc2efbc085307b6c978f705bc7b83dcaaaec16237b67878e", type_checked_symbol_table = "7933630b1e312d9c233d37513c560c18cadd072f2cead39e6b3d4de920808607", unrolled_symbol_table = "7933630b1e312d9c233d37513c560c18cadd072f2cead39e6b3d4de920808607", initial_ast = "a60390cab967e18cfdb89052fca822bd3a0fe13862413bc7aa12c7c7f968325e", unrolled_ast = "a60390cab967e18cfdb89052fca822bd3a0fe13862413bc7aa12c7c7f968325e", ssa_ast = "c0e2803b8c6ad33be5427dc1b78c3c6b92c770ce5836c0a4f78ae8d3e46b86eb", flattened_ast = "e67049b2d3a44fb83a96aaf3c96e133fbaebd0d811626d42c820a24679c5ae69", destructured_ast = "56c0713c15d43bba27dbcc87637b33c3aff98fa3c7c07e3ba77c38d9166eac81", inlined_ast = "56c0713c15d43bba27dbcc87637b33c3aff98fa3c7c07e3ba77c38d9166eac81", dce_ast = "56c0713c15d43bba27dbcc87637b33c3aff98fa3c7c07e3ba77c38d9166eac81", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/le.out b/tests/expectations/compiler/integers/i64/le.out index 5bec90b837..06d0cc2b97 100644 --- a/tests/expectations/compiler/integers/i64/le.out +++ b/tests/expectations/compiler/integers/i64/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7a887157da38d534a1e2b2ad779ecf2e9072b92fc1fa20d58865570c7c430960", type_checked_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", unrolled_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", initial_ast = "6275cca8353311539c0123fb54eabd662b9edd6b2b5d61328211583ed2619fd5", unrolled_ast = "6275cca8353311539c0123fb54eabd662b9edd6b2b5d61328211583ed2619fd5", ssa_ast = "19d68ec27d45b3dbaa2eed5a898cf0077cab6c70971a6d07634fa46477e0d177", flattened_ast = "5f7b0296f74c890a2e690c21df6bb4bb3efd29b4071c01448f481c2d38447c67", destructured_ast = "16dc42d6749f6c5583c691cf9cbefdc1d7a3af214dee3685a60b9a635a5d8658", inlined_ast = "16dc42d6749f6c5583c691cf9cbefdc1d7a3af214dee3685a60b9a635a5d8658", dce_ast = "16dc42d6749f6c5583c691cf9cbefdc1d7a3af214dee3685a60b9a635a5d8658", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/lt.out b/tests/expectations/compiler/integers/i64/lt.out index 79401a148d..f8b4530098 100644 --- a/tests/expectations/compiler/integers/i64/lt.out +++ b/tests/expectations/compiler/integers/i64/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7a887157da38d534a1e2b2ad779ecf2e9072b92fc1fa20d58865570c7c430960", type_checked_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", unrolled_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", initial_ast = "1d5952c29a9cdc2f3f9142047c9692ed157c59238fed6917655a4e9cdd59e300", unrolled_ast = "1d5952c29a9cdc2f3f9142047c9692ed157c59238fed6917655a4e9cdd59e300", ssa_ast = "500e8bc170e33ef86638afbc66d6c02c8aace89cb0e74feee7173d8d05b93567", flattened_ast = "1c1db737a708829721982482d6f1fc8d965147adc31e515232418158b41107cf", destructured_ast = "284c0ad2a0b2fecbbdd4354a4d909ad0d117d5ccbdbfbb7f7884258ab122d6c1", inlined_ast = "284c0ad2a0b2fecbbdd4354a4d909ad0d117d5ccbdbfbb7f7884258ab122d6c1", dce_ast = "284c0ad2a0b2fecbbdd4354a4d909ad0d117d5ccbdbfbb7f7884258ab122d6c1", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/max.out b/tests/expectations/compiler/integers/i64/max.out index d1bd5febbd..d10ce9bf35 100644 --- a/tests/expectations/compiler/integers/i64/max.out +++ b/tests/expectations/compiler/integers/i64/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "27d7fdad0ad06a588d992c97c6ce058d0fe3718984c6f25508cfe60d93e824aa", type_checked_symbol_table = "6e3b553ad0903a0722197b07c270469aa71e3ac7f6490eb35fb0cbaf9b5a1d63", unrolled_symbol_table = "6e3b553ad0903a0722197b07c270469aa71e3ac7f6490eb35fb0cbaf9b5a1d63", initial_ast = "146c2116ad49214409cee586714cf620d7fad50fe1a33338dd55c6662afac0bd", unrolled_ast = "146c2116ad49214409cee586714cf620d7fad50fe1a33338dd55c6662afac0bd", ssa_ast = "77b1a480cc9d78c037f5787b19d9053f378e7071e06ba7dff3210826f6f9dbbf", flattened_ast = "ed80cb411b105de5206e05dfc0c23453d2a6e9a934f7566acaca2319f2c5f139", destructured_ast = "71e9f820525a8d3db0d5e3e987d48949e1cbe723ff78072f9ed90fdcf0c7010f", inlined_ast = "71e9f820525a8d3db0d5e3e987d48949e1cbe723ff78072f9ed90fdcf0c7010f", dce_ast = "71e9f820525a8d3db0d5e3e987d48949e1cbe723ff78072f9ed90fdcf0c7010f", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; sub 9223372036854775807i64 r0 into r1; diff --git a/tests/expectations/compiler/integers/i64/min.out b/tests/expectations/compiler/integers/i64/min.out index 32612c473e..70edc79856 100644 --- a/tests/expectations/compiler/integers/i64/min.out +++ b/tests/expectations/compiler/integers/i64/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "27d7fdad0ad06a588d992c97c6ce058d0fe3718984c6f25508cfe60d93e824aa", type_checked_symbol_table = "6e3b553ad0903a0722197b07c270469aa71e3ac7f6490eb35fb0cbaf9b5a1d63", unrolled_symbol_table = "6e3b553ad0903a0722197b07c270469aa71e3ac7f6490eb35fb0cbaf9b5a1d63", initial_ast = "d4a953425bee529e34fcd49046bfeb62a3a43819d5daf04f6e2157cd6f89b825", unrolled_ast = "d4a953425bee529e34fcd49046bfeb62a3a43819d5daf04f6e2157cd6f89b825", ssa_ast = "7681c5103eb78223807bdb6c45943ceb0ccfecfd40aef3999482dcf3eb01fe7f", flattened_ast = "31b1828049b3e32978090825bee7086a83a1a4d0d9ed68abda0dfd319531ea1e", destructured_ast = "5ec1e016e3c61433a09349b8652e9f11d7ba423d4682e3414d22ca8700072094", inlined_ast = "5ec1e016e3c61433a09349b8652e9f11d7ba423d4682e3414d22ca8700072094", dce_ast = "5ec1e016e3c61433a09349b8652e9f11d7ba423d4682e3414d22ca8700072094", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; sub -9223372036854775807i64 r0 into r1; diff --git a/tests/expectations/compiler/integers/i64/min_fail.out b/tests/expectations/compiler/integers/i64/min_fail.out index 49c13bd089..0bcf6cd070 100644 --- a/tests/expectations/compiler/integers/i64/min_fail.out +++ b/tests/expectations/compiler/integers/i64/min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cfad18617067b89536462ebb06b76d4c3a8504d8929a2800e8078e97a85a576f", type_checked_symbol_table = "7f53a2348234aed4d43f2e4cce0f42bada5abf0572e6d612c066c1fed006753c", unrolled_symbol_table = "7f53a2348234aed4d43f2e4cce0f42bada5abf0572e6d612c066c1fed006753c", initial_ast = "58193f3dbcf8fae89c79ec46e503bb179a4f33870563969f803212bcbdd15a10", unrolled_ast = "58193f3dbcf8fae89c79ec46e503bb179a4f33870563969f803212bcbdd15a10", ssa_ast = "5f946d7675287a9ff35fbe8f685d6d48a0432a9bea0103fa853444cae572e5ec", flattened_ast = "525e77adcc18de29e3d82d0a63fbb92b257cc5429d85e88911ac6aa5867bcc7a", destructured_ast = "7d573b779ed5118006b4d7f79cf3fef78f9f4a9feaa6859dca53e2f2da70e836", inlined_ast = "7d573b779ed5118006b4d7f79cf3fef78f9f4a9feaa6859dca53e2f2da70e836", dce_ast = "7d573b779ed5118006b4d7f79cf3fef78f9f4a9feaa6859dca53e2f2da70e836", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; sub -9223372036854775807i64 2i64 into r1; diff --git a/tests/expectations/compiler/integers/i64/mul.out b/tests/expectations/compiler/integers/i64/mul.out index 66b00604d8..902239fb94 100644 --- a/tests/expectations/compiler/integers/i64/mul.out +++ b/tests/expectations/compiler/integers/i64/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "6a38d85f4fad72167b0aca7874c2e1f84dd57a4b313434496a9774775bb83b97", unrolled_ast = "6a38d85f4fad72167b0aca7874c2e1f84dd57a4b313434496a9774775bb83b97", ssa_ast = "3e1950fcee0e6c4934579a80e523b29a67e0e726c2ba69ac69e8dd1dab345ffd", flattened_ast = "c3f7c6b3931283857948799b4d11b9412953f344430577ee772b44478efdb129", destructured_ast = "fb10d51d9082750f28d8fa059a84816b5ea2245357a855c16d3b32599da42086", inlined_ast = "fb10d51d9082750f28d8fa059a84816b5ea2245357a855c16d3b32599da42086", dce_ast = "fb10d51d9082750f28d8fa059a84816b5ea2245357a855c16d3b32599da42086", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/ne.out b/tests/expectations/compiler/integers/i64/ne.out index b75f3ae4b7..f9d5400394 100644 --- a/tests/expectations/compiler/integers/i64/ne.out +++ b/tests/expectations/compiler/integers/i64/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7a887157da38d534a1e2b2ad779ecf2e9072b92fc1fa20d58865570c7c430960", type_checked_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", unrolled_symbol_table = "c82bed5c8db9ad167c817850b8b9f8306f4d476711350a223c1c58012b5e7cc8", initial_ast = "2a5c2eff9977994baafe5e9512b0dc5dc2f246f1fa5510b31ba07a5db250881f", unrolled_ast = "2a5c2eff9977994baafe5e9512b0dc5dc2f246f1fa5510b31ba07a5db250881f", ssa_ast = "5f16cf626406f6ff9abaa2245ba2b770370679234ed2786182e995112c4c23c4", flattened_ast = "4e61c5999f43222d9ec8103229bedfeb8d6cd5a959623d81f4c269d2065748f4", destructured_ast = "83d498780a4c6e3140c1e9054df3451d38c682f96f67255b3913d569e7f5ff76", inlined_ast = "83d498780a4c6e3140c1e9054df3451d38c682f96f67255b3913d569e7f5ff76", dce_ast = "83d498780a4c6e3140c1e9054df3451d38c682f96f67255b3913d569e7f5ff76", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/negate.out b/tests/expectations/compiler/integers/i64/negate.out index 167a44a279..0bb3aab883 100644 --- a/tests/expectations/compiler/integers/i64/negate.out +++ b/tests/expectations/compiler/integers/i64/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e50384060e9fc0d4efa2b987729a9efa0b7311ebef5a571230d627bbb7259b7f", type_checked_symbol_table = "7d88cbc662b0ce6282b1588805b62cbab92858c5986042a1a47603acadebb634", unrolled_symbol_table = "7d88cbc662b0ce6282b1588805b62cbab92858c5986042a1a47603acadebb634", initial_ast = "fb479598bd2a9a2e872e4c15bfcc7ef32aac85d585e652f3b215ac108b7d87fc", unrolled_ast = "fb479598bd2a9a2e872e4c15bfcc7ef32aac85d585e652f3b215ac108b7d87fc", ssa_ast = "30cbd0b7adc74624ed3575774698fefa154a0a6063f2711e7258c49d96e4139e", flattened_ast = "e304f3805774bfc301269a8d7b014c8401624b7e7ddd9bc52249ab0393636584", destructured_ast = "cd6760362f1bbe1f9b05421e7ede600b762845a068848b92155e4a84aaf387f4", inlined_ast = "cd6760362f1bbe1f9b05421e7ede600b762845a068848b92155e4a84aaf387f4", dce_ast = "cd6760362f1bbe1f9b05421e7ede600b762845a068848b92155e4a84aaf387f4", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/negate_min_fail.out b/tests/expectations/compiler/integers/i64/negate_min_fail.out index d8490439be..b6307071b9 100644 --- a/tests/expectations/compiler/integers/i64/negate_min_fail.out +++ b/tests/expectations/compiler/integers/i64/negate_min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cfad18617067b89536462ebb06b76d4c3a8504d8929a2800e8078e97a85a576f", type_checked_symbol_table = "7f53a2348234aed4d43f2e4cce0f42bada5abf0572e6d612c066c1fed006753c", unrolled_symbol_table = "7f53a2348234aed4d43f2e4cce0f42bada5abf0572e6d612c066c1fed006753c", initial_ast = "8d7f02abb091fbaa8a907c2688b90e44a627dfa9e373f43bf2a35cd71a7ba75e", unrolled_ast = "8d7f02abb091fbaa8a907c2688b90e44a627dfa9e373f43bf2a35cd71a7ba75e", ssa_ast = "c8545b4e80ca47f5976d7a4acaa03be01fb97f4d9e84631a7db75375dd6fa879", flattened_ast = "26394442d3ffb80b4b6e170055507d93e917de93bfb59a40179eba27dbd24ad0", destructured_ast = "ab223647a86e6a00f96cdfe4d47a75114d7a321f14c4bc525fb1bc5fc7b983e0", inlined_ast = "ab223647a86e6a00f96cdfe4d47a75114d7a321f14c4bc525fb1bc5fc7b983e0", dce_ast = "ab223647a86e6a00f96cdfe4d47a75114d7a321f14c4bc525fb1bc5fc7b983e0", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg -9223372036854775808i64 into r1; diff --git a/tests/expectations/compiler/integers/i64/negate_zero.out b/tests/expectations/compiler/integers/i64/negate_zero.out index 55c0122125..3d97c5dc31 100644 --- a/tests/expectations/compiler/integers/i64/negate_zero.out +++ b/tests/expectations/compiler/integers/i64/negate_zero.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "960e09d954db60461fa0a1d55d22d20fa3f9ba0c57f6a7fb9e8eb5717a99dbbf", unrolled_symbol_table = "960e09d954db60461fa0a1d55d22d20fa3f9ba0c57f6a7fb9e8eb5717a99dbbf", initial_ast = "10d3fef01325e89c07df4f67e85b77fc6e18a939d4d2681521a6756eb023b02f", unrolled_ast = "10d3fef01325e89c07df4f67e85b77fc6e18a939d4d2681521a6756eb023b02f", ssa_ast = "cbe6537ddbe8235a12f84d861861ee6d0efa5927bf130d42bf512fff86720eb2", flattened_ast = "cd6bf77f16a955338dc3f584ed4b7f00412f95c230a79b40d7aa18916b6506d7", destructured_ast = "d5e0ac31f88f9755a6fb75627f9982be8be7e3836717c20b7b14df8d3e180433", inlined_ast = "d5e0ac31f88f9755a6fb75627f9982be8be7e3836717c20b7b14df8d3e180433", dce_ast = "d5e0ac31f88f9755a6fb75627f9982be8be7e3836717c20b7b14df8d3e180433", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg 0i64 into r1; diff --git a/tests/expectations/compiler/integers/i64/operator_methods.out b/tests/expectations/compiler/integers/i64/operator_methods.out index 2b85d27c06..ee53dad922 100644 --- a/tests/expectations/compiler/integers/i64/operator_methods.out +++ b/tests/expectations/compiler/integers/i64/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e50384060e9fc0d4efa2b987729a9efa0b7311ebef5a571230d627bbb7259b7f", type_checked_symbol_table = "474061333b89fa751ea03ea51855279fc4c83bd8f8530b9e45016a8245948d5f", unrolled_symbol_table = "474061333b89fa751ea03ea51855279fc4c83bd8f8530b9e45016a8245948d5f", initial_ast = "23a205e10f3d4d4c5e8d29552fda66562fa295615132d03cb689f7c5f9562dd2", unrolled_ast = "23a205e10f3d4d4c5e8d29552fda66562fa295615132d03cb689f7c5f9562dd2", ssa_ast = "2d49a1dd99f320172906064647c2fc633c1e053f53eced88fbcf1c9c6d8a6a89", flattened_ast = "12fca38bf8f084ab5ae2f5139e231d0971fab0f1128377fefec5807bcd10b05f", destructured_ast = "e96500d2a409e1084d3fd952a92556c8a146721ca54613ba6dec4e884856e83a", inlined_ast = "e96500d2a409e1084d3fd952a92556c8a146721ca54613ba6dec4e884856e83a", dce_ast = "954d0a8dab70b4ffccc417505525f405c5598ac27466ba8bd4bd95f4943179db", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/or.out b/tests/expectations/compiler/integers/i64/or.out index f54da435a7..92389e4968 100644 --- a/tests/expectations/compiler/integers/i64/or.out +++ b/tests/expectations/compiler/integers/i64/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "41f68008d28010ac344122f1402e993cdc98b9e374289a2a843c9406e31f7e7f", unrolled_ast = "41f68008d28010ac344122f1402e993cdc98b9e374289a2a843c9406e31f7e7f", ssa_ast = "4c83888cfdaf8503cd0ed400951039acbdd77e3fcf973be578b7f05cbfd8945c", flattened_ast = "397e8e4299d1e459ccea9ac0f70d2899141099dffbd0cbca819c4313e3c42a8e", destructured_ast = "6b618f7ef607e542e41d6aabd581f860e70f050d62731aa779e4ccd8c56899c3", inlined_ast = "6b618f7ef607e542e41d6aabd581f860e70f050d62731aa779e4ccd8c56899c3", dce_ast = "6b618f7ef607e542e41d6aabd581f860e70f050d62731aa779e4ccd8c56899c3", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/pow.out b/tests/expectations/compiler/integers/i64/pow.out index 42b8cc1657..e8e83699c1 100644 --- a/tests/expectations/compiler/integers/i64/pow.out +++ b/tests/expectations/compiler/integers/i64/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "784c870a1ee02f43bcc2f2c7e1d2e4f1ed4a040d706e0c31c861c02fec08a711", unrolled_ast = "784c870a1ee02f43bcc2f2c7e1d2e4f1ed4a040d706e0c31c861c02fec08a711", ssa_ast = "880022437100caf15d2134319d59eca6c340beffbd2092db811d37cffd999d29", flattened_ast = "ad672fc7908c24e4bb351539371b65e060e86112256a7368ed425fd40555b72c", destructured_ast = "0aa49f894ff2c27b505c7864d04fd38d25da116137074724ac33963b5de6e643", inlined_ast = "0aa49f894ff2c27b505c7864d04fd38d25da116137074724ac33963b5de6e643", dce_ast = "0aa49f894ff2c27b505c7864d04fd38d25da116137074724ac33963b5de6e643", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/rem.out b/tests/expectations/compiler/integers/i64/rem.out index b23772bf0e..238a513236 100644 --- a/tests/expectations/compiler/integers/i64/rem.out +++ b/tests/expectations/compiler/integers/i64/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "2800cd773c3ee8ceef69d7bf4da364c0dd1028ceee40cfbdb407a4f8afb6a065", unrolled_ast = "2800cd773c3ee8ceef69d7bf4da364c0dd1028ceee40cfbdb407a4f8afb6a065", ssa_ast = "785bb8b7a5d9f8184b9a9e72f3b6715018b75ae80f5a09a1d038b07173d1f2eb", flattened_ast = "82a14fb1fef2eada124f7ef5aa480c23cdcfc94518eb00605ec0a9d10d8a7ce4", destructured_ast = "e3cb83cc9c4160e84158f1763db871da21e9b3ddebf7783d605520bb34dd05e3", inlined_ast = "e3cb83cc9c4160e84158f1763db871da21e9b3ddebf7783d605520bb34dd05e3", dce_ast = "e3cb83cc9c4160e84158f1763db871da21e9b3ddebf7783d605520bb34dd05e3", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/shl.out b/tests/expectations/compiler/integers/i64/shl.out index 2a9242a658..2726d70e8e 100644 --- a/tests/expectations/compiler/integers/i64/shl.out +++ b/tests/expectations/compiler/integers/i64/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "ed87284a467f4d25b471d5882ef24ace6d18ced428c71a1a9e8cf56fd821d280", unrolled_ast = "ed87284a467f4d25b471d5882ef24ace6d18ced428c71a1a9e8cf56fd821d280", ssa_ast = "e4ebd9f25aed80b2d217c1f0708208e9cd8a0578e01c0fce04c66b1dbbc329e3", flattened_ast = "6fb7b3ac9af66dfcc73ed177a8b9a2065e172103bdafae046cb0d588b26e9eb6", destructured_ast = "0f11342476abe7ed2ba9ca4a1e846238f04be8d5086075258f8603c86ac99e59", inlined_ast = "0f11342476abe7ed2ba9ca4a1e846238f04be8d5086075258f8603c86ac99e59", dce_ast = "0f11342476abe7ed2ba9ca4a1e846238f04be8d5086075258f8603c86ac99e59", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/shr.out b/tests/expectations/compiler/integers/i64/shr.out index bc680cbb34..a5287a330e 100644 --- a/tests/expectations/compiler/integers/i64/shr.out +++ b/tests/expectations/compiler/integers/i64/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "05e9a51407d6452e93625839033fb6c0e7cfb9bd3bef29483d11e0a0d0bce77c", unrolled_ast = "05e9a51407d6452e93625839033fb6c0e7cfb9bd3bef29483d11e0a0d0bce77c", ssa_ast = "7f180f5ff66df1a2c45db1e48496c2ead1ecd6dc2a2f1194eaa7e812e1c171d9", flattened_ast = "731f19d2d45194412a05595dd3cd9febe235a8ee4b16def919e92910b82c787b", destructured_ast = "1d76cc6b050a325dde5a35a441889c1a172ddd7e9bb1c5c3be5ccd8db55a3092", inlined_ast = "1d76cc6b050a325dde5a35a441889c1a172ddd7e9bb1c5c3be5ccd8db55a3092", dce_ast = "1d76cc6b050a325dde5a35a441889c1a172ddd7e9bb1c5c3be5ccd8db55a3092", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/sub.out b/tests/expectations/compiler/integers/i64/sub.out index f38adb6ad5..8017d8d848 100644 --- a/tests/expectations/compiler/integers/i64/sub.out +++ b/tests/expectations/compiler/integers/i64/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2427e1179484b368c737f15f9c9170703b40cc287bb09b7571a1adf03da87e83", type_checked_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", unrolled_symbol_table = "23cbc35d681c3fb4e50cceacf6be7291434c1681bf452f5efc45ea42a4f0f658", initial_ast = "62d0d89a5f71f4f9b02fcbd99c875f3dde170938b7836db086a8b8993a1e1d33", unrolled_ast = "62d0d89a5f71f4f9b02fcbd99c875f3dde170938b7836db086a8b8993a1e1d33", ssa_ast = "5a4d113f22deda4de39ae41cbb166a827713a97205a4f51edff749351ccf6c38", flattened_ast = "6d70115e9ce84d40da5e7c61833a1f465b38d2f2caf111a37bcf5bc7e047cd06", destructured_ast = "71ac1903ac008afbc77a08349f222f17e24d7ca7395f1ea42be71ac7f4b3ffa4", inlined_ast = "71ac1903ac008afbc77a08349f222f17e24d7ca7395f1ea42be71ac7f4b3ffa4", dce_ast = "71ac1903ac008afbc77a08349f222f17e24d7ca7395f1ea42be71ac7f4b3ffa4", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/ternary.out b/tests/expectations/compiler/integers/i64/ternary.out index ba3f47af5c..1216b205b2 100644 --- a/tests/expectations/compiler/integers/i64/ternary.out +++ b/tests/expectations/compiler/integers/i64/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "584515fa03ae6fc9acb4dea21bd8ce5ea93b9b9cee728a750da4006094ec3fca", type_checked_symbol_table = "cf9f14ec56c89a6513eceb9b2cb2f48ef860f7ea39bc4116b65644cd098ec442", unrolled_symbol_table = "cf9f14ec56c89a6513eceb9b2cb2f48ef860f7ea39bc4116b65644cd098ec442", initial_ast = "ef1d9179e22fcd06dc21877143a7c6720b1a79c3c1cf9468b6f3d71f83436923", unrolled_ast = "ef1d9179e22fcd06dc21877143a7c6720b1a79c3c1cf9468b6f3d71f83436923", ssa_ast = "fda31e3159f64c736e377ad7ff9d1b2087da28ed2581a828c2947535ae1c5b1c", flattened_ast = "44135e6f03431601d258a755145673aee4f7b368e4d93b9eb84a253f5957eb39", destructured_ast = "a9861919f19f2648e017fe274635ef93c45a3ea4532e8cae7ccc3b954191e150", inlined_ast = "a9861919f19f2648e017fe274635ef93c45a3ea4532e8cae7ccc3b954191e150", dce_ast = "a9861919f19f2648e017fe274635ef93c45a3ea4532e8cae7ccc3b954191e150", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i64/xor.out b/tests/expectations/compiler/integers/i64/xor.out index 3adc9b516b..1e769a087a 100644 --- a/tests/expectations/compiler/integers/i64/xor.out +++ b/tests/expectations/compiler/integers/i64/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "10e758b3ebd50ada2efbeff5bee317b26c77e5654cbd8486181b4531e96d157e", type_checked_symbol_table = "044a7d2de19246daa104f5b0cf2478d5e6b16d90ed1763e38822597401b53f68", unrolled_symbol_table = "044a7d2de19246daa104f5b0cf2478d5e6b16d90ed1763e38822597401b53f68", initial_ast = "926bf9164bd49637a4fb44cf4f8c0fd6296abd77d3a76fbdb747326c80156b39", unrolled_ast = "926bf9164bd49637a4fb44cf4f8c0fd6296abd77d3a76fbdb747326c80156b39", ssa_ast = "8063c5f66ec1aefb70ded54c596b9e0212505b37cd95dca69bd3f95e01bafe03", flattened_ast = "8ac8657ca047fe26e28c1a9a9a2250bd810a3a93a1429543cb08ba0899eccc0f", destructured_ast = "9d0049bea5bc2a37364e42c18e7d5689494c7cea36c7a9682ea83f713c40d586", inlined_ast = "9d0049bea5bc2a37364e42c18e7d5689494c7cea36c7a9682ea83f713c40d586", dce_ast = "9d0049bea5bc2a37364e42c18e7d5689494c7cea36c7a9682ea83f713c40d586", bytecode = """ program test.aleo; - - function main: input r0 as i64.private; input r1 as i64.private; diff --git a/tests/expectations/compiler/integers/i8/add.out b/tests/expectations/compiler/integers/i8/add.out index cb3e9fa483..45d696d066 100644 --- a/tests/expectations/compiler/integers/i8/add.out +++ b/tests/expectations/compiler/integers/i8/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "6bf9f1bd0ef96634db80a9e62255236aa622f6ce3c27c5e772e724c84abbba4a", unrolled_ast = "6bf9f1bd0ef96634db80a9e62255236aa622f6ce3c27c5e772e724c84abbba4a", ssa_ast = "df8026602cbb445165612ab879fde2336f6fee02d512f1d0c77c5529fced4aba", flattened_ast = "22e54eb89e368862bf939f78cd6b2053d5742ce92c3a4d1a51bad06a28611014", destructured_ast = "b36caa9dadd9d56989cd6b78713b0c93e697d851c335cf1175295f7287997bd8", inlined_ast = "b36caa9dadd9d56989cd6b78713b0c93e697d851c335cf1175295f7287997bd8", dce_ast = "b36caa9dadd9d56989cd6b78713b0c93e697d851c335cf1175295f7287997bd8", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/and.out b/tests/expectations/compiler/integers/i8/and.out index 2bc55bf26c..e1574ec726 100644 --- a/tests/expectations/compiler/integers/i8/and.out +++ b/tests/expectations/compiler/integers/i8/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "cc698c2beb128c01adec906d540274484ca40a328570ad98207e91072facfbc6", unrolled_ast = "cc698c2beb128c01adec906d540274484ca40a328570ad98207e91072facfbc6", ssa_ast = "37cc955e96b4cf037ff94ff63a25e4921d366a4ed7e275dfec8ca3ae51e8adae", flattened_ast = "f2f09410b66cac815a24b2503700a952769f52d1a5b289334050a6085d5eb894", destructured_ast = "3f0d6f9aa749752810926a7b5e4152f4ce51c5a04ec5cdf69168559d64906491", inlined_ast = "3f0d6f9aa749752810926a7b5e4152f4ce51c5a04ec5cdf69168559d64906491", dce_ast = "3f0d6f9aa749752810926a7b5e4152f4ce51c5a04ec5cdf69168559d64906491", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/console_assert.out b/tests/expectations/compiler/integers/i8/console_assert.out index 4961db749e..204c91b771 100644 --- a/tests/expectations/compiler/integers/i8/console_assert.out +++ b/tests/expectations/compiler/integers/i8/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cde66f4b30777be5bbf81e86f11c7b68c5004819a4d3da246e755cd5a8683e55", type_checked_symbol_table = "72d9daa48eaf10f69b2811f654a915cf80e9c7161526cfad9900cd982a239cb0", unrolled_symbol_table = "72d9daa48eaf10f69b2811f654a915cf80e9c7161526cfad9900cd982a239cb0", initial_ast = "2efb5bdc95149a2a9dcc220768b6dd9ee5398c053deb5489641c8b3d6ef4fae3", unrolled_ast = "2efb5bdc95149a2a9dcc220768b6dd9ee5398c053deb5489641c8b3d6ef4fae3", ssa_ast = "3040aafd7382a5cef83c471d33124d3356edd44930401a4627f7ef69082a1ac9", flattened_ast = "8f9b19e351342a2156d45e1cd5c29b44a8f1f4a17c2b8121bbc6e82059ed7bfc", destructured_ast = "ec21c297b894468f9a99ed06a68020f29be3c5363826cd782e6f6905773b0528", inlined_ast = "ec21c297b894468f9a99ed06a68020f29be3c5363826cd782e6f6905773b0528", dce_ast = "ec21c297b894468f9a99ed06a68020f29be3c5363826cd782e6f6905773b0528", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/div.out b/tests/expectations/compiler/integers/i8/div.out index 44cca86a16..651a230753 100644 --- a/tests/expectations/compiler/integers/i8/div.out +++ b/tests/expectations/compiler/integers/i8/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "e2d4f666c4e5fa82bea942ed344b99341199e42076d318e234f6192505be181a", unrolled_ast = "e2d4f666c4e5fa82bea942ed344b99341199e42076d318e234f6192505be181a", ssa_ast = "546b56ed336b74c595fbaad228f684b5cba9104e727d807cd2f07552a0804c68", flattened_ast = "10de4abc15f893686734c8692a9151e812b3ad582de2db55873ec80228f2176b", destructured_ast = "91e2dc4c5d7914343f521c0e1e4bc23bd935fdd5d3ce0b9c85871fc53e62d98a", inlined_ast = "91e2dc4c5d7914343f521c0e1e4bc23bd935fdd5d3ce0b9c85871fc53e62d98a", dce_ast = "91e2dc4c5d7914343f521c0e1e4bc23bd935fdd5d3ce0b9c85871fc53e62d98a", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/eq.out b/tests/expectations/compiler/integers/i8/eq.out index c1b920ab15..7a902095f5 100644 --- a/tests/expectations/compiler/integers/i8/eq.out +++ b/tests/expectations/compiler/integers/i8/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4743c62690fbc67bca8d59e9bb6c787eb3bb6bd0c0ac687147ef041745a3bf63", type_checked_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", unrolled_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", initial_ast = "5b00321f6f2e5db8a5c85f4f2ab334b65aa8b525c2c6e79ceb41cd55506ad421", unrolled_ast = "5b00321f6f2e5db8a5c85f4f2ab334b65aa8b525c2c6e79ceb41cd55506ad421", ssa_ast = "88df51a824efa41f3441f5a60884b555a4c65061a734585194e0b0d98df439dd", flattened_ast = "41c2c364fc98b8cad593fb1811e54c4ad8e969dbbdf17f298e2155e468c559a9", destructured_ast = "a66d318aaa22bcf5cc248d95c5afbded23d1a057f4c278b95bca68dd303c91a0", inlined_ast = "a66d318aaa22bcf5cc248d95c5afbded23d1a057f4c278b95bca68dd303c91a0", dce_ast = "a66d318aaa22bcf5cc248d95c5afbded23d1a057f4c278b95bca68dd303c91a0", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/ge.out b/tests/expectations/compiler/integers/i8/ge.out index f66034158f..374c3bbb4f 100644 --- a/tests/expectations/compiler/integers/i8/ge.out +++ b/tests/expectations/compiler/integers/i8/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4743c62690fbc67bca8d59e9bb6c787eb3bb6bd0c0ac687147ef041745a3bf63", type_checked_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", unrolled_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", initial_ast = "e3826df3342f985478f31be42eefe0ba3630befd3779a4ba2f168f806b3aaf26", unrolled_ast = "e3826df3342f985478f31be42eefe0ba3630befd3779a4ba2f168f806b3aaf26", ssa_ast = "1c8b633c0ecffe5af9d1a1c2a72fa523a77a235b8068b680c54087995863b3af", flattened_ast = "117322d3c36ccb88f418847a5cc7e94bc7a4ca5141cf9936149061177639d79f", destructured_ast = "2c0bfa61f3ef2eea404ea84be91a062e702852a30cc8cb4208faaf1d4ac94e8e", inlined_ast = "2c0bfa61f3ef2eea404ea84be91a062e702852a30cc8cb4208faaf1d4ac94e8e", dce_ast = "2c0bfa61f3ef2eea404ea84be91a062e702852a30cc8cb4208faaf1d4ac94e8e", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/gt.out b/tests/expectations/compiler/integers/i8/gt.out index 181695088c..74f9bce3b2 100644 --- a/tests/expectations/compiler/integers/i8/gt.out +++ b/tests/expectations/compiler/integers/i8/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4743c62690fbc67bca8d59e9bb6c787eb3bb6bd0c0ac687147ef041745a3bf63", type_checked_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", unrolled_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", initial_ast = "b340b8f211e8969baaf58c34762deeffc2ef61bba993468c823acee2f896d81e", unrolled_ast = "b340b8f211e8969baaf58c34762deeffc2ef61bba993468c823acee2f896d81e", ssa_ast = "786646fd5c008b87a6735cf6354be975079727307d7e9ef0a1f6d411ae86dd01", flattened_ast = "7424c5c9aeeb419ed1c2a6eeffcafd70bbe44856d0a379e66d09ca2f3772d058", destructured_ast = "895d121187e579a376b15814cbe3efe4fe14a89fb27cb1d95aacc3301292e68d", inlined_ast = "895d121187e579a376b15814cbe3efe4fe14a89fb27cb1d95aacc3301292e68d", dce_ast = "895d121187e579a376b15814cbe3efe4fe14a89fb27cb1d95aacc3301292e68d", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/hex_and_bin.out b/tests/expectations/compiler/integers/i8/hex_and_bin.out index 28ab23c83e..df45b80084 100644 --- a/tests/expectations/compiler/integers/i8/hex_and_bin.out +++ b/tests/expectations/compiler/integers/i8/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "353cdbed822b512ef65bfb0724f108688f363f7e2a7c8ea3719bd71c4975aa48", type_checked_symbol_table = "dc71d504735e6f386b32e9e3e51be6a8f59b661143983031532ba5ce27037597", unrolled_symbol_table = "dc71d504735e6f386b32e9e3e51be6a8f59b661143983031532ba5ce27037597", initial_ast = "5403d97f87cbb0fcfe6f7a526d4f798caec145ec178e4779b9c710b52bb08ffd", unrolled_ast = "5403d97f87cbb0fcfe6f7a526d4f798caec145ec178e4779b9c710b52bb08ffd", ssa_ast = "3ab6fca47f539d5a00a8b4228c98a4d1dcbc2a568ba673d26d619cf1746607aa", flattened_ast = "dbc980ee51c6a3b45d97a4b732f7c8b4c28655b83955417b2160fd3f8875c2c9", destructured_ast = "10545e3b44c9d34d4dd57f0028b1c3c7740d29f8623b71c27481e41d65cdd7c3", inlined_ast = "10545e3b44c9d34d4dd57f0028b1c3c7740d29f8623b71c27481e41d65cdd7c3", dce_ast = "10545e3b44c9d34d4dd57f0028b1c3c7740d29f8623b71c27481e41d65cdd7c3", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/le.out b/tests/expectations/compiler/integers/i8/le.out index 1e75697fc9..4464d12a47 100644 --- a/tests/expectations/compiler/integers/i8/le.out +++ b/tests/expectations/compiler/integers/i8/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4743c62690fbc67bca8d59e9bb6c787eb3bb6bd0c0ac687147ef041745a3bf63", type_checked_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", unrolled_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", initial_ast = "0063230de9d7fbd358cad1c53d6583336cb64b399c348894ae19a25033fd604e", unrolled_ast = "0063230de9d7fbd358cad1c53d6583336cb64b399c348894ae19a25033fd604e", ssa_ast = "78fe8e9dd365b2f9f9cf4dd64b020a9a45179054f9a8d6af65b6d1ca887b269f", flattened_ast = "23a6679cd4c5944af49076bea9614344a60d0fae3ec70e4025be62a61f1de4ff", destructured_ast = "6444f15f03f91acef1291cf7ece1f6734f8d82f84d5c3e9fd136e3d08091abac", inlined_ast = "6444f15f03f91acef1291cf7ece1f6734f8d82f84d5c3e9fd136e3d08091abac", dce_ast = "6444f15f03f91acef1291cf7ece1f6734f8d82f84d5c3e9fd136e3d08091abac", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/lt.out b/tests/expectations/compiler/integers/i8/lt.out index 0ec75c8b78..49015ff982 100644 --- a/tests/expectations/compiler/integers/i8/lt.out +++ b/tests/expectations/compiler/integers/i8/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4743c62690fbc67bca8d59e9bb6c787eb3bb6bd0c0ac687147ef041745a3bf63", type_checked_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", unrolled_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", initial_ast = "1b46f9c0d678800f33e2acc95375dc446b755331f7555b30441bb4b0645b665c", unrolled_ast = "1b46f9c0d678800f33e2acc95375dc446b755331f7555b30441bb4b0645b665c", ssa_ast = "cc78951f929dbe123f88df4269f4049cf49419496328805b7f3cccacbeebd406", flattened_ast = "863a0585973d5e6536cb97dd3b11e8662b11318e148115ab9483eb088ee11cda", destructured_ast = "df9db2518c47cf08ca5798db0c6dbe3b4fea29e13d70156f52e9aff73d52e134", inlined_ast = "df9db2518c47cf08ca5798db0c6dbe3b4fea29e13d70156f52e9aff73d52e134", dce_ast = "df9db2518c47cf08ca5798db0c6dbe3b4fea29e13d70156f52e9aff73d52e134", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/max.out b/tests/expectations/compiler/integers/i8/max.out index 41ba081583..05c6ae0c35 100644 --- a/tests/expectations/compiler/integers/i8/max.out +++ b/tests/expectations/compiler/integers/i8/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "a6a37febbe9d95963b4a44f652b8fdc283cb894facfe966fa3ba70b5ad4758b6", type_checked_symbol_table = "75aa4f108c0f30f73e8e6b92a8cde9588d28fa4c97c1103349668563c6bf29bf", unrolled_symbol_table = "75aa4f108c0f30f73e8e6b92a8cde9588d28fa4c97c1103349668563c6bf29bf", initial_ast = "563178722ffef827250be4f84e9633363dd7d20a17fa74d78c865f7fb88ac0a4", unrolled_ast = "563178722ffef827250be4f84e9633363dd7d20a17fa74d78c865f7fb88ac0a4", ssa_ast = "3ff75da0b8ee9c02c92cf0cb031ffac194eb35eedbb54f3cbff51812e646f491", flattened_ast = "d2afdef5a4fb9501c6d7ec053c1c778630fc01b6c80d1c07fa9b5274e00d5f70", destructured_ast = "e12f2dcbcc35639427e9321927add4ee5798d852ca7e89d38828809216fc53ca", inlined_ast = "e12f2dcbcc35639427e9321927add4ee5798d852ca7e89d38828809216fc53ca", dce_ast = "e12f2dcbcc35639427e9321927add4ee5798d852ca7e89d38828809216fc53ca", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; sub 127i8 r0 into r1; diff --git a/tests/expectations/compiler/integers/i8/min.out b/tests/expectations/compiler/integers/i8/min.out index ef37f22fbc..64b7900b82 100644 --- a/tests/expectations/compiler/integers/i8/min.out +++ b/tests/expectations/compiler/integers/i8/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "a6a37febbe9d95963b4a44f652b8fdc283cb894facfe966fa3ba70b5ad4758b6", type_checked_symbol_table = "75aa4f108c0f30f73e8e6b92a8cde9588d28fa4c97c1103349668563c6bf29bf", unrolled_symbol_table = "75aa4f108c0f30f73e8e6b92a8cde9588d28fa4c97c1103349668563c6bf29bf", initial_ast = "76f03f73aa1896fe8dcd48c65bf0ceb2f7a9376bdcffcf1d3d2397310473b08c", unrolled_ast = "76f03f73aa1896fe8dcd48c65bf0ceb2f7a9376bdcffcf1d3d2397310473b08c", ssa_ast = "0eaf70d9182c1dbbb9bb32ad8c8e8dc0b26cfe517c062031443d305fd87b3d19", flattened_ast = "4c0f9e4df2f63f3ce1780031a900b77647269a66e25518fb35ba8a51116b9506", destructured_ast = "8a27854713ee0405c1e6fd11d2bfb13e58f6d6eebfea1d901540ac958454fee7", inlined_ast = "8a27854713ee0405c1e6fd11d2bfb13e58f6d6eebfea1d901540ac958454fee7", dce_ast = "8a27854713ee0405c1e6fd11d2bfb13e58f6d6eebfea1d901540ac958454fee7", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; sub -127i8 r0 into r1; diff --git a/tests/expectations/compiler/integers/i8/min_fail.out b/tests/expectations/compiler/integers/i8/min_fail.out index 0c8a65749d..818d06b1ec 100644 --- a/tests/expectations/compiler/integers/i8/min_fail.out +++ b/tests/expectations/compiler/integers/i8/min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "15f9ac444e80cc740f479cf4752dc68a63527ad3fa272f1f28d4ff819da708b2", type_checked_symbol_table = "f114ee92ebdd630b62e9704d4bb3d273faedd5513947afcd2cd6fc6cccc3c195", unrolled_symbol_table = "f114ee92ebdd630b62e9704d4bb3d273faedd5513947afcd2cd6fc6cccc3c195", initial_ast = "a77dad8f4374ae9485cf5209ba53504e4496ddcf3284f527273fedd4d1d6fd0f", unrolled_ast = "a77dad8f4374ae9485cf5209ba53504e4496ddcf3284f527273fedd4d1d6fd0f", ssa_ast = "b9ead55cf4489b7204556612449ef5c720e38caa15132273a38e19d5f753920f", flattened_ast = "f3ba6b843d5fb71c44ce4a13f1159e41ae420493f93e2b4d71eed92d4106717d", destructured_ast = "95b27551d0725fc934b662f959957cabb2613ef853bfd301cf92bf96515910fd", inlined_ast = "95b27551d0725fc934b662f959957cabb2613ef853bfd301cf92bf96515910fd", dce_ast = "95b27551d0725fc934b662f959957cabb2613ef853bfd301cf92bf96515910fd", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; sub -127i8 2i8 into r1; diff --git a/tests/expectations/compiler/integers/i8/mul.out b/tests/expectations/compiler/integers/i8/mul.out index a975237664..f4a366f182 100644 --- a/tests/expectations/compiler/integers/i8/mul.out +++ b/tests/expectations/compiler/integers/i8/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "56b05e255bee16fe71e37cd5580c06b1f68d5a1fafec969694a762dc527e307d", unrolled_ast = "56b05e255bee16fe71e37cd5580c06b1f68d5a1fafec969694a762dc527e307d", ssa_ast = "6987b36066f53fcba20109d287e6ca22d127015764e893684e013e5af8df1c76", flattened_ast = "437026d837a6f7b5c9985f1689f7061f0c10b828f8d43429b63cd00bdffc2e43", destructured_ast = "d8cd3f58dc75e428f0e5d6ce60b6295454686c75568436253c1edb229663b8ec", inlined_ast = "d8cd3f58dc75e428f0e5d6ce60b6295454686c75568436253c1edb229663b8ec", dce_ast = "d8cd3f58dc75e428f0e5d6ce60b6295454686c75568436253c1edb229663b8ec", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/ne.out b/tests/expectations/compiler/integers/i8/ne.out index 9e988e4349..aa644436d1 100644 --- a/tests/expectations/compiler/integers/i8/ne.out +++ b/tests/expectations/compiler/integers/i8/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4743c62690fbc67bca8d59e9bb6c787eb3bb6bd0c0ac687147ef041745a3bf63", type_checked_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", unrolled_symbol_table = "42bcece297a0308cbfcc07e26e6a48f50b68d25ded7d1ad6cd185288b799e4df", initial_ast = "3bd2bf3b999c662c2fb76f7e2bd8d434ae265210315fe6a25bec7f4864be91fb", unrolled_ast = "3bd2bf3b999c662c2fb76f7e2bd8d434ae265210315fe6a25bec7f4864be91fb", ssa_ast = "e700f12a79171f2bcb8793956bca320380fc683e00dea81efcb4beda60179268", flattened_ast = "4d7b441aeba9fe22835ff5af503e598f11ab68ad1075b943ac100f5cba4bd56c", destructured_ast = "86b1eebf8450a6d76bd76ea1a7bac0be64a78775bfcb624160482b25cf0f2824", inlined_ast = "86b1eebf8450a6d76bd76ea1a7bac0be64a78775bfcb624160482b25cf0f2824", dce_ast = "86b1eebf8450a6d76bd76ea1a7bac0be64a78775bfcb624160482b25cf0f2824", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/negate.out b/tests/expectations/compiler/integers/i8/negate.out index e4617afdb5..2f8033587b 100644 --- a/tests/expectations/compiler/integers/i8/negate.out +++ b/tests/expectations/compiler/integers/i8/negate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cde66f4b30777be5bbf81e86f11c7b68c5004819a4d3da246e755cd5a8683e55", type_checked_symbol_table = "62b70f7d5bc9e5efa20b2a6611b36bbbae7707dab492fadeca3532e95ad34396", unrolled_symbol_table = "62b70f7d5bc9e5efa20b2a6611b36bbbae7707dab492fadeca3532e95ad34396", initial_ast = "a573efee457260e4f9a0171ba91f8c78b81cd636c53d0d0fb94bebf73c0a6ae3", unrolled_ast = "a573efee457260e4f9a0171ba91f8c78b81cd636c53d0d0fb94bebf73c0a6ae3", ssa_ast = "b5be28daddc15f1c0e60b97f004ff809074f5b6943501984f3a0a577e5b6fa83", flattened_ast = "58f2aa6a514785791e5d7e33afe38db9ecb042bed562056e036f2f3bd35ed2bf", destructured_ast = "f380bb5c1d258c8e957a78eee1ff9e66a8846072ae16f6b79a445735dc1b2cdb", inlined_ast = "f380bb5c1d258c8e957a78eee1ff9e66a8846072ae16f6b79a445735dc1b2cdb", dce_ast = "f380bb5c1d258c8e957a78eee1ff9e66a8846072ae16f6b79a445735dc1b2cdb", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/negate_min_fail.out b/tests/expectations/compiler/integers/i8/negate_min_fail.out index 6c2b670f1c..b4f9f251ba 100644 --- a/tests/expectations/compiler/integers/i8/negate_min_fail.out +++ b/tests/expectations/compiler/integers/i8/negate_min_fail.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "15f9ac444e80cc740f479cf4752dc68a63527ad3fa272f1f28d4ff819da708b2", type_checked_symbol_table = "f114ee92ebdd630b62e9704d4bb3d273faedd5513947afcd2cd6fc6cccc3c195", unrolled_symbol_table = "f114ee92ebdd630b62e9704d4bb3d273faedd5513947afcd2cd6fc6cccc3c195", initial_ast = "00d46b6760279d0f21ddca6d737a81d49d10699030ececf8d8a75e5e337cd48a", unrolled_ast = "00d46b6760279d0f21ddca6d737a81d49d10699030ececf8d8a75e5e337cd48a", ssa_ast = "288c9453a9eb1eee2c680b542b14313feb14ec4dd7cf361972f2a692e3b24f6b", flattened_ast = "6b69d8700688b186665b013ec5d7cfa501a128109e656b69b3ca5b1cabf0d491", destructured_ast = "33095f06553da8f91f848bc89c68acf7a368af69f6633cd5588c4d7bfb7dc3c9", inlined_ast = "33095f06553da8f91f848bc89c68acf7a368af69f6633cd5588c4d7bfb7dc3c9", dce_ast = "33095f06553da8f91f848bc89c68acf7a368af69f6633cd5588c4d7bfb7dc3c9", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg -128i8 into r1; diff --git a/tests/expectations/compiler/integers/i8/negate_zero.out b/tests/expectations/compiler/integers/i8/negate_zero.out index 759d2b747a..a2f09941a1 100644 --- a/tests/expectations/compiler/integers/i8/negate_zero.out +++ b/tests/expectations/compiler/integers/i8/negate_zero.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "08c1d52f16efbdf97bf015dcb5a6170ffac25e072839f9ac2299b8e57d93a20e", unrolled_symbol_table = "08c1d52f16efbdf97bf015dcb5a6170ffac25e072839f9ac2299b8e57d93a20e", initial_ast = "619e090d57542c7848adbc6820210df4a40239ea890d41d58fad37b5f2cd4a30", unrolled_ast = "619e090d57542c7848adbc6820210df4a40239ea890d41d58fad37b5f2cd4a30", ssa_ast = "16d4ca4ec665aae3f760a6bee5e4006dffda86663d629d26f3d3cdba3cad278e", flattened_ast = "3f9c99370ee72bc75321f99c963cb84bcd7adcaa37d416dffad45771c020f948", destructured_ast = "0f2f88d1cb2297b8f1d074bfe9e956b6a7fddc491a11a4b8efc68105828b72a1", inlined_ast = "0f2f88d1cb2297b8f1d074bfe9e956b6a7fddc491a11a4b8efc68105828b72a1", dce_ast = "0f2f88d1cb2297b8f1d074bfe9e956b6a7fddc491a11a4b8efc68105828b72a1", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; neg 0i8 into r1; diff --git a/tests/expectations/compiler/integers/i8/operator_methods.out b/tests/expectations/compiler/integers/i8/operator_methods.out index 75c6e7967a..368758a549 100644 --- a/tests/expectations/compiler/integers/i8/operator_methods.out +++ b/tests/expectations/compiler/integers/i8/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cde66f4b30777be5bbf81e86f11c7b68c5004819a4d3da246e755cd5a8683e55", type_checked_symbol_table = "72620aed6d8c589a0d79dd52eb11fabb812de499160743e78b73394c77c0c018", unrolled_symbol_table = "72620aed6d8c589a0d79dd52eb11fabb812de499160743e78b73394c77c0c018", initial_ast = "40a6e7d505f3bab72ee0168162b75b14b8561f12802436474204975b14779390", unrolled_ast = "40a6e7d505f3bab72ee0168162b75b14b8561f12802436474204975b14779390", ssa_ast = "501e9b241e2fffeccf8ca30ce6f9a376b8e44963bd0c6bbf658487bf37dc305e", flattened_ast = "0b29c696a2066c5e0c8a5c7d997308831316e0ebf392f546c83238c3257f5999", destructured_ast = "b7fd5b6b4ab28f85932bfa40ccedb15baa284f4a51ce2810a161176434c3c681", inlined_ast = "b7fd5b6b4ab28f85932bfa40ccedb15baa284f4a51ce2810a161176434c3c681", dce_ast = "ff0ea7839ec47f3d48d7c506cb94a84c723edf417faa9d4a3ed4042f5cf91319", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/or.out b/tests/expectations/compiler/integers/i8/or.out index 5a5592d04f..5436cad4ce 100644 --- a/tests/expectations/compiler/integers/i8/or.out +++ b/tests/expectations/compiler/integers/i8/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "28000689cde1febdc24ecf2aa7352daaf95cae69a3c9282249a794f7fe45eb9f", unrolled_ast = "28000689cde1febdc24ecf2aa7352daaf95cae69a3c9282249a794f7fe45eb9f", ssa_ast = "8924faa4c6649e328ca68e6c24c6a2d0eb6e83bbdcc01a95889e2fa950a06bc9", flattened_ast = "42b538284a04f9e3dda825f4f1b82efc76be9dbdc056d6298ba387d921707b59", destructured_ast = "ea0b06d1ca64206d34367385c1c19a3750fae22239a037303b626c0606c63e09", inlined_ast = "ea0b06d1ca64206d34367385c1c19a3750fae22239a037303b626c0606c63e09", dce_ast = "ea0b06d1ca64206d34367385c1c19a3750fae22239a037303b626c0606c63e09", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/pow.out b/tests/expectations/compiler/integers/i8/pow.out index cc09b84742..8140939faa 100644 --- a/tests/expectations/compiler/integers/i8/pow.out +++ b/tests/expectations/compiler/integers/i8/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "3b9473ecefd63ac652479cc7f639ee7f5fcdcd7ef7036b84ea70e7aff73ddcc3", unrolled_ast = "3b9473ecefd63ac652479cc7f639ee7f5fcdcd7ef7036b84ea70e7aff73ddcc3", ssa_ast = "0cb09af29a30b87d9e67f875a36774c7765284c78ca4b7ba7c1b185b0498a09f", flattened_ast = "3249c8482d4341537f945d5deb9c4c634f547a674698d9324e5dd463b247e800", destructured_ast = "be05c2dc2d82ac15f9ab9e6b83c6849846cf93fe2d817fe065bf9267dbc71627", inlined_ast = "be05c2dc2d82ac15f9ab9e6b83c6849846cf93fe2d817fe065bf9267dbc71627", dce_ast = "be05c2dc2d82ac15f9ab9e6b83c6849846cf93fe2d817fe065bf9267dbc71627", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/rem.out b/tests/expectations/compiler/integers/i8/rem.out index 0b5a909ea2..97dbe392a1 100644 --- a/tests/expectations/compiler/integers/i8/rem.out +++ b/tests/expectations/compiler/integers/i8/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "790ca6db97a376caee5d58993a1835f659484895eda5175eb818dea5ba5705d2", unrolled_ast = "790ca6db97a376caee5d58993a1835f659484895eda5175eb818dea5ba5705d2", ssa_ast = "dd475da4f4a9868997deecfff1f33e84b7b506daf53082f1ddeb1bd75f0a0292", flattened_ast = "89cf57a9df4ab5915df5b09abd02b753e8913789774c086a6ab5b75e98b15bf7", destructured_ast = "3c6d5f7e634f5ea0aa369751d8508fe8927e5a1a9a98ebdfa8bc11fafe207c97", inlined_ast = "3c6d5f7e634f5ea0aa369751d8508fe8927e5a1a9a98ebdfa8bc11fafe207c97", dce_ast = "3c6d5f7e634f5ea0aa369751d8508fe8927e5a1a9a98ebdfa8bc11fafe207c97", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/shl.out b/tests/expectations/compiler/integers/i8/shl.out index 609ac8ee7c..ee4251faf6 100644 --- a/tests/expectations/compiler/integers/i8/shl.out +++ b/tests/expectations/compiler/integers/i8/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "8de158e1b7900d050661761fae0634612f68f5a82d57044a31c06aa73469d2ef", unrolled_ast = "8de158e1b7900d050661761fae0634612f68f5a82d57044a31c06aa73469d2ef", ssa_ast = "21ac6159d8833d72c0d63f28b69ccee7f79a8582a2848421556bced3d7469840", flattened_ast = "e8f1bc558ef6d8a9aa3f80c4d987d68d8bbddbf2c5f568ad1bf1b50064ddea60", destructured_ast = "9d8a48cc561382b3119e92806bdb95c540f5fc63a11f1b2c2d4b08f9a4c264cc", inlined_ast = "9d8a48cc561382b3119e92806bdb95c540f5fc63a11f1b2c2d4b08f9a4c264cc", dce_ast = "9d8a48cc561382b3119e92806bdb95c540f5fc63a11f1b2c2d4b08f9a4c264cc", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/shr.out b/tests/expectations/compiler/integers/i8/shr.out index b74759f8ad..c919bc36fa 100644 --- a/tests/expectations/compiler/integers/i8/shr.out +++ b/tests/expectations/compiler/integers/i8/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "e873a948ea2212c65702eeef784acc23ec190535162bc9f0b23a92b89f1ae48f", unrolled_ast = "e873a948ea2212c65702eeef784acc23ec190535162bc9f0b23a92b89f1ae48f", ssa_ast = "6b6996026d9181a251b760b1722e354dfe40e7971e755e5adb55dbdda7886275", flattened_ast = "28980dc5e410e1168b08e6cd221d5fdf9c569d0fc1dac5bb1433fab76155862f", destructured_ast = "af35294c8fecce341e5d0322bc08132a7e14b4a56070c297f88419ae38a536bd", inlined_ast = "af35294c8fecce341e5d0322bc08132a7e14b4a56070c297f88419ae38a536bd", dce_ast = "af35294c8fecce341e5d0322bc08132a7e14b4a56070c297f88419ae38a536bd", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/sub.out b/tests/expectations/compiler/integers/i8/sub.out index ed29aa86a0..11f20fb417 100644 --- a/tests/expectations/compiler/integers/i8/sub.out +++ b/tests/expectations/compiler/integers/i8/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "21e90fe7d6f31f80a2c7e2c9d8eda0b9f13c6b0f810a2eaa86441805fe91f4fa", type_checked_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", unrolled_symbol_table = "cce30978c007083c138587349358f116ae192df25f14060c376ded79d4e00674", initial_ast = "7bab03f89dddb73c6c58b6ab1033668210f56e83b546b52c6d8115ffbe7ba4b9", unrolled_ast = "7bab03f89dddb73c6c58b6ab1033668210f56e83b546b52c6d8115ffbe7ba4b9", ssa_ast = "6a6a6e42c99d148a2752ad5c6f99f49b84e419423e890151c3123b3fcef0d934", flattened_ast = "ad984f66575dfb99ca5859ac1eff1ab0dcb3bd619e01bb8a231a81d5c16ab566", destructured_ast = "18751b6a9563eeac8de77864c1a4393c90187aae79168addfadbeb0a049850e6", inlined_ast = "18751b6a9563eeac8de77864c1a4393c90187aae79168addfadbeb0a049850e6", dce_ast = "18751b6a9563eeac8de77864c1a4393c90187aae79168addfadbeb0a049850e6", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/ternary.out b/tests/expectations/compiler/integers/i8/ternary.out index 3ac32a9906..0864f5a018 100644 --- a/tests/expectations/compiler/integers/i8/ternary.out +++ b/tests/expectations/compiler/integers/i8/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "634b2768785c05c66dcda182dfd1c64b4b3861966cad3e6e666f7b1cf40fe35a", type_checked_symbol_table = "0ed12672775b971c53c6240c96b2751dc600c55e48a9ae1673f4635904b7ec47", unrolled_symbol_table = "0ed12672775b971c53c6240c96b2751dc600c55e48a9ae1673f4635904b7ec47", initial_ast = "60adde5bf7e2364454a7d3b4f52286f35892a3872065c68f443ddfccd48c4dd7", unrolled_ast = "60adde5bf7e2364454a7d3b4f52286f35892a3872065c68f443ddfccd48c4dd7", ssa_ast = "94c44fed7fd02dac3273323118e03cf914016612d833bd095e134c34c26d1dd1", flattened_ast = "059479635a590362fd8bdef355165b9996190c2ad13bb986befe8302fd392bb8", destructured_ast = "d95c83881b00fa074b95a90fc36d2886bbcc4892b08b467c0b1c8569d8303a3b", inlined_ast = "d95c83881b00fa074b95a90fc36d2886bbcc4892b08b467c0b1c8569d8303a3b", dce_ast = "d95c83881b00fa074b95a90fc36d2886bbcc4892b08b467c0b1c8569d8303a3b", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/i8/xor.out b/tests/expectations/compiler/integers/i8/xor.out index 326d304ac6..24229d04c9 100644 --- a/tests/expectations/compiler/integers/i8/xor.out +++ b/tests/expectations/compiler/integers/i8/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1b7f3cd480494050dfb820aebc0231f7a7d435dde4781101be2ae532c52834bb", type_checked_symbol_table = "31541aba8454f5d35c17d3b3e3893b07f6c183758f6e2825f04da69e4f4d1f01", unrolled_symbol_table = "31541aba8454f5d35c17d3b3e3893b07f6c183758f6e2825f04da69e4f4d1f01", initial_ast = "32fbb4c6f9df36028b9f9a134c3ebfe57f4d56224b844d7c90af0a61a858abbf", unrolled_ast = "32fbb4c6f9df36028b9f9a134c3ebfe57f4d56224b844d7c90af0a61a858abbf", ssa_ast = "35524d9ad7684059c47302c97fd78c259352211e37fa3a1d1938a83bbbb6581f", flattened_ast = "fc677cb4bee4ec7b6d9e7de234c3ed93dbc26ccf4e7430bcc748fe8cf8def92d", destructured_ast = "f3990af79882485cfd8217ff798b72128968c7d2d303a93c98cafbdb2c438f79", inlined_ast = "f3990af79882485cfd8217ff798b72128968c7d2d303a93c98cafbdb2c438f79", dce_ast = "f3990af79882485cfd8217ff798b72128968c7d2d303a93c98cafbdb2c438f79", bytecode = """ program test.aleo; - - function main: input r0 as i8.private; input r1 as i8.private; diff --git a/tests/expectations/compiler/integers/u128/add.out b/tests/expectations/compiler/integers/u128/add.out index ccb8aa3ee6..95e5b77098 100644 --- a/tests/expectations/compiler/integers/u128/add.out +++ b/tests/expectations/compiler/integers/u128/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "06e22df9c4c860e037e401390ade75ff633b29f25a8b04285ca27b24ebbfa03b", unrolled_ast = "06e22df9c4c860e037e401390ade75ff633b29f25a8b04285ca27b24ebbfa03b", ssa_ast = "7e4b2bbad73a438a6305ca4ab8e15f3c3dc2dbc166a47787d03ca8155e8aad62", flattened_ast = "e243f82d11e96c47e83665996c8a2b926319539da6f8aaf36aa46ed0f6455cea", destructured_ast = "ea5a44bd55844e64e76a59f244352cfe20c7b2eb17bc1d2efcb34cdd938b0048", inlined_ast = "ea5a44bd55844e64e76a59f244352cfe20c7b2eb17bc1d2efcb34cdd938b0048", dce_ast = "ea5a44bd55844e64e76a59f244352cfe20c7b2eb17bc1d2efcb34cdd938b0048", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/and.out b/tests/expectations/compiler/integers/u128/and.out index c98143dea5..0cd850abce 100644 --- a/tests/expectations/compiler/integers/u128/and.out +++ b/tests/expectations/compiler/integers/u128/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "76749861903281b19dab3e7b6e544442e58edc12d1e5c3a400438b7bf1a026f6", unrolled_ast = "76749861903281b19dab3e7b6e544442e58edc12d1e5c3a400438b7bf1a026f6", ssa_ast = "2f04220dc17aee851dff4e2c77457e0f1289a10aa4d5b9d6b84799b7d2df260c", flattened_ast = "e279be02a678e9216ebf873682243c11d3fc6780afed29739d24e541f701cacb", destructured_ast = "72b2301674f03d70d4654b72ff51f1e79e6319045132f6c95da38b17e1465f99", inlined_ast = "72b2301674f03d70d4654b72ff51f1e79e6319045132f6c95da38b17e1465f99", dce_ast = "72b2301674f03d70d4654b72ff51f1e79e6319045132f6c95da38b17e1465f99", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/console_assert.out b/tests/expectations/compiler/integers/u128/console_assert.out index 3dd2ad3779..f24bbeee62 100644 --- a/tests/expectations/compiler/integers/u128/console_assert.out +++ b/tests/expectations/compiler/integers/u128/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9404c76b806825d1ca1812b7c9e29ff84afa1859ce9585408e8d620ff5a88148", type_checked_symbol_table = "ce79998db03dc953d49b166db2fa5ce5c2eca7e3df0f936b1aedb04c6e1b9462", unrolled_symbol_table = "ce79998db03dc953d49b166db2fa5ce5c2eca7e3df0f936b1aedb04c6e1b9462", initial_ast = "bbe99c2f4d95f4c6ee0ed4c3b6ca46cedafbeae624cbd7de34284f907a3c3804", unrolled_ast = "bbe99c2f4d95f4c6ee0ed4c3b6ca46cedafbeae624cbd7de34284f907a3c3804", ssa_ast = "3d8f320b88d69cb6f2a31b69bda73268904c596145c3701da3a5c71f85e02c16", flattened_ast = "3219b24e66c04e5c9a997e7644639b347be8257ec0d7e6e48bef007953f4998c", destructured_ast = "4924fe5d742b6c0ec06a6da2cd09ceddf201a40d43b89c91c36c9b6e9c6d0c72", inlined_ast = "4924fe5d742b6c0ec06a6da2cd09ceddf201a40d43b89c91c36c9b6e9c6d0c72", dce_ast = "4924fe5d742b6c0ec06a6da2cd09ceddf201a40d43b89c91c36c9b6e9c6d0c72", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/div.out b/tests/expectations/compiler/integers/u128/div.out index 54fa6e1915..133ae91dd6 100644 --- a/tests/expectations/compiler/integers/u128/div.out +++ b/tests/expectations/compiler/integers/u128/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "8d19b3874ae970e39557a45194b6683807e32580b98ee6cbc1558bd5ecfaa69a", unrolled_ast = "8d19b3874ae970e39557a45194b6683807e32580b98ee6cbc1558bd5ecfaa69a", ssa_ast = "2c432790f8363178978892bf206c7846c8ecaecbf0edace64ad639cab4c38548", flattened_ast = "f01e02dc073af7c06aaf46c7cf5005d888f7227beece09717b5fe5f98bd4e874", destructured_ast = "7236b5a3dca767a2f1e591b1779fcc6a250d1a0b25dbb5116440d4f6c97236ce", inlined_ast = "7236b5a3dca767a2f1e591b1779fcc6a250d1a0b25dbb5116440d4f6c97236ce", dce_ast = "7236b5a3dca767a2f1e591b1779fcc6a250d1a0b25dbb5116440d4f6c97236ce", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/eq.out b/tests/expectations/compiler/integers/u128/eq.out index 5f899a6f08..d6cc3e98a7 100644 --- a/tests/expectations/compiler/integers/u128/eq.out +++ b/tests/expectations/compiler/integers/u128/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64a7cbc0a3c050206ad6948c90eccb6ec28e0a1cbeed1f1a8974562d024b6941", type_checked_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", unrolled_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", initial_ast = "b182735c2705eb89613de7e2be800b3884f7b465c0dd0dd6e850164e005c73af", unrolled_ast = "b182735c2705eb89613de7e2be800b3884f7b465c0dd0dd6e850164e005c73af", ssa_ast = "2a467a2a311e913409f5f797fab2111a3ea57e4f846e6c264c15b1d228ec52a3", flattened_ast = "56322624915988eb2dc8456fe647e99fe4a668595a9ec60bfff51e08c1ac52b8", destructured_ast = "1a0890217a10e6aa8f2459d051338aeec840825c26a5516d46eec34c17ccff8f", inlined_ast = "1a0890217a10e6aa8f2459d051338aeec840825c26a5516d46eec34c17ccff8f", dce_ast = "1a0890217a10e6aa8f2459d051338aeec840825c26a5516d46eec34c17ccff8f", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/ge.out b/tests/expectations/compiler/integers/u128/ge.out index aa95f6cbf7..a3850c435c 100644 --- a/tests/expectations/compiler/integers/u128/ge.out +++ b/tests/expectations/compiler/integers/u128/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64a7cbc0a3c050206ad6948c90eccb6ec28e0a1cbeed1f1a8974562d024b6941", type_checked_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", unrolled_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", initial_ast = "d9d94d74de451462e38997e3f8d00c3b607db53415684e46eeb6768d0a4c4e0b", unrolled_ast = "d9d94d74de451462e38997e3f8d00c3b607db53415684e46eeb6768d0a4c4e0b", ssa_ast = "2d0729a4690fdb7e9b64142e0187fcab7468b78633f852cbd9352031a0480f06", flattened_ast = "0383174f697506450621724d3906e697b73c378e6520c70031192ff81cb29ee5", destructured_ast = "afb68c51e8a0d2b7d23b18dedbc72850638e4ba5f59fa90f33631c20a2f44201", inlined_ast = "afb68c51e8a0d2b7d23b18dedbc72850638e4ba5f59fa90f33631c20a2f44201", dce_ast = "afb68c51e8a0d2b7d23b18dedbc72850638e4ba5f59fa90f33631c20a2f44201", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/gt.out b/tests/expectations/compiler/integers/u128/gt.out index 83041a601f..acde5a2506 100644 --- a/tests/expectations/compiler/integers/u128/gt.out +++ b/tests/expectations/compiler/integers/u128/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64a7cbc0a3c050206ad6948c90eccb6ec28e0a1cbeed1f1a8974562d024b6941", type_checked_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", unrolled_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", initial_ast = "7400a1e3a0f8a630b7ed61dccc42960f9231720a6764fe707bba330abeee73b9", unrolled_ast = "7400a1e3a0f8a630b7ed61dccc42960f9231720a6764fe707bba330abeee73b9", ssa_ast = "fa8e6842c09bb2e8d4cbf9fd56b2154ee9b6ed8cd750f74ea84776bb5863565e", flattened_ast = "f69f52100df30c4a88f2a8b0c93e0f2054d3cb93752b71d1758ecba94814056b", destructured_ast = "cc3bf7da13c04c8dd573a3b7ddd992547537535df68e52e0bceec3211e38295c", inlined_ast = "cc3bf7da13c04c8dd573a3b7ddd992547537535df68e52e0bceec3211e38295c", dce_ast = "cc3bf7da13c04c8dd573a3b7ddd992547537535df68e52e0bceec3211e38295c", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/hex_and_bin.out b/tests/expectations/compiler/integers/u128/hex_and_bin.out index 61d1309d13..b03cf25047 100644 --- a/tests/expectations/compiler/integers/u128/hex_and_bin.out +++ b/tests/expectations/compiler/integers/u128/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d900dfe2093ee00a1f8dbfe32766f6714c19e7aa625af411c14f3e1e4ace62d5", type_checked_symbol_table = "7f9f635729dc71d9463d8a943f79216857dd19cea5770713ab474a9f37aa7604", unrolled_symbol_table = "7f9f635729dc71d9463d8a943f79216857dd19cea5770713ab474a9f37aa7604", initial_ast = "ea2d4e0f8cad656cba8604d765d5094b4a72aa2b5ce13057b8700a669117f279", unrolled_ast = "ea2d4e0f8cad656cba8604d765d5094b4a72aa2b5ce13057b8700a669117f279", ssa_ast = "72472d8b6907245f07f890263095ffcac1e321306511a59ceb34dd8139c28265", flattened_ast = "2c68ce2e5dc1d0a10cb5d89602ca4f51a6d300b42e8fe23eb08163b7d1f3eaca", destructured_ast = "04e6742406ee38042a22e02f0eb9cb3012758c9c3f4d32ef67e976f15c958283", inlined_ast = "04e6742406ee38042a22e02f0eb9cb3012758c9c3f4d32ef67e976f15c958283", dce_ast = "04e6742406ee38042a22e02f0eb9cb3012758c9c3f4d32ef67e976f15c958283", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/le.out b/tests/expectations/compiler/integers/u128/le.out index aa045a32d0..cc9fde8887 100644 --- a/tests/expectations/compiler/integers/u128/le.out +++ b/tests/expectations/compiler/integers/u128/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64a7cbc0a3c050206ad6948c90eccb6ec28e0a1cbeed1f1a8974562d024b6941", type_checked_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", unrolled_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", initial_ast = "4b9a54bbc841fc722911e6184211bd06fea233dbacf9654ff60de53ed1828fde", unrolled_ast = "4b9a54bbc841fc722911e6184211bd06fea233dbacf9654ff60de53ed1828fde", ssa_ast = "b806245da8ff0e71f7ef7649150774b86f688322b317503bea36fe03903bac2a", flattened_ast = "13c9473632dba6262c5e25fec7815c8d3a270c23879a58f11068eac64630b169", destructured_ast = "cf992d3a620a1bdd5866165ffa47b6b5f81db32a30037948eb5384ab4da07d9b", inlined_ast = "cf992d3a620a1bdd5866165ffa47b6b5f81db32a30037948eb5384ab4da07d9b", dce_ast = "cf992d3a620a1bdd5866165ffa47b6b5f81db32a30037948eb5384ab4da07d9b", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/lt.out b/tests/expectations/compiler/integers/u128/lt.out index e0a75a0cc8..45d7d877db 100644 --- a/tests/expectations/compiler/integers/u128/lt.out +++ b/tests/expectations/compiler/integers/u128/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64a7cbc0a3c050206ad6948c90eccb6ec28e0a1cbeed1f1a8974562d024b6941", type_checked_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", unrolled_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", initial_ast = "647b15b62951e554b47ea4e4ad8250bba7b0ec452e9b95d8d4e762fcbeb0cfd1", unrolled_ast = "647b15b62951e554b47ea4e4ad8250bba7b0ec452e9b95d8d4e762fcbeb0cfd1", ssa_ast = "dd63d833c5895da15d47cece7a98896795fe4e5652f324e753d113b338ee1d0b", flattened_ast = "f13d8e3203656805d6bc6e53bda2aa8b43540abd15b3d103edef3e74544be3ca", destructured_ast = "a1d1000e6d6818b900f6c6a77dedf0d9f40287dba9675d669903798575bd38cc", inlined_ast = "a1d1000e6d6818b900f6c6a77dedf0d9f40287dba9675d669903798575bd38cc", dce_ast = "a1d1000e6d6818b900f6c6a77dedf0d9f40287dba9675d669903798575bd38cc", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/max.out b/tests/expectations/compiler/integers/u128/max.out index 875d0579a6..0f06cbbae3 100644 --- a/tests/expectations/compiler/integers/u128/max.out +++ b/tests/expectations/compiler/integers/u128/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "8d7211bc55488085e6085c8a80ba8202a8b3063586f5a1c6044eea5dddc76d60", unrolled_symbol_table = "8d7211bc55488085e6085c8a80ba8202a8b3063586f5a1c6044eea5dddc76d60", initial_ast = "e2cfdc0b9e146af70930f9f88e903a24de5104609c7d364e07ca8047994de830", unrolled_ast = "e2cfdc0b9e146af70930f9f88e903a24de5104609c7d364e07ca8047994de830", ssa_ast = "426edfe68afb815cabc357144ab421e9b7f55ef1ef5d1307140502869ec4f4c0", flattened_ast = "44f20236bd23921f8c66ba6888c92e3683694cbb3d06a00fc0c6e33bd689b138", destructured_ast = "ef0373a9516d4d48bfbeb9487943f1b55e7addd3ac3c04b42b8bb9fa306e3531", inlined_ast = "ef0373a9516d4d48bfbeb9487943f1b55e7addd3ac3c04b42b8bb9fa306e3531", dce_ast = "8256a3090025d0b9e157d76f10653922a0f1d9ecd8e39c06be43808cccd96fc7", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u128/min.out b/tests/expectations/compiler/integers/u128/min.out index 75534a9c43..9dcfd1ee92 100644 --- a/tests/expectations/compiler/integers/u128/min.out +++ b/tests/expectations/compiler/integers/u128/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "8d7211bc55488085e6085c8a80ba8202a8b3063586f5a1c6044eea5dddc76d60", unrolled_symbol_table = "8d7211bc55488085e6085c8a80ba8202a8b3063586f5a1c6044eea5dddc76d60", initial_ast = "49222e48d032e0b302251d781d5433c255acb6490b8d893051161801c2d964eb", unrolled_ast = "49222e48d032e0b302251d781d5433c255acb6490b8d893051161801c2d964eb", ssa_ast = "1a9e828593de17bee6251aed37b0cec3b16b5740ace9291eac80a0a4a185fd71", flattened_ast = "c5dbc6b4e56e62594b5db3453b76d8fbfebc2a164949402c0a15e2eb166a48e0", destructured_ast = "a252a58c379311fea0dd51c175adf306c62878b2eb45ad0ef8cf5905a0e7cb0b", inlined_ast = "a252a58c379311fea0dd51c175adf306c62878b2eb45ad0ef8cf5905a0e7cb0b", dce_ast = "d017ac28810feab75f374e47c34167c980b961ae15e9eacf6c6d0c6c947bfe0e", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u128/mul.out b/tests/expectations/compiler/integers/u128/mul.out index c51bf8a870..f707787948 100644 --- a/tests/expectations/compiler/integers/u128/mul.out +++ b/tests/expectations/compiler/integers/u128/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "19ea23ce6223461ff9a22a24d478fb0444a32825ead031a0f6aee98a388d245b", unrolled_ast = "19ea23ce6223461ff9a22a24d478fb0444a32825ead031a0f6aee98a388d245b", ssa_ast = "fa2c7ed0ad2556d8d050e452bc6c8460b1e0126f12cac370e274b883421f0b9b", flattened_ast = "4bd80ef1c4d970155e1678a072a944c188e75acab767d3330941678d05e7c846", destructured_ast = "3630ed27fcedaef7db7626f1f1c30b2166706a5f83c992b7c9a2aabacf0be1bd", inlined_ast = "3630ed27fcedaef7db7626f1f1c30b2166706a5f83c992b7c9a2aabacf0be1bd", dce_ast = "3630ed27fcedaef7db7626f1f1c30b2166706a5f83c992b7c9a2aabacf0be1bd", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/ne.out b/tests/expectations/compiler/integers/u128/ne.out index aa7b61450b..98d252abe9 100644 --- a/tests/expectations/compiler/integers/u128/ne.out +++ b/tests/expectations/compiler/integers/u128/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "64a7cbc0a3c050206ad6948c90eccb6ec28e0a1cbeed1f1a8974562d024b6941", type_checked_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", unrolled_symbol_table = "84384a022a62a5987b3bbbb94b090e8a00b784c7ca7130db849b3f8d5e616ee3", initial_ast = "3a8abc966326b034799f3ad41dae77788c6e2f0d59bdb6308fbb6f2811f77c8a", unrolled_ast = "3a8abc966326b034799f3ad41dae77788c6e2f0d59bdb6308fbb6f2811f77c8a", ssa_ast = "a29630e8fc2268045a178ba42e7bd8acdbeaf860cc8a70bf641ee3a291c3ceaf", flattened_ast = "c2d6d250cca33f329cb3c7f8f42a0f0bd5e8fccbb9f603795e9b9a9419e1b8b0", destructured_ast = "1dd9d0bef3947f7ea7d80557c5939a58de9a8e694e7d87a9dc5834648552d97e", inlined_ast = "1dd9d0bef3947f7ea7d80557c5939a58de9a8e694e7d87a9dc5834648552d97e", dce_ast = "1dd9d0bef3947f7ea7d80557c5939a58de9a8e694e7d87a9dc5834648552d97e", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/operator_methods.out b/tests/expectations/compiler/integers/u128/operator_methods.out index db76243fe5..4b6affcbea 100644 --- a/tests/expectations/compiler/integers/u128/operator_methods.out +++ b/tests/expectations/compiler/integers/u128/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9404c76b806825d1ca1812b7c9e29ff84afa1859ce9585408e8d620ff5a88148", type_checked_symbol_table = "cc9806ecfbb7e54c20a37ffb9f762a880ee8e620d3f5468dd7f12624be394f41", unrolled_symbol_table = "cc9806ecfbb7e54c20a37ffb9f762a880ee8e620d3f5468dd7f12624be394f41", initial_ast = "77cf9c78593c16073d72d326e2988565065e8465116893917e25d1530a7e87ce", unrolled_ast = "77cf9c78593c16073d72d326e2988565065e8465116893917e25d1530a7e87ce", ssa_ast = "992a6b632ea1739f1832b79d9e5bc6392dc1f882f4ce3d71291c6e7ecd905850", flattened_ast = "04be780806cc770e3e24b4a7810a0c8b12089419810ffbbb94c30a0dd44ab5cb", destructured_ast = "9e865e431385fc520e8cb08b031c95983de69bb4d65ee8fbc284c094169d5293", inlined_ast = "9e865e431385fc520e8cb08b031c95983de69bb4d65ee8fbc284c094169d5293", dce_ast = "9bdd245f1fa0d7a016cb5089065693e56101899e978fcd485f8b02a935326b84", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/or.out b/tests/expectations/compiler/integers/u128/or.out index 96f51f81c0..998213325c 100644 --- a/tests/expectations/compiler/integers/u128/or.out +++ b/tests/expectations/compiler/integers/u128/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "da2fbc5bbed7ab4513c0340c1fc42ac41e94c5bb22bd452b67e4a02c28979738", unrolled_ast = "da2fbc5bbed7ab4513c0340c1fc42ac41e94c5bb22bd452b67e4a02c28979738", ssa_ast = "d08948c78c9205b0838ce2ecb26f5e995f7a2f3dff99baa4409cfd9b52c8be37", flattened_ast = "acf8f2ec26e420c388586e6fb883a88e90cb3144be8cc5d48dea171e0b63b8b0", destructured_ast = "39208d78b1606e9d247df8fe2a09149cce41f0bf0c02c06635367ea7b82d8d6a", inlined_ast = "39208d78b1606e9d247df8fe2a09149cce41f0bf0c02c06635367ea7b82d8d6a", dce_ast = "39208d78b1606e9d247df8fe2a09149cce41f0bf0c02c06635367ea7b82d8d6a", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/pow.out b/tests/expectations/compiler/integers/u128/pow.out index 307d5b0788..bb7d2b00e0 100644 --- a/tests/expectations/compiler/integers/u128/pow.out +++ b/tests/expectations/compiler/integers/u128/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "98502a5edeced84c8178662883aec6fc047e82b721d77c2131c1e6647b9b78dd", unrolled_ast = "98502a5edeced84c8178662883aec6fc047e82b721d77c2131c1e6647b9b78dd", ssa_ast = "19d4101f85bbad70478c394d5fc17a4e6ab40d99520fbc5e1ac08c129c87280d", flattened_ast = "f009f0accb10699e76cd020283f8dfa4960af79ab6068e54e4489da00af92dfb", destructured_ast = "68ba4a9441ff5bab7144132ec9f37e5040232a5f48912e718a7cf973ae4ef60c", inlined_ast = "68ba4a9441ff5bab7144132ec9f37e5040232a5f48912e718a7cf973ae4ef60c", dce_ast = "68ba4a9441ff5bab7144132ec9f37e5040232a5f48912e718a7cf973ae4ef60c", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/rem.out b/tests/expectations/compiler/integers/u128/rem.out index 4d58707b94..8ab71ecacd 100644 --- a/tests/expectations/compiler/integers/u128/rem.out +++ b/tests/expectations/compiler/integers/u128/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "bf52962f08e16c3d89637b697a8c4537972f351f6114c3fbbb8deb99cdb2d699", unrolled_ast = "bf52962f08e16c3d89637b697a8c4537972f351f6114c3fbbb8deb99cdb2d699", ssa_ast = "0c985ccdb7b52ce4e2a03dc8c3f44813f12fdb4836bb617dd34d77734aa8cef4", flattened_ast = "2ea6da65f60ab0fbe61f800de101869ce72ad28f3f3ec910830ef4d4dff0cb14", destructured_ast = "8f941af9b578d28196074b8c16c4895d4d472d0000618ffd58a112f0af21c5d2", inlined_ast = "8f941af9b578d28196074b8c16c4895d4d472d0000618ffd58a112f0af21c5d2", dce_ast = "8f941af9b578d28196074b8c16c4895d4d472d0000618ffd58a112f0af21c5d2", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/shl.out b/tests/expectations/compiler/integers/u128/shl.out index 374931f6d9..02bd551fde 100644 --- a/tests/expectations/compiler/integers/u128/shl.out +++ b/tests/expectations/compiler/integers/u128/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "89d5229c3423973413e91de61ae60a661a5475a1d9f5eaadba11b670af749d28", unrolled_ast = "89d5229c3423973413e91de61ae60a661a5475a1d9f5eaadba11b670af749d28", ssa_ast = "81812ed745f244eac184b84ad97ed27d312818dba9f72b88506b116cd9d34a11", flattened_ast = "71cec70a1930135402aa8e181b5c73cf5eeb42d8c8a8bd91b272b4f92219c324", destructured_ast = "3fd95ec1646150164eea714df5cf9093205b72198c721ad852ec175302c5d0aa", inlined_ast = "3fd95ec1646150164eea714df5cf9093205b72198c721ad852ec175302c5d0aa", dce_ast = "3fd95ec1646150164eea714df5cf9093205b72198c721ad852ec175302c5d0aa", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/shr.out b/tests/expectations/compiler/integers/u128/shr.out index d56e293a48..925ecfe6fe 100644 --- a/tests/expectations/compiler/integers/u128/shr.out +++ b/tests/expectations/compiler/integers/u128/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "75d12dd7a34bfb55032cd61803a07d3dfe94aa56e7ab249f4f93e5fbb2deefd4", unrolled_ast = "75d12dd7a34bfb55032cd61803a07d3dfe94aa56e7ab249f4f93e5fbb2deefd4", ssa_ast = "50c806bee4b10b119ac71a7743e73dc1ed479f54f1af532c236fd50b54bde847", flattened_ast = "d68b1862cfcbbd96cbe64fc8a9ec3fe87abd430d617a73d7352061a73c08e3c0", destructured_ast = "3320f40a4b4f5fd85e18c79850f35e2d243ea0e60297937848216d8b87beccf4", inlined_ast = "3320f40a4b4f5fd85e18c79850f35e2d243ea0e60297937848216d8b87beccf4", dce_ast = "3320f40a4b4f5fd85e18c79850f35e2d243ea0e60297937848216d8b87beccf4", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/sub.out b/tests/expectations/compiler/integers/u128/sub.out index 8648eeee35..3235059821 100644 --- a/tests/expectations/compiler/integers/u128/sub.out +++ b/tests/expectations/compiler/integers/u128/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4818ec559c9cd9da87295e749b1927cf043fd024b3a5056bd26ecdc47d87f0aa", type_checked_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", unrolled_symbol_table = "69e0a0350226cbac39a5fc3af8cdbae87f89a4f1aca4d8ae1d34471352d91855", initial_ast = "e111b01d86e9c51133c6c14c30032d0691c65bc04c9257007370695920c3aa84", unrolled_ast = "e111b01d86e9c51133c6c14c30032d0691c65bc04c9257007370695920c3aa84", ssa_ast = "43e124b65f7bbad5d4e669126c64e23893a84d01f7c9d3019bba685249bf12ed", flattened_ast = "819a41c083cbb32a83b5513b558694b7b4a6985988e941df2bc8b81b9323eb3b", destructured_ast = "f7a33c1d9921b382542d9aa5ba73a9d033794f2ebc52f2c71dfdfe699ae4e698", inlined_ast = "f7a33c1d9921b382542d9aa5ba73a9d033794f2ebc52f2c71dfdfe699ae4e698", dce_ast = "f7a33c1d9921b382542d9aa5ba73a9d033794f2ebc52f2c71dfdfe699ae4e698", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/ternary.out b/tests/expectations/compiler/integers/u128/ternary.out index d37ea352ff..3fc0cd0c1f 100644 --- a/tests/expectations/compiler/integers/u128/ternary.out +++ b/tests/expectations/compiler/integers/u128/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9a4c432fa060a629bac49377ad3eb0ddb836080e6a821e70985d426702529fd0", type_checked_symbol_table = "b4f99bc329d2ac8f0a4d6e207c56eca34d16b3950fd904bbbde4aaf39c83708e", unrolled_symbol_table = "b4f99bc329d2ac8f0a4d6e207c56eca34d16b3950fd904bbbde4aaf39c83708e", initial_ast = "297478f425756a7f86d07afde03b7594f71d619779928cfe049b1e9b865584c0", unrolled_ast = "297478f425756a7f86d07afde03b7594f71d619779928cfe049b1e9b865584c0", ssa_ast = "681fe12057eda00bfe0e5490e208571545aa221b389af469b98b9b18fbb82dcc", flattened_ast = "d1b2be1d274bc2aa0bd0ab387d024bac6bb9be9f8f9c81e344bc48126a728a07", destructured_ast = "92a88d9b32009f40dcaeb4264037d29c56350666e3272065a163adc79ef959cf", inlined_ast = "92a88d9b32009f40dcaeb4264037d29c56350666e3272065a163adc79ef959cf", dce_ast = "92a88d9b32009f40dcaeb4264037d29c56350666e3272065a163adc79ef959cf", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u128/xor.out b/tests/expectations/compiler/integers/u128/xor.out index c944aeac0f..cd64550ee5 100644 --- a/tests/expectations/compiler/integers/u128/xor.out +++ b/tests/expectations/compiler/integers/u128/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "2359c19a39885558fd4f9784dce78637f4dca5cc38539559e5c3bfdf41e78773", type_checked_symbol_table = "c35e96684ead8ab8d91f7044682cf30c086287cf6d27570705222758bfb77f2e", unrolled_symbol_table = "c35e96684ead8ab8d91f7044682cf30c086287cf6d27570705222758bfb77f2e", initial_ast = "af766f47865f7935581c83ba9a7cfb41778c43a29dae787e5673af4836709358", unrolled_ast = "af766f47865f7935581c83ba9a7cfb41778c43a29dae787e5673af4836709358", ssa_ast = "413999f32e5fc5f11adfc8814d77749c893ebf3337a654abc3689688da4ba074", flattened_ast = "7fc614bf09f57d9f447f0ed1cc681a0a4fe84c7f5f4c8fa24457098a78e6c01f", destructured_ast = "6d4a893147abe21437aadf62095ce50260b5b9b04422dcc6bac9ae08c0c50318", inlined_ast = "6d4a893147abe21437aadf62095ce50260b5b9b04422dcc6bac9ae08c0c50318", dce_ast = "6d4a893147abe21437aadf62095ce50260b5b9b04422dcc6bac9ae08c0c50318", bytecode = """ program test.aleo; - - function main: input r0 as u128.private; input r1 as u128.private; diff --git a/tests/expectations/compiler/integers/u16/add.out b/tests/expectations/compiler/integers/u16/add.out index 32ba391f20..b0d42d8086 100644 --- a/tests/expectations/compiler/integers/u16/add.out +++ b/tests/expectations/compiler/integers/u16/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "388ba0aa68c04213e05f5262145dcd7fe9f2cbfdd66f3c83dbe92967a26930bf", unrolled_ast = "388ba0aa68c04213e05f5262145dcd7fe9f2cbfdd66f3c83dbe92967a26930bf", ssa_ast = "3218c7648d345778039e406d3bef059d9b1d5c3c84c58b4dbecceb7d24cacf1c", flattened_ast = "2d2f8d0495c63418f94a58ea03cede3f9041dcee1bfcbe51b882a520be4212ec", destructured_ast = "2e4e2facf496c32b6d9174983bd49674b771d34708a9c7409b93205ec281fb88", inlined_ast = "2e4e2facf496c32b6d9174983bd49674b771d34708a9c7409b93205ec281fb88", dce_ast = "2e4e2facf496c32b6d9174983bd49674b771d34708a9c7409b93205ec281fb88", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/and.out b/tests/expectations/compiler/integers/u16/and.out index bd8991665d..55889323f8 100644 --- a/tests/expectations/compiler/integers/u16/and.out +++ b/tests/expectations/compiler/integers/u16/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "d385bfa59f684e7baf62a91517a12274a1a5331eb3924b76e30a6a04e8728059", unrolled_ast = "d385bfa59f684e7baf62a91517a12274a1a5331eb3924b76e30a6a04e8728059", ssa_ast = "6d0ebbea535eba8896194651ce65c1d6ae1558cf04540dbaf57e3e860b944ee3", flattened_ast = "d20bf0f1aca0778e057a768ee09ee6f406f0d5159b894a3c38f727515faf38ef", destructured_ast = "e33f0cad47802a7c6b00493f05ac006b20f193171b0d5387cabfeeff5a393601", inlined_ast = "e33f0cad47802a7c6b00493f05ac006b20f193171b0d5387cabfeeff5a393601", dce_ast = "e33f0cad47802a7c6b00493f05ac006b20f193171b0d5387cabfeeff5a393601", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/console_assert.out b/tests/expectations/compiler/integers/u16/console_assert.out index c1b94e40d2..7d1c273a35 100644 --- a/tests/expectations/compiler/integers/u16/console_assert.out +++ b/tests/expectations/compiler/integers/u16/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "97760c0ab9cc2a63264659dc870f9b0ba8782c438a6df83c03b43af3cec36698", type_checked_symbol_table = "0de464f6bc01710e288c177f1263615feee743b686b92ff9aea4d4439a0507f1", unrolled_symbol_table = "0de464f6bc01710e288c177f1263615feee743b686b92ff9aea4d4439a0507f1", initial_ast = "7e34deb1e28eaf03030212286dc82b54ae00fd569d72319d4d3a1a019dfa34d8", unrolled_ast = "7e34deb1e28eaf03030212286dc82b54ae00fd569d72319d4d3a1a019dfa34d8", ssa_ast = "fdc2884ab511557a02270c7da6af68cb729fa072c1cd084f1c9a23b58f744501", flattened_ast = "abaf090a870b221f6b3026a493e758d0c564ea233ae7fa5d963bdf037bf96928", destructured_ast = "c9abfa575e20dae987b08e409a23d895a0f773a4d69bc851588b3d36d184ba42", inlined_ast = "c9abfa575e20dae987b08e409a23d895a0f773a4d69bc851588b3d36d184ba42", dce_ast = "c9abfa575e20dae987b08e409a23d895a0f773a4d69bc851588b3d36d184ba42", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/div.out b/tests/expectations/compiler/integers/u16/div.out index fad8601e40..172378ee3d 100644 --- a/tests/expectations/compiler/integers/u16/div.out +++ b/tests/expectations/compiler/integers/u16/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "ae2ddc3a870ed99f88e4d3e5290c14595e44f8363c796f035240a0d8d87fa967", unrolled_ast = "ae2ddc3a870ed99f88e4d3e5290c14595e44f8363c796f035240a0d8d87fa967", ssa_ast = "a67178cf8881c9c808d684fee85c8e3de30c07e1418258ea2dec20089a58b786", flattened_ast = "149fb678292e8aa63f457fb3d4d508f82e2a2d10b17ad75466f98900942d2267", destructured_ast = "d5e009e2e70a04b283b1016562d0167fc1cb0608151616b203264b9da5850857", inlined_ast = "d5e009e2e70a04b283b1016562d0167fc1cb0608151616b203264b9da5850857", dce_ast = "d5e009e2e70a04b283b1016562d0167fc1cb0608151616b203264b9da5850857", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/eq.out b/tests/expectations/compiler/integers/u16/eq.out index 0c8674b759..77ee6e089e 100644 --- a/tests/expectations/compiler/integers/u16/eq.out +++ b/tests/expectations/compiler/integers/u16/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "532132f4a61c827b67da0b95d5af1f1409de765d50b723694e98e00b11e668a7", type_checked_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", unrolled_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", initial_ast = "811d628f60ad888c49a3ed049498829c8b9cea9c40223238ab38d3ee0ec6301a", unrolled_ast = "811d628f60ad888c49a3ed049498829c8b9cea9c40223238ab38d3ee0ec6301a", ssa_ast = "3936593611308ee4d0b957c08d313fe4b6b352b5050537dc45dbf1e20408d2c5", flattened_ast = "b1eb529391344c8178857d8f80234fc7a26345d55958472235ccd4b56c85016d", destructured_ast = "5d1bbe7c1bfcd24f6bd3807e9efdf956b29caf7f2ea1436346c1ed9b5bbb6876", inlined_ast = "5d1bbe7c1bfcd24f6bd3807e9efdf956b29caf7f2ea1436346c1ed9b5bbb6876", dce_ast = "5d1bbe7c1bfcd24f6bd3807e9efdf956b29caf7f2ea1436346c1ed9b5bbb6876", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/ge.out b/tests/expectations/compiler/integers/u16/ge.out index 9ca1ff42ba..e8a1c180ad 100644 --- a/tests/expectations/compiler/integers/u16/ge.out +++ b/tests/expectations/compiler/integers/u16/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "532132f4a61c827b67da0b95d5af1f1409de765d50b723694e98e00b11e668a7", type_checked_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", unrolled_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", initial_ast = "5ceab050cf05fab25d7e16959ab7448b02ba0c6b6c65e297f22c868157f3ba37", unrolled_ast = "5ceab050cf05fab25d7e16959ab7448b02ba0c6b6c65e297f22c868157f3ba37", ssa_ast = "cdaff2b59b1fdb711597890c2a08b120b543b1a3acf59d3dd315b5b216491ef7", flattened_ast = "7aa6733977b41cb11141c789a24553f3ca3d419b89e6b76c008a0d0b9ee01cbc", destructured_ast = "457f235443e49eea9871df34a61566ef030270e461b78186102a31f102214798", inlined_ast = "457f235443e49eea9871df34a61566ef030270e461b78186102a31f102214798", dce_ast = "457f235443e49eea9871df34a61566ef030270e461b78186102a31f102214798", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/gt.out b/tests/expectations/compiler/integers/u16/gt.out index 5ddd36e453..c17cd0aea8 100644 --- a/tests/expectations/compiler/integers/u16/gt.out +++ b/tests/expectations/compiler/integers/u16/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "532132f4a61c827b67da0b95d5af1f1409de765d50b723694e98e00b11e668a7", type_checked_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", unrolled_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", initial_ast = "d8327d64ac1c44632cd088935650ba80ccaed6ee935c4dfc5b23057651f640bf", unrolled_ast = "d8327d64ac1c44632cd088935650ba80ccaed6ee935c4dfc5b23057651f640bf", ssa_ast = "e3a35855d97183b6def7a2a5c98997e7b8df1260b82b8ddbcd6464f905c8ee44", flattened_ast = "5145df27c5379158d87b86343a86d6b1948a7ab7adc412eadf5e2fe83064642e", destructured_ast = "dbcd8cd6678deb41446891e8416756491f306a8b44464325e8a1fbab719da465", inlined_ast = "dbcd8cd6678deb41446891e8416756491f306a8b44464325e8a1fbab719da465", dce_ast = "dbcd8cd6678deb41446891e8416756491f306a8b44464325e8a1fbab719da465", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/hex_and_bin.out b/tests/expectations/compiler/integers/u16/hex_and_bin.out index dbf6ee73e0..8ca561e1c0 100644 --- a/tests/expectations/compiler/integers/u16/hex_and_bin.out +++ b/tests/expectations/compiler/integers/u16/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e66c651dae82c04c0d085c91046c1385ebfdb9862762b20c86c170ba0909b41b", type_checked_symbol_table = "ee301c204708fc6aea084508c9e41a5a3591ffd2e613aec2fcaddc995ebdae0e", unrolled_symbol_table = "ee301c204708fc6aea084508c9e41a5a3591ffd2e613aec2fcaddc995ebdae0e", initial_ast = "7237d106a674e3ef4eb827e6261da01c55285acd236c24e1d8c1e98be1265bde", unrolled_ast = "7237d106a674e3ef4eb827e6261da01c55285acd236c24e1d8c1e98be1265bde", ssa_ast = "69a107ab0b4fdb2c063779f6a6aeefc062d06ce111089110dff519a776d78903", flattened_ast = "4ae366c08d8e3eafd5e3117891cb2d611ab0666b99bb82b6edf6598456b7aeae", destructured_ast = "eb52007d76aa281c459bb396b62dcb89d6ca6a89c1bf7ac74a95922b56da58c8", inlined_ast = "eb52007d76aa281c459bb396b62dcb89d6ca6a89c1bf7ac74a95922b56da58c8", dce_ast = "eb52007d76aa281c459bb396b62dcb89d6ca6a89c1bf7ac74a95922b56da58c8", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/le.out b/tests/expectations/compiler/integers/u16/le.out index 9f3232ed6f..62dfab2c10 100644 --- a/tests/expectations/compiler/integers/u16/le.out +++ b/tests/expectations/compiler/integers/u16/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "532132f4a61c827b67da0b95d5af1f1409de765d50b723694e98e00b11e668a7", type_checked_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", unrolled_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", initial_ast = "6dd0e41ab23f254ee71f5fefb8907d53bf422fdf9618cc97218c48662fe0a2d1", unrolled_ast = "6dd0e41ab23f254ee71f5fefb8907d53bf422fdf9618cc97218c48662fe0a2d1", ssa_ast = "2af7e16760f60263c09c3fcca0eb8a9d258a3feafcfe183080a98b654e87ddc6", flattened_ast = "9a8f993016f55a6c09c8ea5fb6368eb187bb3b4753a36bb7569228a59a3e1da1", destructured_ast = "2336cc6c5703de30cf3f2eca475366baf5edcb4fa5d15dee5822291aa8159533", inlined_ast = "2336cc6c5703de30cf3f2eca475366baf5edcb4fa5d15dee5822291aa8159533", dce_ast = "2336cc6c5703de30cf3f2eca475366baf5edcb4fa5d15dee5822291aa8159533", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/lt.out b/tests/expectations/compiler/integers/u16/lt.out index f569e7c441..c408279663 100644 --- a/tests/expectations/compiler/integers/u16/lt.out +++ b/tests/expectations/compiler/integers/u16/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "532132f4a61c827b67da0b95d5af1f1409de765d50b723694e98e00b11e668a7", type_checked_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", unrolled_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", initial_ast = "f6073615779a23632f286a1f02f29cd6ad9d8c8b0584daef9468d72b84ba62f6", unrolled_ast = "f6073615779a23632f286a1f02f29cd6ad9d8c8b0584daef9468d72b84ba62f6", ssa_ast = "ac4f1c2daa17244a86750b57a21690903263df9badaae512be343cb87be53663", flattened_ast = "7302bdf3b2990efdc2b3238b0c7c8bf1fa4a3f9db33b53da8e126a5194947ee0", destructured_ast = "3741d555f7fe397fa671fda8197a493bb63ad7066c89036f072ddeabe7d65909", inlined_ast = "3741d555f7fe397fa671fda8197a493bb63ad7066c89036f072ddeabe7d65909", dce_ast = "3741d555f7fe397fa671fda8197a493bb63ad7066c89036f072ddeabe7d65909", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/max.out b/tests/expectations/compiler/integers/u16/max.out index 3cac8335ee..f871eda07d 100644 --- a/tests/expectations/compiler/integers/u16/max.out +++ b/tests/expectations/compiler/integers/u16/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "13a6f3629697218667320d2794310d96612f4713c956a526ece8f493fbf3b283", unrolled_symbol_table = "13a6f3629697218667320d2794310d96612f4713c956a526ece8f493fbf3b283", initial_ast = "c9f482eb647c4c5bf8759312143f3be0d66b8dead37c4c79cd632ff39f249476", unrolled_ast = "c9f482eb647c4c5bf8759312143f3be0d66b8dead37c4c79cd632ff39f249476", ssa_ast = "f8b086ba4aedf0ed5830d266d4012c96736880e43eae3d91121fca46ad02b597", flattened_ast = "b0fb82658aec8bf97d66e462288498fe9e94206df94000ba219c82e41979740a", destructured_ast = "1be0839fcc3bb4d8f131448363376b1aba33ec6ece0a0ee2e5d4014ff4933cfc", inlined_ast = "1be0839fcc3bb4d8f131448363376b1aba33ec6ece0a0ee2e5d4014ff4933cfc", dce_ast = "0601c7ed0fb6045fbafa8146d604adf3ea3ba1a717897856a12c59f8a3e3a073", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u16/min.out b/tests/expectations/compiler/integers/u16/min.out index a44a44565a..e1ba32d4ca 100644 --- a/tests/expectations/compiler/integers/u16/min.out +++ b/tests/expectations/compiler/integers/u16/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "13a6f3629697218667320d2794310d96612f4713c956a526ece8f493fbf3b283", unrolled_symbol_table = "13a6f3629697218667320d2794310d96612f4713c956a526ece8f493fbf3b283", initial_ast = "5b969bb252bebf857a668edd23085cbcff16f949b053369245d9a66ee23523b6", unrolled_ast = "5b969bb252bebf857a668edd23085cbcff16f949b053369245d9a66ee23523b6", ssa_ast = "93838c8f36354270335fad1f3e3f9589080ef63e0589464ebb08cf58bc243159", flattened_ast = "445f3e06c3980be9df5d088336167f33f71c986d411da4112f76a550cb6fe498", destructured_ast = "092e0d5c38d75069b0a9da6163b24308fdc6e42c47e0a44f4aea8638f7a9709a", inlined_ast = "092e0d5c38d75069b0a9da6163b24308fdc6e42c47e0a44f4aea8638f7a9709a", dce_ast = "0c7cb8dbac921c14c7385c82a94c1a455955b24d2ff05266ecc377271e33d840", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u16/mul.out b/tests/expectations/compiler/integers/u16/mul.out index 47180eee86..1d24617c11 100644 --- a/tests/expectations/compiler/integers/u16/mul.out +++ b/tests/expectations/compiler/integers/u16/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "8464b50e73deec84b190abb6411a5af79b1ca061736fedc216ac938921fe6fa0", unrolled_ast = "8464b50e73deec84b190abb6411a5af79b1ca061736fedc216ac938921fe6fa0", ssa_ast = "57f3aae981d6aafbcf8e6cb5b68aee9e15f1d159150ac3fb6e40bbac9d599833", flattened_ast = "0545a3f6370118ea0743f6e0542cced046ce5bf141fcdaa5062f86dff43f245b", destructured_ast = "726f07f65cea519b5ebaebf358d552f71b26d7b3f4d02df3ae07edb776a7c2b0", inlined_ast = "726f07f65cea519b5ebaebf358d552f71b26d7b3f4d02df3ae07edb776a7c2b0", dce_ast = "726f07f65cea519b5ebaebf358d552f71b26d7b3f4d02df3ae07edb776a7c2b0", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/ne.out b/tests/expectations/compiler/integers/u16/ne.out index 4a786bdc2b..31cad8f7a5 100644 --- a/tests/expectations/compiler/integers/u16/ne.out +++ b/tests/expectations/compiler/integers/u16/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "532132f4a61c827b67da0b95d5af1f1409de765d50b723694e98e00b11e668a7", type_checked_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", unrolled_symbol_table = "cbe83abf3345d38b60305ccd82572e17f21c5db2eb64ff18d74a36e881637749", initial_ast = "86e861140280d127ad182d654282a38ca2ec87dd10ee1b7e2f1b569a48122c19", unrolled_ast = "86e861140280d127ad182d654282a38ca2ec87dd10ee1b7e2f1b569a48122c19", ssa_ast = "af61f34815f0c0740b9a6f418cd83921843d3969fd37457abef92813fd56b62b", flattened_ast = "6b52cfb692c3504fbb0b4fe389e2e3def7f530dcec0265e6c66661dab87b1284", destructured_ast = "1e075616e1d2334db51cdc861ef0966b31d77ab84d2a3f5e2bab0e755cf9f356", inlined_ast = "1e075616e1d2334db51cdc861ef0966b31d77ab84d2a3f5e2bab0e755cf9f356", dce_ast = "1e075616e1d2334db51cdc861ef0966b31d77ab84d2a3f5e2bab0e755cf9f356", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/operator_methods.out b/tests/expectations/compiler/integers/u16/operator_methods.out index 8322da1357..bca5bedeaa 100644 --- a/tests/expectations/compiler/integers/u16/operator_methods.out +++ b/tests/expectations/compiler/integers/u16/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7b7bc9bdbe3ec877643464e39f48759fcde838285e3717f6eb6ca40ba2354e6a", type_checked_symbol_table = "6a795c474b90388bec2b5858f41d2b392e8a58a6d8e1bf894e4b75152e7b5a59", unrolled_symbol_table = "6a795c474b90388bec2b5858f41d2b392e8a58a6d8e1bf894e4b75152e7b5a59", initial_ast = "5076e8aceb97562a76f7a15ec89a551d732ad00714c8f6131944b5a652e9e886", unrolled_ast = "5076e8aceb97562a76f7a15ec89a551d732ad00714c8f6131944b5a652e9e886", ssa_ast = "1495cff87b57115a3c78ef3be1a584e6af4670d727d4b6d300220a9f38a643a1", flattened_ast = "603426fb0fd37a71132d18b432718610c74eb172419a3fc81bc72bbcb8cc758e", destructured_ast = "9b47bc3371a4b105be8e478d6e7d5af9276b1210d237e30d43ddb065a50748c4", inlined_ast = "9b47bc3371a4b105be8e478d6e7d5af9276b1210d237e30d43ddb065a50748c4", dce_ast = "b3801510ba00f29bbd0f02c720caf9b4b254de82537df578e89cc809be0dea0a", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/or.out b/tests/expectations/compiler/integers/u16/or.out index ae4ced4675..af2cd26f2b 100644 --- a/tests/expectations/compiler/integers/u16/or.out +++ b/tests/expectations/compiler/integers/u16/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "adda7e59b5936e3cc3b59f2c893212c1a5d4d8f612a4e9c08d5877a40822c8bb", unrolled_ast = "adda7e59b5936e3cc3b59f2c893212c1a5d4d8f612a4e9c08d5877a40822c8bb", ssa_ast = "7ab9328a68f52edcc5c06e57888441266025836bf19d4c92828d5c62386f80d4", flattened_ast = "504f76f1abefe3233ac3f7475ebcc0fc96d3c797b4eaf2eb62c9c41a2376bf6b", destructured_ast = "b970628146ae5f142c2fd8ea4e1bb13049131c9c3f6e8eb7c988d503ad603f62", inlined_ast = "b970628146ae5f142c2fd8ea4e1bb13049131c9c3f6e8eb7c988d503ad603f62", dce_ast = "b970628146ae5f142c2fd8ea4e1bb13049131c9c3f6e8eb7c988d503ad603f62", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/pow.out b/tests/expectations/compiler/integers/u16/pow.out index cd44ca15ce..a410950126 100644 --- a/tests/expectations/compiler/integers/u16/pow.out +++ b/tests/expectations/compiler/integers/u16/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "ecfb1f88bb1a63dcd00bb7dcfbad0458fde9a30d51b5d11d5054541c3f1c9c57", unrolled_ast = "ecfb1f88bb1a63dcd00bb7dcfbad0458fde9a30d51b5d11d5054541c3f1c9c57", ssa_ast = "bd1d6b38ac2b28e54e44b2f36bd44e4cb03c3547438a96b3b61f79df03d8e2c5", flattened_ast = "8d2243a65879302241156303ef11cbd92156ab10ba5799b11fa8354ee62ac37e", destructured_ast = "aa4d5e71a9b1724a313259e42ce9986f7827542fb17ae0aba29abe9333c25bf0", inlined_ast = "aa4d5e71a9b1724a313259e42ce9986f7827542fb17ae0aba29abe9333c25bf0", dce_ast = "aa4d5e71a9b1724a313259e42ce9986f7827542fb17ae0aba29abe9333c25bf0", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/rem.out b/tests/expectations/compiler/integers/u16/rem.out index 6424b385d0..dd82f1df4f 100644 --- a/tests/expectations/compiler/integers/u16/rem.out +++ b/tests/expectations/compiler/integers/u16/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "8e96b15143e4083cb244c279a02a41337c0abf86664853c386a9abb4918d36d1", unrolled_ast = "8e96b15143e4083cb244c279a02a41337c0abf86664853c386a9abb4918d36d1", ssa_ast = "a96ed3f85b7c2c2023c3a7d06467824e7cbff35ea881b1e612e7674c4b55e6f1", flattened_ast = "3944681d508c330d0bfd6ecae7675fa2da0b7b686e266491a8f089c44cd7be58", destructured_ast = "929087a35b76c51987264ad14e8a8ec6ec6fb9bc3c7901becb037bf1dbc16ebf", inlined_ast = "929087a35b76c51987264ad14e8a8ec6ec6fb9bc3c7901becb037bf1dbc16ebf", dce_ast = "929087a35b76c51987264ad14e8a8ec6ec6fb9bc3c7901becb037bf1dbc16ebf", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/shl.out b/tests/expectations/compiler/integers/u16/shl.out index 3bd67a66b1..ec5ba2faa7 100644 --- a/tests/expectations/compiler/integers/u16/shl.out +++ b/tests/expectations/compiler/integers/u16/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "c9fb97d02bbbba9ceb0d59dad3c3d769b2f3a5444560c85c45881a15abfacd0b", unrolled_ast = "c9fb97d02bbbba9ceb0d59dad3c3d769b2f3a5444560c85c45881a15abfacd0b", ssa_ast = "2d272a0007862b6852447ede282aff6aff28af52ed6aca9699139a3e42a027ed", flattened_ast = "c5e22f3d78bbeda14f4a606683879303dd1bb45281b294a8d431b492910a7d86", destructured_ast = "97b182dc206e7658528368544686e2ad2c2208a28a1adf58b2b24f7d1a515b74", inlined_ast = "97b182dc206e7658528368544686e2ad2c2208a28a1adf58b2b24f7d1a515b74", dce_ast = "97b182dc206e7658528368544686e2ad2c2208a28a1adf58b2b24f7d1a515b74", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/shr.out b/tests/expectations/compiler/integers/u16/shr.out index 3cdf7c5506..475f7df835 100644 --- a/tests/expectations/compiler/integers/u16/shr.out +++ b/tests/expectations/compiler/integers/u16/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "47cd80606c9feb9ccc962dc8f19b8ace90f2d7fcff453169ae16adc282fe0bff", unrolled_ast = "47cd80606c9feb9ccc962dc8f19b8ace90f2d7fcff453169ae16adc282fe0bff", ssa_ast = "b2648969c4d3b8df396ad53f894423a9ac9be955e08cb1c2ffe7888ff43567da", flattened_ast = "94eb539e2624c8faa1ddf6e95d107de5099b332e1c92b4a9b90449fcc9c4e661", destructured_ast = "dde16d01fe85d044353095d839e5ff58f8efa4a0bb6559625b1b0e7fda5fefb1", inlined_ast = "dde16d01fe85d044353095d839e5ff58f8efa4a0bb6559625b1b0e7fda5fefb1", dce_ast = "dde16d01fe85d044353095d839e5ff58f8efa4a0bb6559625b1b0e7fda5fefb1", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/sub.out b/tests/expectations/compiler/integers/u16/sub.out index 0575aa6596..041aeb09b8 100644 --- a/tests/expectations/compiler/integers/u16/sub.out +++ b/tests/expectations/compiler/integers/u16/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "d351774dc0346ec13bb75b6d2cc2d476e7e7155028a73b56e840ee61774ac048", type_checked_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", unrolled_symbol_table = "c77e7aa74118648a422bd50cba8b7946ef133e0bde83e01eb58e3cfa8a6b17b8", initial_ast = "5ba7bb58223729ced7bfe77c06e292d262faaab81d5c3802d20d99dd1813fc43", unrolled_ast = "5ba7bb58223729ced7bfe77c06e292d262faaab81d5c3802d20d99dd1813fc43", ssa_ast = "7c3515f48c8ddfb7b0648cdd3ba3af7b87e18096b2d637fb6209612e2e60e74b", flattened_ast = "5ec9e4cede3d3440d7e923e5d0698ebb2f58caac84f727bd448f02b79ff792cb", destructured_ast = "cd57b88d43d4f3bbfca208fcc95c8e9059381daea4c4f3733e8d389df13bed87", inlined_ast = "cd57b88d43d4f3bbfca208fcc95c8e9059381daea4c4f3733e8d389df13bed87", dce_ast = "cd57b88d43d4f3bbfca208fcc95c8e9059381daea4c4f3733e8d389df13bed87", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/ternary.out b/tests/expectations/compiler/integers/u16/ternary.out index 91ef50192a..5915827112 100644 --- a/tests/expectations/compiler/integers/u16/ternary.out +++ b/tests/expectations/compiler/integers/u16/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7f5ebf3e7eef8eae4a42fb3970309cc60492f6074e87077ca40e4622480b7a4c", type_checked_symbol_table = "a31f5beb6287b8cd5554feb6a1d4429bb041fd54f9b7a17aefd57abe9bfc1845", unrolled_symbol_table = "a31f5beb6287b8cd5554feb6a1d4429bb041fd54f9b7a17aefd57abe9bfc1845", initial_ast = "28b932fa92d65cc3d0dca2682ce57864326342b2e65fa74518780889a439b0b0", unrolled_ast = "28b932fa92d65cc3d0dca2682ce57864326342b2e65fa74518780889a439b0b0", ssa_ast = "484cb46ec9a6032baaaf2621308d4aef64a761196fbe3996f4a122e606f70fbe", flattened_ast = "7e54465f7997799e2c7573da8ef14a4e99640e779d48b23e409a884c8b9b2c3a", destructured_ast = "20c848ea976abc67f6e94399fdb9e1cf30d37211fa4ab2e9e277f514355bbd8e", inlined_ast = "20c848ea976abc67f6e94399fdb9e1cf30d37211fa4ab2e9e277f514355bbd8e", dce_ast = "20c848ea976abc67f6e94399fdb9e1cf30d37211fa4ab2e9e277f514355bbd8e", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u16/xor.out b/tests/expectations/compiler/integers/u16/xor.out index 0805aaef22..9355c54f9b 100644 --- a/tests/expectations/compiler/integers/u16/xor.out +++ b/tests/expectations/compiler/integers/u16/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9b8e9f327a839748e96489c1bd9efa4f4a7a0740ab6a99783bb909647270e6b9", type_checked_symbol_table = "31b227a6b7c18c7b9af830e4356edff513b365d14196a379e753f17cef6f694f", unrolled_symbol_table = "31b227a6b7c18c7b9af830e4356edff513b365d14196a379e753f17cef6f694f", initial_ast = "6909041641a87d02a6169f1d8df3faacff8ff77865f459d4afa1bcf0e246b4c9", unrolled_ast = "6909041641a87d02a6169f1d8df3faacff8ff77865f459d4afa1bcf0e246b4c9", ssa_ast = "9abb1cacc675f86131001135f7544d44560613dc6bd18b31086680c625c61a02", flattened_ast = "853dfa1f93ca403bcd6762faf7b2b81ba579f7d448c68be066ef5453c632fa9e", destructured_ast = "91a708ca2e723b108ccf80324be3f3f0f5a6bf1181209e3669d229e0906007e5", inlined_ast = "91a708ca2e723b108ccf80324be3f3f0f5a6bf1181209e3669d229e0906007e5", dce_ast = "91a708ca2e723b108ccf80324be3f3f0f5a6bf1181209e3669d229e0906007e5", bytecode = """ program test.aleo; - - function main: input r0 as u16.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/integers/u32/add.out b/tests/expectations/compiler/integers/u32/add.out index cff48bcc8a..f6d90228ee 100644 --- a/tests/expectations/compiler/integers/u32/add.out +++ b/tests/expectations/compiler/integers/u32/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "57b38b0ed37d40261ae6151707e130f21c82ff55d361cc6a9e3d053936d16c5b", unrolled_ast = "57b38b0ed37d40261ae6151707e130f21c82ff55d361cc6a9e3d053936d16c5b", ssa_ast = "11942fab2544873e0f34b2d8bb04363815984aa56ec02c283666cb4f6f548b4c", flattened_ast = "8e09453af8acf7adb78877f23346249bde1b5a360e9aef4ea37c16f282e1f502", destructured_ast = "1e18b0f8efb605e1cffefceb0f147b9eb5875feaebe3dd90e74ae8992ee72b45", inlined_ast = "1e18b0f8efb605e1cffefceb0f147b9eb5875feaebe3dd90e74ae8992ee72b45", dce_ast = "1e18b0f8efb605e1cffefceb0f147b9eb5875feaebe3dd90e74ae8992ee72b45", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/and.out b/tests/expectations/compiler/integers/u32/and.out index a0d3fe75e2..4a9f139adc 100644 --- a/tests/expectations/compiler/integers/u32/and.out +++ b/tests/expectations/compiler/integers/u32/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "1e27e28f3407dcd3789581df6c78fb4118279b621fc2ae32b9790cf9de655dea", unrolled_ast = "1e27e28f3407dcd3789581df6c78fb4118279b621fc2ae32b9790cf9de655dea", ssa_ast = "15556181dd8cf4be8f741712d549b1125eaf3f94ba0d39d92aa225d2fceae885", flattened_ast = "8df4369c4582d0c12c76e7e8efed8e64dd7439cad96c51171b9b9f4e6d3f01ff", destructured_ast = "3b50b6a38d5c4b13e4efef4d24e207d936a9274ee3d9fd0d85ecb0cb68e75621", inlined_ast = "3b50b6a38d5c4b13e4efef4d24e207d936a9274ee3d9fd0d85ecb0cb68e75621", dce_ast = "3b50b6a38d5c4b13e4efef4d24e207d936a9274ee3d9fd0d85ecb0cb68e75621", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/console_assert.out b/tests/expectations/compiler/integers/u32/console_assert.out index 8cc91c9232..41a65deecf 100644 --- a/tests/expectations/compiler/integers/u32/console_assert.out +++ b/tests/expectations/compiler/integers/u32/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "55845c0ef65dc069d8a9f40f24d894b762d395bc99c75557a05fd7489bd2fa50", type_checked_symbol_table = "2caa421f17f91253c7aabe6f63f56bd5631244b88e2fbc76e1b833c610232971", unrolled_symbol_table = "2caa421f17f91253c7aabe6f63f56bd5631244b88e2fbc76e1b833c610232971", initial_ast = "2e4603710162e7f7f45ecdfa119fb9ec6d443b20f52f111be22d681bd396e57f", unrolled_ast = "2e4603710162e7f7f45ecdfa119fb9ec6d443b20f52f111be22d681bd396e57f", ssa_ast = "f80b5bf28ce2c725b63088fac28efc60e7f1bf3896e38dd2a5c0bd9c6570c8e5", flattened_ast = "db732de82d289f3f78297a8a17b08fe167cc826a1a5fe64df9734578fa6e86d4", destructured_ast = "a893d7884474e91a62ae23f42eac4eaa192846e914e60054b258e91eee3c4c55", inlined_ast = "a893d7884474e91a62ae23f42eac4eaa192846e914e60054b258e91eee3c4c55", dce_ast = "a893d7884474e91a62ae23f42eac4eaa192846e914e60054b258e91eee3c4c55", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/div.out b/tests/expectations/compiler/integers/u32/div.out index e45cb41be4..58f4bc7e59 100644 --- a/tests/expectations/compiler/integers/u32/div.out +++ b/tests/expectations/compiler/integers/u32/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "65d384f0f33c5c4344f399c8ba23cad871efd72936b112355337117c0af3e770", unrolled_ast = "65d384f0f33c5c4344f399c8ba23cad871efd72936b112355337117c0af3e770", ssa_ast = "0305f133a3d385bb7a0774ef8f44c7b5c9af689867edb48b71ca47e5d9183586", flattened_ast = "63ff783ca61e7da81364b19836be624887de9bb526685d8e54975424d6ee4b60", destructured_ast = "874fd959ed6b6d70be35ef420e7e3c264d0f1170f1b209c6a31d837f6329a89a", inlined_ast = "874fd959ed6b6d70be35ef420e7e3c264d0f1170f1b209c6a31d837f6329a89a", dce_ast = "874fd959ed6b6d70be35ef420e7e3c264d0f1170f1b209c6a31d837f6329a89a", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/eq.out b/tests/expectations/compiler/integers/u32/eq.out index de394f338c..974e326562 100644 --- a/tests/expectations/compiler/integers/u32/eq.out +++ b/tests/expectations/compiler/integers/u32/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "88a00119d37fb3d485ccfdd8464ed5614724888ee8ab2421baa88b9e205e2318", type_checked_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", unrolled_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", initial_ast = "757213f5e9476a4e9fa1e3a64f8ba59258397b12f6458f5bbc8a11dd776f363d", unrolled_ast = "757213f5e9476a4e9fa1e3a64f8ba59258397b12f6458f5bbc8a11dd776f363d", ssa_ast = "22a522f3bad92cc3bf0b2ea6922cefe4af3ba82d073e657fafdd2dd19097dd93", flattened_ast = "a2056364ce253ffc2e8470f8f473122e075b0a266b213490d90edf0395fcafab", destructured_ast = "325f2df12edbee8d19e481abb4858a9f5c94fba88f06945cdc7099684d51936c", inlined_ast = "325f2df12edbee8d19e481abb4858a9f5c94fba88f06945cdc7099684d51936c", dce_ast = "325f2df12edbee8d19e481abb4858a9f5c94fba88f06945cdc7099684d51936c", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/ge.out b/tests/expectations/compiler/integers/u32/ge.out index 5ea4bfe4e3..fb9536c0e3 100644 --- a/tests/expectations/compiler/integers/u32/ge.out +++ b/tests/expectations/compiler/integers/u32/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "88a00119d37fb3d485ccfdd8464ed5614724888ee8ab2421baa88b9e205e2318", type_checked_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", unrolled_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", initial_ast = "2016c4db35b166635f7142275e57c5b6fa366db2c39439f7762fea0c4444675e", unrolled_ast = "2016c4db35b166635f7142275e57c5b6fa366db2c39439f7762fea0c4444675e", ssa_ast = "405a599f57eb583abce5ff48a45c696bc98052555666b8003b72a8d29e5227e9", flattened_ast = "e9091c4f08a7f15a65c21f7bbccf1444fefedb6cee6837d829758f07fb22e92e", destructured_ast = "6a3b9a9c7fec3e768de93ee700a37a2f7bd4c185590429cb2c066ad59810738f", inlined_ast = "6a3b9a9c7fec3e768de93ee700a37a2f7bd4c185590429cb2c066ad59810738f", dce_ast = "6a3b9a9c7fec3e768de93ee700a37a2f7bd4c185590429cb2c066ad59810738f", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/gt.out b/tests/expectations/compiler/integers/u32/gt.out index eeeefb95e8..6c86911190 100644 --- a/tests/expectations/compiler/integers/u32/gt.out +++ b/tests/expectations/compiler/integers/u32/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "88a00119d37fb3d485ccfdd8464ed5614724888ee8ab2421baa88b9e205e2318", type_checked_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", unrolled_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", initial_ast = "4c22027ccdf1cfe399b2d7837a3ed62934df510a99c60f6441a626914e1af2c8", unrolled_ast = "4c22027ccdf1cfe399b2d7837a3ed62934df510a99c60f6441a626914e1af2c8", ssa_ast = "517afb9630c07841a62d8ed67e5468a14cacd3e7e3b870b933adc06a5be01526", flattened_ast = "c04f5ab6c4e4e21ce81e16e8afd119b8d6a53cb5ad12fd181eb0858f1273323d", destructured_ast = "cfa69a33a69f3cdb1ba141e595d52e2d9cd0bb617c3ca4b2dc841f1333f28b93", inlined_ast = "cfa69a33a69f3cdb1ba141e595d52e2d9cd0bb617c3ca4b2dc841f1333f28b93", dce_ast = "cfa69a33a69f3cdb1ba141e595d52e2d9cd0bb617c3ca4b2dc841f1333f28b93", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/hex_and_bin.out b/tests/expectations/compiler/integers/u32/hex_and_bin.out index e75aa217c9..3e1102faa1 100644 --- a/tests/expectations/compiler/integers/u32/hex_and_bin.out +++ b/tests/expectations/compiler/integers/u32/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b5ffc1d0175c735db006ca60f9c68f4d39f6250208d706b8743a84992708c498", type_checked_symbol_table = "c02ec2ac89d5694616a8712333191d159bf45a09e54d99498a0e205c08182349", unrolled_symbol_table = "c02ec2ac89d5694616a8712333191d159bf45a09e54d99498a0e205c08182349", initial_ast = "929795c16019f0ac4ca844836b3a4abaddcac2df5a47699ba1c57d19da5af5f7", unrolled_ast = "929795c16019f0ac4ca844836b3a4abaddcac2df5a47699ba1c57d19da5af5f7", ssa_ast = "b8fba4c0407685295c943ec9eb8bb790f55bcb80628f46fc2c4f4696c489a38e", flattened_ast = "5fd3ab9e1bd40d89944d32a44396fa2e44d43f257f4ca7f28e1cb44a48cb6a27", destructured_ast = "9115c2b7b16af5a561babdbed8416220346ea86646b71f0baec58d8376c37fa0", inlined_ast = "9115c2b7b16af5a561babdbed8416220346ea86646b71f0baec58d8376c37fa0", dce_ast = "9115c2b7b16af5a561babdbed8416220346ea86646b71f0baec58d8376c37fa0", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/le.out b/tests/expectations/compiler/integers/u32/le.out index 03e9e512f9..f066f1b4be 100644 --- a/tests/expectations/compiler/integers/u32/le.out +++ b/tests/expectations/compiler/integers/u32/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "88a00119d37fb3d485ccfdd8464ed5614724888ee8ab2421baa88b9e205e2318", type_checked_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", unrolled_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", initial_ast = "4bfdf27eb5de881c676550424816913d1daacf6fea251f0b6ed3bec8f935ec40", unrolled_ast = "4bfdf27eb5de881c676550424816913d1daacf6fea251f0b6ed3bec8f935ec40", ssa_ast = "da1e84815cc2fde7496a5584fb3f3d37f0c0e98cf3e62a5e7e7b8259bba6a0cf", flattened_ast = "78fbdbca11f1b409967002019c7dd07464acb6a4c07b32efeba3c1c6b1bb2198", destructured_ast = "f5c2b4e29930166968dcacb89b4d31e0299b12548284784a9afe6fe1c140390a", inlined_ast = "f5c2b4e29930166968dcacb89b4d31e0299b12548284784a9afe6fe1c140390a", dce_ast = "f5c2b4e29930166968dcacb89b4d31e0299b12548284784a9afe6fe1c140390a", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/lt.out b/tests/expectations/compiler/integers/u32/lt.out index 325d3220e2..1517b55500 100644 --- a/tests/expectations/compiler/integers/u32/lt.out +++ b/tests/expectations/compiler/integers/u32/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "88a00119d37fb3d485ccfdd8464ed5614724888ee8ab2421baa88b9e205e2318", type_checked_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", unrolled_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", initial_ast = "de0e7d4ce0c2aedfc6f803802ef4f4a55fcecd92c53f07352db7db709b5dd6e4", unrolled_ast = "de0e7d4ce0c2aedfc6f803802ef4f4a55fcecd92c53f07352db7db709b5dd6e4", ssa_ast = "553a0396f19338b96c3ff4004238efcf657238199c119c18719e70c5c239dc55", flattened_ast = "d41ac5df37ca398dfb606eca311346d0708b96262ca3be76130246b5ece1a6ff", destructured_ast = "62c4f37a0e80bb0a296c11dc24240e54c8ca17b01e933fb496a2c946513d1f6c", inlined_ast = "62c4f37a0e80bb0a296c11dc24240e54c8ca17b01e933fb496a2c946513d1f6c", dce_ast = "62c4f37a0e80bb0a296c11dc24240e54c8ca17b01e933fb496a2c946513d1f6c", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/max.out b/tests/expectations/compiler/integers/u32/max.out index 5c358b509c..60d544f972 100644 --- a/tests/expectations/compiler/integers/u32/max.out +++ b/tests/expectations/compiler/integers/u32/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "d7357817a9affb798ef657c21a49889533bb5ee2848929b5d5763893139a1d65", unrolled_symbol_table = "d7357817a9affb798ef657c21a49889533bb5ee2848929b5d5763893139a1d65", initial_ast = "fcf390a08602c4cb135173a393e41329ddb9007d7b262088ddb29195954879ea", unrolled_ast = "fcf390a08602c4cb135173a393e41329ddb9007d7b262088ddb29195954879ea", ssa_ast = "ff5e522e283e34d34f399f004f3a82e9fd2f29f796e690bdb3907a550f6cf073", flattened_ast = "0b2c302f8340e3fdce47862de5023d111c748696ee8450ad0601f912fb955f8d", destructured_ast = "76be7b53f47ded6e448b2206f61974a544ebfcccb04c88ef18008aa56b11ae8c", inlined_ast = "76be7b53f47ded6e448b2206f61974a544ebfcccb04c88ef18008aa56b11ae8c", dce_ast = "3d98be7e7ee653c6e91d6b340f39b1010349a6f797e707bc2fe66aad7b438bbe", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u32/min.out b/tests/expectations/compiler/integers/u32/min.out index 1ba2bb960a..dd7f1140d5 100644 --- a/tests/expectations/compiler/integers/u32/min.out +++ b/tests/expectations/compiler/integers/u32/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "d7357817a9affb798ef657c21a49889533bb5ee2848929b5d5763893139a1d65", unrolled_symbol_table = "d7357817a9affb798ef657c21a49889533bb5ee2848929b5d5763893139a1d65", initial_ast = "6195b8ab4773be59330b63ca2cf26e8d8db0caeba5dea3b828e02563dd567e48", unrolled_ast = "6195b8ab4773be59330b63ca2cf26e8d8db0caeba5dea3b828e02563dd567e48", ssa_ast = "38bbc64ed3d28a123be48a452f547adeed9e193247fd658d5144d8b8791bdc3a", flattened_ast = "c2fd6fa6deff021cbdf5e40501fe1dfdecd07e68ea3c46d7a0243a4bcbb2f7f0", destructured_ast = "fc4f85c5ae10690994390ceb0582b855b1fc8db6e98ee141a074af791eb772cb", inlined_ast = "fc4f85c5ae10690994390ceb0582b855b1fc8db6e98ee141a074af791eb772cb", dce_ast = "0c7cb8dbac921c14c7385c82a94c1a455955b24d2ff05266ecc377271e33d840", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u32/mul.out b/tests/expectations/compiler/integers/u32/mul.out index 4ecd3fa186..22265e10ef 100644 --- a/tests/expectations/compiler/integers/u32/mul.out +++ b/tests/expectations/compiler/integers/u32/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "d6549818686932e04799e6195a34f05e1a3bd89078f7d7b05bb892b3840bb9e5", unrolled_ast = "d6549818686932e04799e6195a34f05e1a3bd89078f7d7b05bb892b3840bb9e5", ssa_ast = "bad5760770f45525322b8ce04eda7df6f33ba12423334b62620b8f400dcd138e", flattened_ast = "80e697ab4db32420d586a386bfc8ddadfd0183e6e990afd5936a02fb929fa179", destructured_ast = "29e38589e586ff666385a21643ba1f817d0a31d004c2171c92b8ba09d53440c3", inlined_ast = "29e38589e586ff666385a21643ba1f817d0a31d004c2171c92b8ba09d53440c3", dce_ast = "29e38589e586ff666385a21643ba1f817d0a31d004c2171c92b8ba09d53440c3", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/ne.out b/tests/expectations/compiler/integers/u32/ne.out index ddf73fbe85..eb8a41761f 100644 --- a/tests/expectations/compiler/integers/u32/ne.out +++ b/tests/expectations/compiler/integers/u32/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "88a00119d37fb3d485ccfdd8464ed5614724888ee8ab2421baa88b9e205e2318", type_checked_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", unrolled_symbol_table = "e3522caa367189ae19e15757b7c7fe6d3a3061c0819f7d24c30209c0397c6043", initial_ast = "9abf1d34e781e9fad535ae2350c3afc1ee12f28e17f74130d0b1f824d89ebcbd", unrolled_ast = "9abf1d34e781e9fad535ae2350c3afc1ee12f28e17f74130d0b1f824d89ebcbd", ssa_ast = "2db7122734466bc70b9bc3925993ac7b67661a0ded81a3a8c89003b43c25df4f", flattened_ast = "385e90d9f222c99612c23d4c0d02c0457d544f29450cbb0a2cd5616403799d7a", destructured_ast = "4ba9c881e035bf5a72a1294739a4dcc08dd6912c840e94cf39659051f595eeb4", inlined_ast = "4ba9c881e035bf5a72a1294739a4dcc08dd6912c840e94cf39659051f595eeb4", dce_ast = "4ba9c881e035bf5a72a1294739a4dcc08dd6912c840e94cf39659051f595eeb4", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/operator_methods.out b/tests/expectations/compiler/integers/u32/operator_methods.out index c75bee2def..62cc5a02e1 100644 --- a/tests/expectations/compiler/integers/u32/operator_methods.out +++ b/tests/expectations/compiler/integers/u32/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "a53ed4e572085258db9c847375e1efadbfb8dcd09f572b6a595ce829fb6c8393", type_checked_symbol_table = "c217ce9207437791ba5f07f39e423cdcfa9abc58f40d8783f6fba7ff427f7d1c", unrolled_symbol_table = "c217ce9207437791ba5f07f39e423cdcfa9abc58f40d8783f6fba7ff427f7d1c", initial_ast = "c5ae414c3bf9bee22048aba7a2ea219da1a7edfc5e071fddbf71e0ad46dae79e", unrolled_ast = "c5ae414c3bf9bee22048aba7a2ea219da1a7edfc5e071fddbf71e0ad46dae79e", ssa_ast = "e68899920e902274739b3bddf68ec0ca4c2e5eeae26c57e02922ebb780d54d01", flattened_ast = "c56304eb92d605d5c3fae12c51381139b716d09c5056ee1456ba8508d970f50a", destructured_ast = "a461536e5316ff951bca879564526bc09f60f164a1674f55cedb7895f0e1b6cb", inlined_ast = "a461536e5316ff951bca879564526bc09f60f164a1674f55cedb7895f0e1b6cb", dce_ast = "b4ee01bc61d874b7c3ad1eb636f417f3af2514232399ba7878010ee847731607", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/or.out b/tests/expectations/compiler/integers/u32/or.out index 813eb28034..3e78b3a0a4 100644 --- a/tests/expectations/compiler/integers/u32/or.out +++ b/tests/expectations/compiler/integers/u32/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "38b31379b5de26d47e62b79026bd2a30d48e1d4168549b36209bf2d520c36b7c", unrolled_ast = "38b31379b5de26d47e62b79026bd2a30d48e1d4168549b36209bf2d520c36b7c", ssa_ast = "792ddcb0cde1dd91e389a91012b01d272a30f870e21eeb3523770bb247166b53", flattened_ast = "6512815a953a461db627549033af14734fc4faa37473793926c49975d692dc4b", destructured_ast = "94c8a667cad570ebe66cd740c193bec33a968bce3a52a09750001e620a635a0d", inlined_ast = "94c8a667cad570ebe66cd740c193bec33a968bce3a52a09750001e620a635a0d", dce_ast = "94c8a667cad570ebe66cd740c193bec33a968bce3a52a09750001e620a635a0d", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/pow.out b/tests/expectations/compiler/integers/u32/pow.out index 6eb49d28ff..d0305f1ee0 100644 --- a/tests/expectations/compiler/integers/u32/pow.out +++ b/tests/expectations/compiler/integers/u32/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "80222a637ecac74e32cec0c2fcc7b2a25dc3ff24698d7600b4ac6e99a046ef02", unrolled_ast = "80222a637ecac74e32cec0c2fcc7b2a25dc3ff24698d7600b4ac6e99a046ef02", ssa_ast = "328cafbb688c4d0e211a6c62784bd4a44c0d3739627e5181d5697fc6f0f8e9d8", flattened_ast = "31f8a9d1026ced9c51f5357c4c36e1d5fbca3618e18b8be176b3745356b20cb0", destructured_ast = "b8880ac8b0546041754eba2b30ae0bc0a0f53bcd01bd0eb7d426d7fcafdbd68a", inlined_ast = "b8880ac8b0546041754eba2b30ae0bc0a0f53bcd01bd0eb7d426d7fcafdbd68a", dce_ast = "b8880ac8b0546041754eba2b30ae0bc0a0f53bcd01bd0eb7d426d7fcafdbd68a", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/rem.out b/tests/expectations/compiler/integers/u32/rem.out index 9c5742665d..8bacc637b5 100644 --- a/tests/expectations/compiler/integers/u32/rem.out +++ b/tests/expectations/compiler/integers/u32/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "659e12ed51dbbc9e3e80752854a5167741a7deb18e361306072cf86f6def9378", unrolled_ast = "659e12ed51dbbc9e3e80752854a5167741a7deb18e361306072cf86f6def9378", ssa_ast = "12ed4cdf9c33a2959c712359469d64dae7aa2c66032c15138b8dde9f31dc5dbb", flattened_ast = "0aef2fbd03994a0dbdbb067e167e246a6c03d27ea54908357cfcaf2badf94946", destructured_ast = "2fe4e113acb285aaf0547937a5aa63bb1c4885e8cb959d9c84846bc8d83836d0", inlined_ast = "2fe4e113acb285aaf0547937a5aa63bb1c4885e8cb959d9c84846bc8d83836d0", dce_ast = "2fe4e113acb285aaf0547937a5aa63bb1c4885e8cb959d9c84846bc8d83836d0", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/shl.out b/tests/expectations/compiler/integers/u32/shl.out index 9460ada01e..299f851d5e 100644 --- a/tests/expectations/compiler/integers/u32/shl.out +++ b/tests/expectations/compiler/integers/u32/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "ec59e927c91a3243640960a20491a87cd3840fdb489b495b7d23d982fdda7dda", unrolled_ast = "ec59e927c91a3243640960a20491a87cd3840fdb489b495b7d23d982fdda7dda", ssa_ast = "ef6f4fc4e5fef34fb02b89ea536e47322c1efc72d2bfd1fdcf00f8a8e90611a4", flattened_ast = "c22acc053ad5d9dddbe28cbbfc50b74f780f8eff4e41e6768ee2cf0ebc10fc01", destructured_ast = "46e5cf1e2191fb5145d1c9e65523b9633e8e53df525ea669eb2c1c09c487b188", inlined_ast = "46e5cf1e2191fb5145d1c9e65523b9633e8e53df525ea669eb2c1c09c487b188", dce_ast = "46e5cf1e2191fb5145d1c9e65523b9633e8e53df525ea669eb2c1c09c487b188", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/shr.out b/tests/expectations/compiler/integers/u32/shr.out index 8ac3a94ce7..979a9eb62a 100644 --- a/tests/expectations/compiler/integers/u32/shr.out +++ b/tests/expectations/compiler/integers/u32/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "ece0e884302935d38c4fef273e55f3145ef35f29777ec0d654af066bd9c089d9", unrolled_ast = "ece0e884302935d38c4fef273e55f3145ef35f29777ec0d654af066bd9c089d9", ssa_ast = "9b52d468737492814aabccab16e4f1ff5ab2cd929199b6981c4383d624e777b8", flattened_ast = "e221682f0993495dbbee07772723e2fc10db01715129eb55b3997702f869267c", destructured_ast = "e452f0aa4812393f6423f46fcbc1afddc22fed9e976dd155027f551a1c58a65e", inlined_ast = "e452f0aa4812393f6423f46fcbc1afddc22fed9e976dd155027f551a1c58a65e", dce_ast = "e452f0aa4812393f6423f46fcbc1afddc22fed9e976dd155027f551a1c58a65e", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/sub.out b/tests/expectations/compiler/integers/u32/sub.out index 023f760833..ef63b08b26 100644 --- a/tests/expectations/compiler/integers/u32/sub.out +++ b/tests/expectations/compiler/integers/u32/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b058cf2f1048b8bd7cc7ffa2dc8876f46d575fac7dc84845d89cabc9548c88bc", type_checked_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", unrolled_symbol_table = "a8e159126d8006dbee94a18fe8858a1690e64ef2f4752b36dd2d37e0186b7431", initial_ast = "d45c4d9eae2a93972a4ea1917eb9add8ce394fa9bfa6d21a75efda66a96a065e", unrolled_ast = "d45c4d9eae2a93972a4ea1917eb9add8ce394fa9bfa6d21a75efda66a96a065e", ssa_ast = "463b0daf7da0322b25289c970baca18e106a747077f06a486e462b8ad1c8514c", flattened_ast = "11bd8dec97de01c2127c233ccfe6db5f68b4b7a96b08c736a85477c264901f36", destructured_ast = "577889f551991e352c14119313fcb54efaf3297ea3424e88b8260e19b38f8363", inlined_ast = "577889f551991e352c14119313fcb54efaf3297ea3424e88b8260e19b38f8363", dce_ast = "577889f551991e352c14119313fcb54efaf3297ea3424e88b8260e19b38f8363", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/ternary.out b/tests/expectations/compiler/integers/u32/ternary.out index 30c3973ac3..6ab1b40675 100644 --- a/tests/expectations/compiler/integers/u32/ternary.out +++ b/tests/expectations/compiler/integers/u32/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1050ad3bf1bca4a6ce06bc7e544cc50ef0a6b2eeb71a6e44d8c83e8f4c010d2a", type_checked_symbol_table = "507fe2b9ad2f0937b6cad880536fe9a2e4e443ce7989d0330104f65484b5f2d8", unrolled_symbol_table = "507fe2b9ad2f0937b6cad880536fe9a2e4e443ce7989d0330104f65484b5f2d8", initial_ast = "d2a9f331d7ffc228a8b90fd17b72a28de6187e245bab4982f8d7027fed7af6be", unrolled_ast = "d2a9f331d7ffc228a8b90fd17b72a28de6187e245bab4982f8d7027fed7af6be", ssa_ast = "258439d87bcfa1e56e9c3b7df54208aa3b48cce08fcc9348fcf11678ea55b5fe", flattened_ast = "e1512349d7894c4eb9a77e2656c003c94174079f936b89be14201e49b174e628", destructured_ast = "5e0877c8c801c33009d35c1e0f877957f291f08343346e05ebeb12b68bbe4d9d", inlined_ast = "5e0877c8c801c33009d35c1e0f877957f291f08343346e05ebeb12b68bbe4d9d", dce_ast = "5e0877c8c801c33009d35c1e0f877957f291f08343346e05ebeb12b68bbe4d9d", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u32/xor.out b/tests/expectations/compiler/integers/u32/xor.out index bf70c144ea..e34e4ed0a5 100644 --- a/tests/expectations/compiler/integers/u32/xor.out +++ b/tests/expectations/compiler/integers/u32/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0f4179147825dc70330669a71fa28152481f149d0d7bffc4036eaa3d09a35a2c", type_checked_symbol_table = "8d494bcb65a00978d984a68dd145f4f03352ff5c62587b38c2021ee257e775e4", unrolled_symbol_table = "8d494bcb65a00978d984a68dd145f4f03352ff5c62587b38c2021ee257e775e4", initial_ast = "a35634a6136d80ad2aa8960546f1e441d63d601654e32cfe98f89f48deafcb3f", unrolled_ast = "a35634a6136d80ad2aa8960546f1e441d63d601654e32cfe98f89f48deafcb3f", ssa_ast = "4f55b4314a7aa7644ff2b163bd885faaacb102011742da062584984abcdc2fe0", flattened_ast = "8924e5894fc66728ccebb7cf359edf3e098797e36435271c019572a3aecdbe88", destructured_ast = "338a179a78171dbd53e4e333738f0cd557d708bd93b72d2fccf222b0850f23b5", inlined_ast = "338a179a78171dbd53e4e333738f0cd557d708bd93b72d2fccf222b0850f23b5", dce_ast = "338a179a78171dbd53e4e333738f0cd557d708bd93b72d2fccf222b0850f23b5", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/integers/u64/add.out b/tests/expectations/compiler/integers/u64/add.out index 3d0cf86732..e97b2b47cd 100644 --- a/tests/expectations/compiler/integers/u64/add.out +++ b/tests/expectations/compiler/integers/u64/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "f10eb80c81bbb230fc63f3da19336668ccb893dcd670af7bdd49507262f6a2a5", unrolled_ast = "f10eb80c81bbb230fc63f3da19336668ccb893dcd670af7bdd49507262f6a2a5", ssa_ast = "c7beb4be2a772f7cd0baa3b7baa9ea3b88b02f6a0cb245f92a44640beecd70ef", flattened_ast = "dccd7a0390db85ba820de12905c41f25b3282d929a1450822d8285caf58e06bc", destructured_ast = "b0d080b9c6b2c34764991060f52758881430ef465c83d95dfd57ef4e302244f7", inlined_ast = "b0d080b9c6b2c34764991060f52758881430ef465c83d95dfd57ef4e302244f7", dce_ast = "b0d080b9c6b2c34764991060f52758881430ef465c83d95dfd57ef4e302244f7", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/and.out b/tests/expectations/compiler/integers/u64/and.out index b89109b04a..3254e0dd03 100644 --- a/tests/expectations/compiler/integers/u64/and.out +++ b/tests/expectations/compiler/integers/u64/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "20692053e671d55538816a69dd571226f38e9b2902c88f0e474ba8f8550267da", unrolled_ast = "20692053e671d55538816a69dd571226f38e9b2902c88f0e474ba8f8550267da", ssa_ast = "aeac8c83aa469a97b88000b446ef1e0a4d3ccd75ee9318133e1da1a9521f8209", flattened_ast = "9625f2245c3e36f4887aef1638e7721187e995b8e25159f8cf3d842e8c24226b", destructured_ast = "ff54a9d4253e5199bf0162b3024779e6a00e47222d24f079f18b2b48ce1dee41", inlined_ast = "ff54a9d4253e5199bf0162b3024779e6a00e47222d24f079f18b2b48ce1dee41", dce_ast = "ff54a9d4253e5199bf0162b3024779e6a00e47222d24f079f18b2b48ce1dee41", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/console_assert.out b/tests/expectations/compiler/integers/u64/console_assert.out index 826214a835..78418d1763 100644 --- a/tests/expectations/compiler/integers/u64/console_assert.out +++ b/tests/expectations/compiler/integers/u64/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "46f83711ec0f0f9b1ce58300f947283dc22d536a8a75bac7715800e936a39494", type_checked_symbol_table = "1309d0abaffa1149bd97547cd3d8ae5393436acaf561201dc156b4bcf68be06d", unrolled_symbol_table = "1309d0abaffa1149bd97547cd3d8ae5393436acaf561201dc156b4bcf68be06d", initial_ast = "5bd30788187e01105a981c9da5ab98b64f06bd0504a4643be253f892739c04c0", unrolled_ast = "5bd30788187e01105a981c9da5ab98b64f06bd0504a4643be253f892739c04c0", ssa_ast = "afc575a8ded7b3ebf29ed5367a5705d503642c97295c55b5eb831ba919ab3f64", flattened_ast = "9f132b3d9eb6e98365af0c896abed87218f3f182121f50ce1c21b3d865eed940", destructured_ast = "476c6309c95f1d9f0e3590910d06fc8f8137612584c1a67144b17c866a038f8f", inlined_ast = "476c6309c95f1d9f0e3590910d06fc8f8137612584c1a67144b17c866a038f8f", dce_ast = "476c6309c95f1d9f0e3590910d06fc8f8137612584c1a67144b17c866a038f8f", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/div.out b/tests/expectations/compiler/integers/u64/div.out index c57c6ce406..a1286c4af6 100644 --- a/tests/expectations/compiler/integers/u64/div.out +++ b/tests/expectations/compiler/integers/u64/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "740c7f34bd073e46bf061e835fe8e77474d238f9df6523b65a1bf4582092e5e2", unrolled_ast = "740c7f34bd073e46bf061e835fe8e77474d238f9df6523b65a1bf4582092e5e2", ssa_ast = "33b04442830d71e681095f851ddc52f5d8649c727e47e592bb1be1fe5d7d376f", flattened_ast = "f083ac1e2079924ee4e49c041290ee47670ec443cb66e77f43d9ac76ade66ebd", destructured_ast = "bb72be1fd78bed0ca0ebb71e66a4c9c52791999d17dc74bd10361477f391fb9d", inlined_ast = "bb72be1fd78bed0ca0ebb71e66a4c9c52791999d17dc74bd10361477f391fb9d", dce_ast = "bb72be1fd78bed0ca0ebb71e66a4c9c52791999d17dc74bd10361477f391fb9d", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/eq.out b/tests/expectations/compiler/integers/u64/eq.out index fbb2521b79..fc7004114e 100644 --- a/tests/expectations/compiler/integers/u64/eq.out +++ b/tests/expectations/compiler/integers/u64/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e1a0d909f4242d62f6ac15a8549867352bd8d0ee646a677e527fa369fd0e44e7", type_checked_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", unrolled_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", initial_ast = "dddef535379801293d89da80910d4b400722a678f819ce587d0b6473b68aa40a", unrolled_ast = "dddef535379801293d89da80910d4b400722a678f819ce587d0b6473b68aa40a", ssa_ast = "87e3c4c1acc6a7af6fb85f7508cc1103ae2ed0658c20e06afbf335f8300507fe", flattened_ast = "7f45fe3e4a99ee149dbc4a01e4cceb56bbf8e826acacecd1d6b413607ca5ad2d", destructured_ast = "62d2f3c15d8d423e71fcc14edafcae7d4eac3a94f424a986b25d0ebad5d8ab45", inlined_ast = "62d2f3c15d8d423e71fcc14edafcae7d4eac3a94f424a986b25d0ebad5d8ab45", dce_ast = "62d2f3c15d8d423e71fcc14edafcae7d4eac3a94f424a986b25d0ebad5d8ab45", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/ge.out b/tests/expectations/compiler/integers/u64/ge.out index d22b8041b7..91835ace86 100644 --- a/tests/expectations/compiler/integers/u64/ge.out +++ b/tests/expectations/compiler/integers/u64/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e1a0d909f4242d62f6ac15a8549867352bd8d0ee646a677e527fa369fd0e44e7", type_checked_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", unrolled_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", initial_ast = "e6d706095bf28e4f7a6f00275ecaa3104145da9c1ce4e414782f30b03e769721", unrolled_ast = "e6d706095bf28e4f7a6f00275ecaa3104145da9c1ce4e414782f30b03e769721", ssa_ast = "efeb51245d96533fdbe5be634af4fc2043e33304997bd45a7e7fe56277e2c069", flattened_ast = "098f0c91f85d256cd1a726e185b3fbc9833bdfc07c5b8391b5d0ed784d807543", destructured_ast = "ca7199b805fd4a48c00bbb88c7183ba9a33a2880582f5d7c2c0507bd6a524167", inlined_ast = "ca7199b805fd4a48c00bbb88c7183ba9a33a2880582f5d7c2c0507bd6a524167", dce_ast = "ca7199b805fd4a48c00bbb88c7183ba9a33a2880582f5d7c2c0507bd6a524167", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/gt.out b/tests/expectations/compiler/integers/u64/gt.out index 8284f200f7..0a2668b934 100644 --- a/tests/expectations/compiler/integers/u64/gt.out +++ b/tests/expectations/compiler/integers/u64/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e1a0d909f4242d62f6ac15a8549867352bd8d0ee646a677e527fa369fd0e44e7", type_checked_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", unrolled_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", initial_ast = "8a9752eb66c0a1658312a30a373f63b1a334c02f7c7d61ac457b1a31f9425dee", unrolled_ast = "8a9752eb66c0a1658312a30a373f63b1a334c02f7c7d61ac457b1a31f9425dee", ssa_ast = "067f4c96209dac008749bb0cc4dcee6fa21bfd29d48632adccc0a2275cb1de0b", flattened_ast = "5cd4d7c64a6e61d634b1411cc165a803338eaf57cdad65bef53d49b44d2fe67d", destructured_ast = "01f218583ba7585d4b55bd87f64adc67cccb226e2826ac477361c333ba7a1a9f", inlined_ast = "01f218583ba7585d4b55bd87f64adc67cccb226e2826ac477361c333ba7a1a9f", dce_ast = "01f218583ba7585d4b55bd87f64adc67cccb226e2826ac477361c333ba7a1a9f", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/hex_and_bin.out b/tests/expectations/compiler/integers/u64/hex_and_bin.out index 7e13a83b0a..35a38f8588 100644 --- a/tests/expectations/compiler/integers/u64/hex_and_bin.out +++ b/tests/expectations/compiler/integers/u64/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "66703eae3479604c1a104dc3c3af1a26534eeffe6335c531fe469d81de678319", type_checked_symbol_table = "f04452b4c2a5db1ac0b43238630adb909715a44c615f9398fa39e6d147b49ca3", unrolled_symbol_table = "f04452b4c2a5db1ac0b43238630adb909715a44c615f9398fa39e6d147b49ca3", initial_ast = "3df7b9a949257350f916becc6ed1f80661167308aa185a0c17c2a566ec76f595", unrolled_ast = "3df7b9a949257350f916becc6ed1f80661167308aa185a0c17c2a566ec76f595", ssa_ast = "3d1f1c8bc39d267e379c50872cc3bcc33e560779b169afc0613378ac48a76f81", flattened_ast = "56ef2daacc74311d0d41443e80dd169f2e0298f5f32face6727494e1eb365216", destructured_ast = "af3214ef7b03eab5b77dd73e565704332c8b0d2243c74d08a69e31da10eb80b6", inlined_ast = "af3214ef7b03eab5b77dd73e565704332c8b0d2243c74d08a69e31da10eb80b6", dce_ast = "af3214ef7b03eab5b77dd73e565704332c8b0d2243c74d08a69e31da10eb80b6", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/le.out b/tests/expectations/compiler/integers/u64/le.out index c70876f4e8..65be9eb02e 100644 --- a/tests/expectations/compiler/integers/u64/le.out +++ b/tests/expectations/compiler/integers/u64/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e1a0d909f4242d62f6ac15a8549867352bd8d0ee646a677e527fa369fd0e44e7", type_checked_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", unrolled_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", initial_ast = "c0c899406c82cbfe3d6352eede5a511afa3473c5663c4e64368a8b8e329f737a", unrolled_ast = "c0c899406c82cbfe3d6352eede5a511afa3473c5663c4e64368a8b8e329f737a", ssa_ast = "b08c32c631655ec5466fd76ec3136a5ace7f41e2f1d1e5c9de27d11bb9328d70", flattened_ast = "76f534ff4047d50739405d442c7589f4a9548be0c5a5d835035a4827d77a9577", destructured_ast = "85a3e11380ee56add56c288b906af19a05681ff67631beee25d0841eb71f8be5", inlined_ast = "85a3e11380ee56add56c288b906af19a05681ff67631beee25d0841eb71f8be5", dce_ast = "85a3e11380ee56add56c288b906af19a05681ff67631beee25d0841eb71f8be5", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/lt.out b/tests/expectations/compiler/integers/u64/lt.out index d076576e76..42d7745dfb 100644 --- a/tests/expectations/compiler/integers/u64/lt.out +++ b/tests/expectations/compiler/integers/u64/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e1a0d909f4242d62f6ac15a8549867352bd8d0ee646a677e527fa369fd0e44e7", type_checked_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", unrolled_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", initial_ast = "e2f7484c083cfc8b5e897bacb171e460df5065adb8f830b017679824cc9b28c3", unrolled_ast = "e2f7484c083cfc8b5e897bacb171e460df5065adb8f830b017679824cc9b28c3", ssa_ast = "acb63bdb8b87fcb769b85637b378736501c6d1cac813d9847028edfd48597e5b", flattened_ast = "55b3541dccd06890419617b762c61120c45ea4fb6a9349be69bf2458ced092b9", destructured_ast = "60f53c3fa949dc9165eb7a26a6ff2799bfe567d0b516a306244b845843ea9496", inlined_ast = "60f53c3fa949dc9165eb7a26a6ff2799bfe567d0b516a306244b845843ea9496", dce_ast = "60f53c3fa949dc9165eb7a26a6ff2799bfe567d0b516a306244b845843ea9496", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/max.out b/tests/expectations/compiler/integers/u64/max.out index 90f9da24a3..beed055bee 100644 --- a/tests/expectations/compiler/integers/u64/max.out +++ b/tests/expectations/compiler/integers/u64/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "47b59a2169757b68d3be76ac7e5c58934ab1b8af794ad3b590491f1911abd83e", unrolled_symbol_table = "47b59a2169757b68d3be76ac7e5c58934ab1b8af794ad3b590491f1911abd83e", initial_ast = "956c53f2f289c16531167b5f0afc4368d5e2cf0964dfec7889a182620913a592", unrolled_ast = "956c53f2f289c16531167b5f0afc4368d5e2cf0964dfec7889a182620913a592", ssa_ast = "f36f9c462f2a1d2320879740b3d63eb5aea3e51371fa3531a1dfa560d18c9509", flattened_ast = "62e6a5732976a694b36b54674c5df40be9c342a57978cc747dd30572985d1f7b", destructured_ast = "24a79b8884f2daa534fc0aceb7fe5e48cd2700dc40b1ae4ec5dd91c140dd55da", inlined_ast = "24a79b8884f2daa534fc0aceb7fe5e48cd2700dc40b1ae4ec5dd91c140dd55da", dce_ast = "bd1b89b6865ff3f3c4fca13a17988ae9435547ebd36785f0fe6e1b793e6e81ef", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u64/min.out b/tests/expectations/compiler/integers/u64/min.out index 0f37a7e50b..4330b8c610 100644 --- a/tests/expectations/compiler/integers/u64/min.out +++ b/tests/expectations/compiler/integers/u64/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "47b59a2169757b68d3be76ac7e5c58934ab1b8af794ad3b590491f1911abd83e", unrolled_symbol_table = "47b59a2169757b68d3be76ac7e5c58934ab1b8af794ad3b590491f1911abd83e", initial_ast = "a5976f9d20813feafcb7ed300134782782234bdc8fc2b19504b43d42d31fdabc", unrolled_ast = "a5976f9d20813feafcb7ed300134782782234bdc8fc2b19504b43d42d31fdabc", ssa_ast = "55b66a2773f898ed351344ce78aaf2ecc952ea8785bb7c517a4c754726efcacf", flattened_ast = "fd82660040db020b9022947daf2e43cfd8e6b5173b15c822d8fc0a06d1a2440b", destructured_ast = "622650fcfac09e6cdd48999ad9e915a5b9c3b665ae00bf05599d3b44b6f63d09", inlined_ast = "622650fcfac09e6cdd48999ad9e915a5b9c3b665ae00bf05599d3b44b6f63d09", dce_ast = "0c7cb8dbac921c14c7385c82a94c1a455955b24d2ff05266ecc377271e33d840", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u64/mul.out b/tests/expectations/compiler/integers/u64/mul.out index c3067f5734..d41c03609a 100644 --- a/tests/expectations/compiler/integers/u64/mul.out +++ b/tests/expectations/compiler/integers/u64/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "d626a36703c05f7909dca320c24da5cafd636f79d782d5adbef2a1aa617a8fc7", unrolled_ast = "d626a36703c05f7909dca320c24da5cafd636f79d782d5adbef2a1aa617a8fc7", ssa_ast = "5d1abfb1f06876b476ec7a25335bb21cb85d4e52e13295b379f25373f28a7bb1", flattened_ast = "031b82e778118a0bb460635c492c816b6829734c846079cf1c443923fb72cde7", destructured_ast = "56f9a6b1378e29eba30cbc3f2aa8bee17ffd795713c7b87344cd50b145ad8015", inlined_ast = "56f9a6b1378e29eba30cbc3f2aa8bee17ffd795713c7b87344cd50b145ad8015", dce_ast = "56f9a6b1378e29eba30cbc3f2aa8bee17ffd795713c7b87344cd50b145ad8015", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/ne.out b/tests/expectations/compiler/integers/u64/ne.out index 5ab32edaa7..8bb5897fbf 100644 --- a/tests/expectations/compiler/integers/u64/ne.out +++ b/tests/expectations/compiler/integers/u64/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e1a0d909f4242d62f6ac15a8549867352bd8d0ee646a677e527fa369fd0e44e7", type_checked_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", unrolled_symbol_table = "64fd52b181ac67b20af9765717ad34e51fa695a7046496c694a3096e3764d384", initial_ast = "c80e826d06c181c05109a8139b974819d97cf8efb2ed7ac70918e8e0b500c5b9", unrolled_ast = "c80e826d06c181c05109a8139b974819d97cf8efb2ed7ac70918e8e0b500c5b9", ssa_ast = "6ba2bcc27aaec94fbacfce0f00799f6a1c8e792ff2fb145953a942d0bc323a35", flattened_ast = "1aa11c36fbfcf526e0c0d83ec21135c507828be4ad32abfc02cba4672bdf3b7b", destructured_ast = "add1724df1472080ce3fb86f7e10ed916ca60d33e3d5fb0b20de67c919b1cb5a", inlined_ast = "add1724df1472080ce3fb86f7e10ed916ca60d33e3d5fb0b20de67c919b1cb5a", dce_ast = "add1724df1472080ce3fb86f7e10ed916ca60d33e3d5fb0b20de67c919b1cb5a", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/operator_methods.out b/tests/expectations/compiler/integers/u64/operator_methods.out index a470e30319..72304f8dd7 100644 --- a/tests/expectations/compiler/integers/u64/operator_methods.out +++ b/tests/expectations/compiler/integers/u64/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "46f83711ec0f0f9b1ce58300f947283dc22d536a8a75bac7715800e936a39494", type_checked_symbol_table = "16f20bc1e332180e4a80917adf37342a8d174c078b23547f91e0ecb6ec3cf716", unrolled_symbol_table = "16f20bc1e332180e4a80917adf37342a8d174c078b23547f91e0ecb6ec3cf716", initial_ast = "1ce14b439950f312dcaa33014d4802eaa4b3b2835770f0aa3e29db02c8f1e395", unrolled_ast = "1ce14b439950f312dcaa33014d4802eaa4b3b2835770f0aa3e29db02c8f1e395", ssa_ast = "5d774969b080819cb23ce4796c73ec5a7d214875a10b3699f37428863756cc25", flattened_ast = "4915277b235ae90c19075c267d7025f243f2f6476336c9ac84489cf3bd18e2c3", destructured_ast = "9b4b42b22011073004a8ed3993f9be9c97c18ed79d062b63efe7e096833945be", inlined_ast = "9b4b42b22011073004a8ed3993f9be9c97c18ed79d062b63efe7e096833945be", dce_ast = "a2c430c2dcd78b836f04d79a982090cd4ffe815738a7ce1ebe3ec0a5cb7e88a3", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/or.out b/tests/expectations/compiler/integers/u64/or.out index 65c248d8d6..c70fbe09dd 100644 --- a/tests/expectations/compiler/integers/u64/or.out +++ b/tests/expectations/compiler/integers/u64/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "e2834803a9267cc6c8dbac736ef9c633d825f0fe5e102d2d6cbdd0c9b50c485d", unrolled_ast = "e2834803a9267cc6c8dbac736ef9c633d825f0fe5e102d2d6cbdd0c9b50c485d", ssa_ast = "d43ecbee520bbc954201b7586c9b1af00fbc6be6494b50141f333d87c6002361", flattened_ast = "ecd6d169bb3013ea659ca6fca5c93a991f3d361008b1075d611c12c868b6f58a", destructured_ast = "ce2eb882bad77eb0c6f6b90f79d104b43b3940b7393336f445d3cdfd75969779", inlined_ast = "ce2eb882bad77eb0c6f6b90f79d104b43b3940b7393336f445d3cdfd75969779", dce_ast = "ce2eb882bad77eb0c6f6b90f79d104b43b3940b7393336f445d3cdfd75969779", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/pow.out b/tests/expectations/compiler/integers/u64/pow.out index 13e036b561..ae756bc0b5 100644 --- a/tests/expectations/compiler/integers/u64/pow.out +++ b/tests/expectations/compiler/integers/u64/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "c33a9e7926812e3fc26c6dff0f7dfc379875d5fcc2b9bb1212fbaca641b01ffe", unrolled_ast = "c33a9e7926812e3fc26c6dff0f7dfc379875d5fcc2b9bb1212fbaca641b01ffe", ssa_ast = "5a3040d98fd249dc56b3de2828138879c76a037e7437a743ab7b86cfea7df084", flattened_ast = "0dbf464b23ffe7411adecc1b2586d735cc6ac9da63d6a465330c5273ca0a9ab6", destructured_ast = "cf23cdccd1f097998bf00b192c9abf9ba94f9c6c581796df75cc5ae66b4381c9", inlined_ast = "cf23cdccd1f097998bf00b192c9abf9ba94f9c6c581796df75cc5ae66b4381c9", dce_ast = "cf23cdccd1f097998bf00b192c9abf9ba94f9c6c581796df75cc5ae66b4381c9", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/rem.out b/tests/expectations/compiler/integers/u64/rem.out index 03a3d6ee7a..b51c89530d 100644 --- a/tests/expectations/compiler/integers/u64/rem.out +++ b/tests/expectations/compiler/integers/u64/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "1a6a1c2e6e7477bb85cc1070ad53e8a66e45ee3f5d6c58011ebacc16f96ac1a6", unrolled_ast = "1a6a1c2e6e7477bb85cc1070ad53e8a66e45ee3f5d6c58011ebacc16f96ac1a6", ssa_ast = "da64a6818ac99c8f49202cf18d90551596c95d0bd29b8576c6edcd3587220e0d", flattened_ast = "e0456e0d7b4a21960712b144691a28714728ff64ef19d0c24df84b9f182e1d6f", destructured_ast = "da92ddffc2273e1ff903bab72f6127e084fa3d3b89afa5a4d0dc70f201eab00b", inlined_ast = "da92ddffc2273e1ff903bab72f6127e084fa3d3b89afa5a4d0dc70f201eab00b", dce_ast = "da92ddffc2273e1ff903bab72f6127e084fa3d3b89afa5a4d0dc70f201eab00b", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/shl.out b/tests/expectations/compiler/integers/u64/shl.out index f922d5e9ef..840f10eb4c 100644 --- a/tests/expectations/compiler/integers/u64/shl.out +++ b/tests/expectations/compiler/integers/u64/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "c6675a42ca8be3a2e7d4b87c4107c498ccbb3f67aeba41390a47350ba6889999", unrolled_ast = "c6675a42ca8be3a2e7d4b87c4107c498ccbb3f67aeba41390a47350ba6889999", ssa_ast = "71454fed4fa45517151318c18a8c5ad5850e435490178114bf88375fea35bc31", flattened_ast = "01c6c0a056c2f0af29cc5b5514e2e578e7fce060184f51c13e597e5dcb12cfe3", destructured_ast = "d91a390548c201d0c456d281a36925eda46661ce5ed3d97496d914a1d19fa66a", inlined_ast = "d91a390548c201d0c456d281a36925eda46661ce5ed3d97496d914a1d19fa66a", dce_ast = "d91a390548c201d0c456d281a36925eda46661ce5ed3d97496d914a1d19fa66a", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/shr.out b/tests/expectations/compiler/integers/u64/shr.out index 8263b0da5a..befc88d48e 100644 --- a/tests/expectations/compiler/integers/u64/shr.out +++ b/tests/expectations/compiler/integers/u64/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "6ce60849dae80365e48f7f9be6e08eb0e0bc5ca768c3124ebfa44d0959dcffa9", unrolled_ast = "6ce60849dae80365e48f7f9be6e08eb0e0bc5ca768c3124ebfa44d0959dcffa9", ssa_ast = "cc4eb56c0d774b307222ed683227293cc60152ece904459de557dabcadf5b2bc", flattened_ast = "8119ff883bd63a4b5f7dca4517a34e9991e0e6100772418fce877cabcc3e135a", destructured_ast = "a6f7cd6a2a6e63045be371914c314fcd16581f15d76207b1092767f1ce27cd9a", inlined_ast = "a6f7cd6a2a6e63045be371914c314fcd16581f15d76207b1092767f1ce27cd9a", dce_ast = "a6f7cd6a2a6e63045be371914c314fcd16581f15d76207b1092767f1ce27cd9a", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/sub.out b/tests/expectations/compiler/integers/u64/sub.out index 0effcc53aa..7e358d081e 100644 --- a/tests/expectations/compiler/integers/u64/sub.out +++ b/tests/expectations/compiler/integers/u64/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ca9e808c60ae417a4faa07a598f018c8b4548813a58a8b73020ebed87d3b5537", type_checked_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", unrolled_symbol_table = "578f57df100f4af6e07b970fd37b1d9b3a7ce8266a2028c4e04910459ae709e9", initial_ast = "b0c7e43c348c58446bd6281876a87a105555dab7c33a09542a97d907a4a24bba", unrolled_ast = "b0c7e43c348c58446bd6281876a87a105555dab7c33a09542a97d907a4a24bba", ssa_ast = "f107cc7f828eeff9e367dc11309e071515b81a8c73179e566570b9bdb9eecb71", flattened_ast = "4385eaa0ec21b5d03b26907fa1d1873e57f34ac324d8a03741d292d3333c99df", destructured_ast = "1fb778c79b6439ad16cc30dd005f107de945b2894c09686527e897907c5381ce", inlined_ast = "1fb778c79b6439ad16cc30dd005f107de945b2894c09686527e897907c5381ce", dce_ast = "1fb778c79b6439ad16cc30dd005f107de945b2894c09686527e897907c5381ce", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/ternary.out b/tests/expectations/compiler/integers/u64/ternary.out index 12184c57f4..9fd101c08b 100644 --- a/tests/expectations/compiler/integers/u64/ternary.out +++ b/tests/expectations/compiler/integers/u64/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "af5bb70010470d5714417095d2df855d9f9550a3f518dfd1b76ba620a5768bf5", type_checked_symbol_table = "5dcff0e5ed0315a1c7294749d25c0e05d976d7f69874cd7c036eb8645cadd0fc", unrolled_symbol_table = "5dcff0e5ed0315a1c7294749d25c0e05d976d7f69874cd7c036eb8645cadd0fc", initial_ast = "f15e03a2b49db5406cd393f0c3a12930bfc147b4519d315e3efc33569aebfeff", unrolled_ast = "f15e03a2b49db5406cd393f0c3a12930bfc147b4519d315e3efc33569aebfeff", ssa_ast = "5a0ed7c8d8363664d85f5133143d0b0e9b9af850c40bddaec9264591d52551a9", flattened_ast = "de73974d13be25bcbedea21425b238e0c1c3deb33937d04d448c1ac6db761349", destructured_ast = "6e3391e5a6878b91b3aef1534b448e01e5234cfe8ec1a963eb6dc69afa3f8b74", inlined_ast = "6e3391e5a6878b91b3aef1534b448e01e5234cfe8ec1a963eb6dc69afa3f8b74", dce_ast = "6e3391e5a6878b91b3aef1534b448e01e5234cfe8ec1a963eb6dc69afa3f8b74", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u64/xor.out b/tests/expectations/compiler/integers/u64/xor.out index 52d9ffcca1..5d277db206 100644 --- a/tests/expectations/compiler/integers/u64/xor.out +++ b/tests/expectations/compiler/integers/u64/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "669a9cf397a17bfcad5aea2b451b5ef5d131de5475e85baf0e2dac9148374af0", type_checked_symbol_table = "223e45a2fb8cbd9c8f790e4333e896b0b80cdff6ca08cb749f5ddf61bb30f6f8", unrolled_symbol_table = "223e45a2fb8cbd9c8f790e4333e896b0b80cdff6ca08cb749f5ddf61bb30f6f8", initial_ast = "5a6eed1c892828034d8d3641698fa9383046226002ec6b51695688bf72a3cd4d", unrolled_ast = "5a6eed1c892828034d8d3641698fa9383046226002ec6b51695688bf72a3cd4d", ssa_ast = "fd362a3a680eb691b892415a280cdaea38fd0224ce2a06ea5602aaf7e2fbaa84", flattened_ast = "ff979b5af09ffcc8cbd714599f1a6f62de56557be06335326347bb2cb5501a47", destructured_ast = "e82e70a8b82d692b2a6326c9107b1eca4a66a5a08bf9266188e804217482d092", inlined_ast = "e82e70a8b82d692b2a6326c9107b1eca4a66a5a08bf9266188e804217482d092", dce_ast = "e82e70a8b82d692b2a6326c9107b1eca4a66a5a08bf9266188e804217482d092", bytecode = """ program test.aleo; - - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/integers/u8/add.out b/tests/expectations/compiler/integers/u8/add.out index 8a59342369..aa9866d256 100644 --- a/tests/expectations/compiler/integers/u8/add.out +++ b/tests/expectations/compiler/integers/u8/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "efd8945f46468594d9f9823bdea6eaf6cdf438fc6e9af15cf7a00ae5f3e5fb3b", unrolled_ast = "efd8945f46468594d9f9823bdea6eaf6cdf438fc6e9af15cf7a00ae5f3e5fb3b", ssa_ast = "5a22ca477d0589200efceae9b7f306a6aca6f4c43cf60e22dad998d201f599d2", flattened_ast = "e8f39ffb636b1c063bc8442b4629d7ab9edbe5aa82772e5bed7e1d900d363f89", destructured_ast = "26be0626dd6e9b676c5a236694f46f32bb898608ed160a8f55de222720ce1a6a", inlined_ast = "26be0626dd6e9b676c5a236694f46f32bb898608ed160a8f55de222720ce1a6a", dce_ast = "26be0626dd6e9b676c5a236694f46f32bb898608ed160a8f55de222720ce1a6a", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/and.out b/tests/expectations/compiler/integers/u8/and.out index 7d13eca8ab..cb0717f5de 100644 --- a/tests/expectations/compiler/integers/u8/and.out +++ b/tests/expectations/compiler/integers/u8/and.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "e909bdb5dbdc648ab2556a90dff321fb11f949493020f33208ba789af5ce4be7", unrolled_ast = "e909bdb5dbdc648ab2556a90dff321fb11f949493020f33208ba789af5ce4be7", ssa_ast = "9ad8195284adde626ee3db78e039f3824ce9424c573df26c0ec68520cb7bb78e", flattened_ast = "f45ba11eedd7083a3d1c3ab1eb1acb3b3a173f2aee6b204a1f43ba3a5dac64be", destructured_ast = "682383148abda37b0be398b56029507256b31a468a2183364b3e546a1809cfbd", inlined_ast = "682383148abda37b0be398b56029507256b31a468a2183364b3e546a1809cfbd", dce_ast = "682383148abda37b0be398b56029507256b31a468a2183364b3e546a1809cfbd", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/console_assert.out b/tests/expectations/compiler/integers/u8/console_assert.out index d2d76d20bd..208050c8a7 100644 --- a/tests/expectations/compiler/integers/u8/console_assert.out +++ b/tests/expectations/compiler/integers/u8/console_assert.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6f4c9f96c16df23aea5368162160fd3c931c128c3afe6b8c02097da023c54f08", type_checked_symbol_table = "3c2d1d87cae87c1be63cf801726eefb7d5e887949faedb3e46987d6c57105aa9", unrolled_symbol_table = "3c2d1d87cae87c1be63cf801726eefb7d5e887949faedb3e46987d6c57105aa9", initial_ast = "47081d44c755a295218e7353fba55f83ab2ef20f1cec6aa5653f54e8caeeab9e", unrolled_ast = "47081d44c755a295218e7353fba55f83ab2ef20f1cec6aa5653f54e8caeeab9e", ssa_ast = "640a98b36b4c5ea20c36088b42ad7e4a93c32ba99e0112dec4ecf53eeda8ec43", flattened_ast = "f31dbae930ab5c189ac8ca8aa76b0cbb44e1f556bd31c8f2dfd5bbba2aadd8b7", destructured_ast = "69fbbda8e363473ed12d870794a4faf85b6c917414a0ba5ec5df4c8125a495ef", inlined_ast = "69fbbda8e363473ed12d870794a4faf85b6c917414a0ba5ec5df4c8125a495ef", dce_ast = "69fbbda8e363473ed12d870794a4faf85b6c917414a0ba5ec5df4c8125a495ef", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/div.out b/tests/expectations/compiler/integers/u8/div.out index 4962fed3e8..d5328edf87 100644 --- a/tests/expectations/compiler/integers/u8/div.out +++ b/tests/expectations/compiler/integers/u8/div.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "4c8d334e7f23456e163b26a4338e3e235ffa4349d3149a335974257ea8d213b9", unrolled_ast = "4c8d334e7f23456e163b26a4338e3e235ffa4349d3149a335974257ea8d213b9", ssa_ast = "2f3105be9a43e7f69e7ff541cad703fc208d6bd4ca2362f67836fd8b80bc7e54", flattened_ast = "318a16183e22c65e6c2bb06ca80d0edc59d68b276c845eec1fa79e9ea8904138", destructured_ast = "6a21d0455eadb0f6ab7394e641358012afca0eb2fac23e293f2d0e8b89777f59", inlined_ast = "6a21d0455eadb0f6ab7394e641358012afca0eb2fac23e293f2d0e8b89777f59", dce_ast = "6a21d0455eadb0f6ab7394e641358012afca0eb2fac23e293f2d0e8b89777f59", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/eq.out b/tests/expectations/compiler/integers/u8/eq.out index b96bb7f2f5..4a6fcacda9 100644 --- a/tests/expectations/compiler/integers/u8/eq.out +++ b/tests/expectations/compiler/integers/u8/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cc55846945599771446b5f9d775fcdbb516ff7332077826a0b39b01465cd0e68", type_checked_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", unrolled_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", initial_ast = "efe60a9d0744836360db90baf7f6ead6165c7e890b2917494bbb1d0f7b04ffa9", unrolled_ast = "efe60a9d0744836360db90baf7f6ead6165c7e890b2917494bbb1d0f7b04ffa9", ssa_ast = "7286508bf6566b68641d1be373ca823770588080d09b31653e732ce39f4b7a6d", flattened_ast = "f1d4d4124964d5fa2b4c302fff4de8e8208e8c451e69ed501556cbbd6042939c", destructured_ast = "c392f08046f2227e11ed2cd6af8aa8c54897f7c7497fedabd1ee0d3be189831b", inlined_ast = "c392f08046f2227e11ed2cd6af8aa8c54897f7c7497fedabd1ee0d3be189831b", dce_ast = "c392f08046f2227e11ed2cd6af8aa8c54897f7c7497fedabd1ee0d3be189831b", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/ge.out b/tests/expectations/compiler/integers/u8/ge.out index e3a9053975..aaddf64e19 100644 --- a/tests/expectations/compiler/integers/u8/ge.out +++ b/tests/expectations/compiler/integers/u8/ge.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cc55846945599771446b5f9d775fcdbb516ff7332077826a0b39b01465cd0e68", type_checked_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", unrolled_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", initial_ast = "0643e6bb83c5813b9305374057f7dbcdda1c852d790b7e26b1c09282460aa593", unrolled_ast = "0643e6bb83c5813b9305374057f7dbcdda1c852d790b7e26b1c09282460aa593", ssa_ast = "bb375590f4ffe518b374a9684faf0a7ae3860fbbca5ddbd33d0aff01f23cc270", flattened_ast = "4bb471d022fa068e0f1e92cabc2a14a92fad07967afeea684f75a5dcfceaeaba", destructured_ast = "750e038a3eea938df2761d40fae0112410a4378631a4dc2749b5daad0711f106", inlined_ast = "750e038a3eea938df2761d40fae0112410a4378631a4dc2749b5daad0711f106", dce_ast = "750e038a3eea938df2761d40fae0112410a4378631a4dc2749b5daad0711f106", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/gt.out b/tests/expectations/compiler/integers/u8/gt.out index 27e797718d..4b512b6269 100644 --- a/tests/expectations/compiler/integers/u8/gt.out +++ b/tests/expectations/compiler/integers/u8/gt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cc55846945599771446b5f9d775fcdbb516ff7332077826a0b39b01465cd0e68", type_checked_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", unrolled_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", initial_ast = "fb2758cc8f6c7f919b14cb9e58ace37e347b7fdb90be187a0408fc122199fb60", unrolled_ast = "fb2758cc8f6c7f919b14cb9e58ace37e347b7fdb90be187a0408fc122199fb60", ssa_ast = "172c125113dd9fc2cc2d24e2d42b7796e4ad752190df6b235907c4c1c590d26a", flattened_ast = "a8aed6d7d6ebd92844e024f33600d95320c22166f0275b0c9e181d0a6ea11758", destructured_ast = "bc1b26020572bdbf518fbfded66b75e2f4df0b92051fc66538b6586c19b0c9fe", inlined_ast = "bc1b26020572bdbf518fbfded66b75e2f4df0b92051fc66538b6586c19b0c9fe", dce_ast = "bc1b26020572bdbf518fbfded66b75e2f4df0b92051fc66538b6586c19b0c9fe", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/hex_and_bin.out b/tests/expectations/compiler/integers/u8/hex_and_bin.out index 77f022c560..b85c6ecdc9 100644 --- a/tests/expectations/compiler/integers/u8/hex_and_bin.out +++ b/tests/expectations/compiler/integers/u8/hex_and_bin.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1cdb916e552080097fc5fac0315c0c26ad6f8e64298d5f2c5dec31e3195406ce", type_checked_symbol_table = "e026cff131c6f99e5a5ad44e91c6632cc152a7b033f95a8d0db4e11e542c60ec", unrolled_symbol_table = "e026cff131c6f99e5a5ad44e91c6632cc152a7b033f95a8d0db4e11e542c60ec", initial_ast = "b8cc190f7b48840e1fbfc2651bbb60295885720fdf727e3234ba79d638ce9d06", unrolled_ast = "b8cc190f7b48840e1fbfc2651bbb60295885720fdf727e3234ba79d638ce9d06", ssa_ast = "c15ee60086ba634ffb14afce5bc0378bf33a198ca56ebadf0a9380d7ee895795", flattened_ast = "a2136e43cf3e1235a40387555ace7ca559b7923a5b809260ccd255ee7f8e33d2", destructured_ast = "d13fe0de2e45342eb60610bc55821b0dc9f5d3786c3e503891a034544dd3468f", inlined_ast = "d13fe0de2e45342eb60610bc55821b0dc9f5d3786c3e503891a034544dd3468f", dce_ast = "d13fe0de2e45342eb60610bc55821b0dc9f5d3786c3e503891a034544dd3468f", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/le.out b/tests/expectations/compiler/integers/u8/le.out index 9454a6c79e..347d8a1f92 100644 --- a/tests/expectations/compiler/integers/u8/le.out +++ b/tests/expectations/compiler/integers/u8/le.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cc55846945599771446b5f9d775fcdbb516ff7332077826a0b39b01465cd0e68", type_checked_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", unrolled_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", initial_ast = "40fd0b9fee40db3931426f77ba6151140b10e04642564781568a1ad8c5ca2b2f", unrolled_ast = "40fd0b9fee40db3931426f77ba6151140b10e04642564781568a1ad8c5ca2b2f", ssa_ast = "bc8eb1e49a60a35068ca83212e377b9f036d21e33be2afb400c985c5d725e29a", flattened_ast = "308db0e049dabca214fd07a84b47b12513b5e0f4ecd709bb0f489a4c21beb6bc", destructured_ast = "8b966c6b600900ed36d4ca25106f9304e2e3386d0eb285199bed89b9a8369d49", inlined_ast = "8b966c6b600900ed36d4ca25106f9304e2e3386d0eb285199bed89b9a8369d49", dce_ast = "8b966c6b600900ed36d4ca25106f9304e2e3386d0eb285199bed89b9a8369d49", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/lt.out b/tests/expectations/compiler/integers/u8/lt.out index fa8742a618..cd6ab8a7c3 100644 --- a/tests/expectations/compiler/integers/u8/lt.out +++ b/tests/expectations/compiler/integers/u8/lt.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cc55846945599771446b5f9d775fcdbb516ff7332077826a0b39b01465cd0e68", type_checked_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", unrolled_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", initial_ast = "de77df23c9d30e71d986f8104d6b6e6b0bbd9b76ff5a10f291f3a3d5dbb6abbf", unrolled_ast = "de77df23c9d30e71d986f8104d6b6e6b0bbd9b76ff5a10f291f3a3d5dbb6abbf", ssa_ast = "0643a094ef54eb43c0f81b2662953dc25080c26c3dc7e0a0673a398c2a0956d7", flattened_ast = "309de39adb3e4f3a44fb80f5b78ebf52ee323138ad3ade323b6fbd2268e2fddd", destructured_ast = "19d1f616371dd930005d037dcde64bdcd86184a2072525dfcf3f18a5cbb96acd", inlined_ast = "19d1f616371dd930005d037dcde64bdcd86184a2072525dfcf3f18a5cbb96acd", dce_ast = "19d1f616371dd930005d037dcde64bdcd86184a2072525dfcf3f18a5cbb96acd", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/max.out b/tests/expectations/compiler/integers/u8/max.out index dccb76ee86..2e45bd856b 100644 --- a/tests/expectations/compiler/integers/u8/max.out +++ b/tests/expectations/compiler/integers/u8/max.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "ad2b49d351b85fde3bc41929dd95833b55f502b8e4e959410f87d00bc8c7ddc2", unrolled_symbol_table = "ad2b49d351b85fde3bc41929dd95833b55f502b8e4e959410f87d00bc8c7ddc2", initial_ast = "c3508c18ae8d14551c16d04598a3a7d99e1233ba889445cf66f577c0fddb7ee1", unrolled_ast = "c3508c18ae8d14551c16d04598a3a7d99e1233ba889445cf66f577c0fddb7ee1", ssa_ast = "36f8c6c4f5ed46d53f7eedc714911c750325d675bb9829c0bb5dd15452b7e4a4", flattened_ast = "653e3db30ecb3b12429d834b689381bc0a12ac396efc0db0fac5f89ceef3a1a6", destructured_ast = "f2d92eba1c890168175bb4715cde6febb6ad602b8cb605405c9f658f85bdb9ee", inlined_ast = "f2d92eba1c890168175bb4715cde6febb6ad602b8cb605405c9f658f85bdb9ee", dce_ast = "0c7cb8dbac921c14c7385c82a94c1a455955b24d2ff05266ecc377271e33d840", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u8/min.out b/tests/expectations/compiler/integers/u8/min.out index e2de74013f..c1cd55771e 100644 --- a/tests/expectations/compiler/integers/u8/min.out +++ b/tests/expectations/compiler/integers/u8/min.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5c8eeb1dd1d925fcdaecdea92ba33ee89bf509985db403cac215247ed7d92df3", type_checked_symbol_table = "ad2b49d351b85fde3bc41929dd95833b55f502b8e4e959410f87d00bc8c7ddc2", unrolled_symbol_table = "ad2b49d351b85fde3bc41929dd95833b55f502b8e4e959410f87d00bc8c7ddc2", initial_ast = "a018e426bc5cab366221fa414eab493659580ad2e921f995a672e9d4da428a65", unrolled_ast = "a018e426bc5cab366221fa414eab493659580ad2e921f995a672e9d4da428a65", ssa_ast = "d54853e18230d2740892c0083a97cc565308e1171e3500c89483b7ccd62a3c7e", flattened_ast = "da76c303feaf9ad401296149667476a341fa65903303afd30f5716865705f66f", destructured_ast = "294595925805ebd757cfc09a42ae7da1c89999f6282f9df42e7a36344baf58e7", inlined_ast = "294595925805ebd757cfc09a42ae7da1c89999f6282f9df42e7a36344baf58e7", dce_ast = "0bc8cae6ca98dfaf17462949c63c9f345e408eb984fdffceb4d0dab8b42fd3a4", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; is.eq r0 true into r1; diff --git a/tests/expectations/compiler/integers/u8/mul.out b/tests/expectations/compiler/integers/u8/mul.out index 5ea16bb0a1..011c3b9cfc 100644 --- a/tests/expectations/compiler/integers/u8/mul.out +++ b/tests/expectations/compiler/integers/u8/mul.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "ed43019e69455cd6b28b6a757d2a70647da59bab4080a8ebf176bb4624cd656f", unrolled_ast = "ed43019e69455cd6b28b6a757d2a70647da59bab4080a8ebf176bb4624cd656f", ssa_ast = "4da2f93656d5412136e06f5e3ed8a983de027b440b5c9e5a1ee863d433b80ec8", flattened_ast = "eca9c08535955193f1c019bf8a25e6bf86a97bc80905f7c14cf40cbc81f42721", destructured_ast = "f53c5a238654a4f97eb5b55a3586d705cc9d560a31fb9e19c64effa627ede502", inlined_ast = "f53c5a238654a4f97eb5b55a3586d705cc9d560a31fb9e19c64effa627ede502", dce_ast = "f53c5a238654a4f97eb5b55a3586d705cc9d560a31fb9e19c64effa627ede502", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/ne.out b/tests/expectations/compiler/integers/u8/ne.out index d2b3f32c40..6fb4faa3d9 100644 --- a/tests/expectations/compiler/integers/u8/ne.out +++ b/tests/expectations/compiler/integers/u8/ne.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cc55846945599771446b5f9d775fcdbb516ff7332077826a0b39b01465cd0e68", type_checked_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", unrolled_symbol_table = "a3bad889932cf3f215502129c78064e237f358979a5da7cccd3ed04329ab43d9", initial_ast = "525b4f5cbbc73233778821608fb9b9814b0b5353a60da19674bcd54f6ec5b556", unrolled_ast = "525b4f5cbbc73233778821608fb9b9814b0b5353a60da19674bcd54f6ec5b556", ssa_ast = "2c2e46313fd92c5d16efe070c79bc95ea949995fffc2cead3770dd23b45f3819", flattened_ast = "24321e650b55978a239f9bb25607ef6c1355a6e62158f142577041df17dc64da", destructured_ast = "9100bf8d876cf667a47e215a4829335f218df64a34cdb00c12bc24376ea87022", inlined_ast = "9100bf8d876cf667a47e215a4829335f218df64a34cdb00c12bc24376ea87022", dce_ast = "9100bf8d876cf667a47e215a4829335f218df64a34cdb00c12bc24376ea87022", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/operator_methods.out b/tests/expectations/compiler/integers/u8/operator_methods.out index fcf369d0d0..692028f798 100644 --- a/tests/expectations/compiler/integers/u8/operator_methods.out +++ b/tests/expectations/compiler/integers/u8/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6f4c9f96c16df23aea5368162160fd3c931c128c3afe6b8c02097da023c54f08", type_checked_symbol_table = "949c4f71dbc9556a07c9a4ef06a8217d456c5a689913511d4b733ab286321542", unrolled_symbol_table = "949c4f71dbc9556a07c9a4ef06a8217d456c5a689913511d4b733ab286321542", initial_ast = "e8c1ffed1513ed588bad03e97e624a52cae280d87167bf79d62569423c72180e", unrolled_ast = "e8c1ffed1513ed588bad03e97e624a52cae280d87167bf79d62569423c72180e", ssa_ast = "d713cc8f14e36e0134521ffd687dfd398af38643efb5c7205bad1974a20605f5", flattened_ast = "93eabab2793b715e24f4d1f83e5adaadeb1ed0eaf6f43f0425d5f96f21a11eea", destructured_ast = "477abaf1bee32aa6df5740ab665a24eb4d1acccedf3dcab8eda0d0678558f636", inlined_ast = "477abaf1bee32aa6df5740ab665a24eb4d1acccedf3dcab8eda0d0678558f636", dce_ast = "2a0caf9aaf58b071308418fc46f96b1393f7646ca329bc6676e860357699ce3b", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/or.out b/tests/expectations/compiler/integers/u8/or.out index 44ed8d2cdc..deead18e28 100644 --- a/tests/expectations/compiler/integers/u8/or.out +++ b/tests/expectations/compiler/integers/u8/or.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "1a7f6c1c3f98662d3b6a3fd089fd2f6b20d34abdfbec1a49643472cedef0d39a", unrolled_ast = "1a7f6c1c3f98662d3b6a3fd089fd2f6b20d34abdfbec1a49643472cedef0d39a", ssa_ast = "adb1a67facd1eb1741d2f626bdca3da90e2e2ed221fc1b635bb7ab69cb4e023b", flattened_ast = "926cb2a9223bb8a17394382106ee92296a60bd306b9fe920bae41ed1bc4cd075", destructured_ast = "68e5ab9b1d9b3d32726794d7833f73188cece1b1135edb294df1e12b3b69cab7", inlined_ast = "68e5ab9b1d9b3d32726794d7833f73188cece1b1135edb294df1e12b3b69cab7", dce_ast = "68e5ab9b1d9b3d32726794d7833f73188cece1b1135edb294df1e12b3b69cab7", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/pow.out b/tests/expectations/compiler/integers/u8/pow.out index 4d3b94e507..010563c3f9 100644 --- a/tests/expectations/compiler/integers/u8/pow.out +++ b/tests/expectations/compiler/integers/u8/pow.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "f64c57645544504908fd420401e6de4078f365ef88735d56efd731709703000c", unrolled_ast = "f64c57645544504908fd420401e6de4078f365ef88735d56efd731709703000c", ssa_ast = "d10b4e91b0812ee3dc4ee539b3df719daabf4ed787cd44b88035a478d8d975e2", flattened_ast = "3dcc11151452fca7564b8302f27e9aec0e7345e3a90a54f2d137dd82369368ba", destructured_ast = "62f0c6a6acd7189238bf3e22c4225d04f2880db115d9ebdab8b9b893b354965d", inlined_ast = "62f0c6a6acd7189238bf3e22c4225d04f2880db115d9ebdab8b9b893b354965d", dce_ast = "62f0c6a6acd7189238bf3e22c4225d04f2880db115d9ebdab8b9b893b354965d", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/rem.out b/tests/expectations/compiler/integers/u8/rem.out index 0519be0516..c72c2edc8d 100644 --- a/tests/expectations/compiler/integers/u8/rem.out +++ b/tests/expectations/compiler/integers/u8/rem.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "d880d339baa9129adc8ac81aab9288cc026d355e88d06cce937a1f8f29d70789", unrolled_ast = "d880d339baa9129adc8ac81aab9288cc026d355e88d06cce937a1f8f29d70789", ssa_ast = "a86b4de1b11faae94992887f1354892875a970a0f516dfd52a81fcb2d025dc30", flattened_ast = "d21f0e6859f7df648546a64f092fa55ea8de0bd34c384c94482c9505113805bc", destructured_ast = "010d8bd5cba0069cdceb16f85cc6cd0014cf33f7c3e1b44d135977be6985156a", inlined_ast = "010d8bd5cba0069cdceb16f85cc6cd0014cf33f7c3e1b44d135977be6985156a", dce_ast = "010d8bd5cba0069cdceb16f85cc6cd0014cf33f7c3e1b44d135977be6985156a", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/shl.out b/tests/expectations/compiler/integers/u8/shl.out index 436cf91e90..6169608625 100644 --- a/tests/expectations/compiler/integers/u8/shl.out +++ b/tests/expectations/compiler/integers/u8/shl.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "70a3fd65c6782b5b52882740d884944b32ac31377d33cb0bcb9ee3f2f72332ff", unrolled_ast = "70a3fd65c6782b5b52882740d884944b32ac31377d33cb0bcb9ee3f2f72332ff", ssa_ast = "420c47b231cabf5a72d44876e586b3664e25117d0c0fff2193ea742aad8bf7e3", flattened_ast = "e2769117b43b0657848f5d87255237bd08416a906ba4cc70732c88a763348944", destructured_ast = "c4f4f089a4c8a65a9357543124cfe5d343f4a625b82f76d64e05ddf88d0eca1d", inlined_ast = "c4f4f089a4c8a65a9357543124cfe5d343f4a625b82f76d64e05ddf88d0eca1d", dce_ast = "c4f4f089a4c8a65a9357543124cfe5d343f4a625b82f76d64e05ddf88d0eca1d", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/shr.out b/tests/expectations/compiler/integers/u8/shr.out index bce716a119..3b8be60f33 100644 --- a/tests/expectations/compiler/integers/u8/shr.out +++ b/tests/expectations/compiler/integers/u8/shr.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "5ccb98ce2533409a6733bbcfd21a5358af468694bcca3db568aeac69864ef688", unrolled_ast = "5ccb98ce2533409a6733bbcfd21a5358af468694bcca3db568aeac69864ef688", ssa_ast = "d445dfdd82c5b59b35cef5fab2dce4c866de20ba6842d3a0ff80d8976401af3e", flattened_ast = "3d044accb3b67b38bbeb2c309efdbe30409fe00253d05f1b5746ab4d7a1d184e", destructured_ast = "2418682bc653703e0b3334345ef7125030779887b9efbfd962009c53bb19c430", inlined_ast = "2418682bc653703e0b3334345ef7125030779887b9efbfd962009c53bb19c430", dce_ast = "2418682bc653703e0b3334345ef7125030779887b9efbfd962009c53bb19c430", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/sub.out b/tests/expectations/compiler/integers/u8/sub.out index aa46f27ebe..99e0ebdead 100644 --- a/tests/expectations/compiler/integers/u8/sub.out +++ b/tests/expectations/compiler/integers/u8/sub.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f88925277e24e4f6b673869c481feb4d742933c80edf1c56952732a2bb411039", type_checked_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", unrolled_symbol_table = "a34529dcb7557634cb025c4df9ff5fc5fc6820bb8430d5135ca6ca42d0412be3", initial_ast = "824e47c11cf0eb055b8f2533e6988c286f937322b534d121a7c45e376d69e1dc", unrolled_ast = "824e47c11cf0eb055b8f2533e6988c286f937322b534d121a7c45e376d69e1dc", ssa_ast = "d573d5af3b5bb1081b8c8406574b2f752f3526d483cefa6bfc2bd5b1513fe782", flattened_ast = "fbf957bd45a50337d49b9f70e2637587d3b1eea5681d94e948f9c6edef0bf8cc", destructured_ast = "2c3833e2c2e834d3e6bfe80115566685e4302597df4359b21d41ed62d9edbf83", inlined_ast = "2c3833e2c2e834d3e6bfe80115566685e4302597df4359b21d41ed62d9edbf83", dce_ast = "2c3833e2c2e834d3e6bfe80115566685e4302597df4359b21d41ed62d9edbf83", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/ternary.out b/tests/expectations/compiler/integers/u8/ternary.out index 1fee8167ea..30b21e3b1f 100644 --- a/tests/expectations/compiler/integers/u8/ternary.out +++ b/tests/expectations/compiler/integers/u8/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "67e1ac58bc6d8ce06e8ec25c0e8d9a7e221c41a0415e4d5f9309d4f33c0091f9", type_checked_symbol_table = "11f0a336bd276d3c594a28c8cc95acd6a0f2bd671d24f8a1528f6f1787ccbdc1", unrolled_symbol_table = "11f0a336bd276d3c594a28c8cc95acd6a0f2bd671d24f8a1528f6f1787ccbdc1", initial_ast = "9d29a4aab227ba40a50d474f4b5eda0eca3522da3a9d29bba53a93b7f219e5d4", unrolled_ast = "9d29a4aab227ba40a50d474f4b5eda0eca3522da3a9d29bba53a93b7f219e5d4", ssa_ast = "ad89269d5ffddeee6dbd3b063c49943c4af977199276d6309421c7412a01ab9e", flattened_ast = "2010515a7bc92204dc4454a17ffd5cb98aa60a32631855fa6bf4cdaae049678a", destructured_ast = "f858ae95f2d44ddf1bc90575ef71763b604f4033acdecf7a806d6ab960a62836", inlined_ast = "f858ae95f2d44ddf1bc90575ef71763b604f4033acdecf7a806d6ab960a62836", dce_ast = "f858ae95f2d44ddf1bc90575ef71763b604f4033acdecf7a806d6ab960a62836", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/integers/u8/xor.out b/tests/expectations/compiler/integers/u8/xor.out index f6260f70fb..e4f84f93ba 100644 --- a/tests/expectations/compiler/integers/u8/xor.out +++ b/tests/expectations/compiler/integers/u8/xor.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9a7335728c9c2916ffec02c5773295c85587186351586b312a2f1fa6e9362477", type_checked_symbol_table = "2033ced3a0f0af84c458d4b1f3860ba90bb73b0cef7ee66e2abae2eb78a3ee96", unrolled_symbol_table = "2033ced3a0f0af84c458d4b1f3860ba90bb73b0cef7ee66e2abae2eb78a3ee96", initial_ast = "048fdc23e6dacc97e6e34d92f62a4c2737e55d2dfd780af6d50a01b6e8fd55bc", unrolled_ast = "048fdc23e6dacc97e6e34d92f62a4c2737e55d2dfd780af6d50a01b6e8fd55bc", ssa_ast = "96d4ac73b5fcbbd215ce960babbd01cc756b6eccf290f48ae34ba54c2d9e3906", flattened_ast = "d93817a88d0ced580beafd9da4398606d565905977bcb4eea14aa43f87e8dc68", destructured_ast = "0a7a26f8943031e6d8642a0271ce49322aaf3365035a57641a0b351a88912e77", inlined_ast = "0a7a26f8943031e6d8642a0271ce49322aaf3365035a57641a0b351a88912e77", dce_ast = "0a7a26f8943031e6d8642a0271ce49322aaf3365035a57641a0b351a88912e77", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/mappings/max_mappings.out b/tests/expectations/compiler/mappings/max_mappings.out index 59b3b19ae2..2cabf23e56 100644 --- a/tests/expectations/compiler/mappings/max_mappings.out +++ b/tests/expectations/compiler/mappings/max_mappings.out @@ -3,161 +3,129 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "31996f72ace053dcaa3beb2ec60de78fcade8e4047cf92897dfd244f210987f7", type_checked_symbol_table = "64be9ee1773f9450cf04c18cbf377102aab7c0aba277e7c036c770ab8614b5f0", unrolled_symbol_table = "64be9ee1773f9450cf04c18cbf377102aab7c0aba277e7c036c770ab8614b5f0", initial_ast = "dab4c349df7b581a19b258e289107e94355ce3d848801372999cacc807ddeb7b", unrolled_ast = "dab4c349df7b581a19b258e289107e94355ce3d848801372999cacc807ddeb7b", ssa_ast = "01a69ccd470b48c3d60c9928922b5c2ed2f0fe0405ab3d0ce95ea64d80155027", flattened_ast = "ec2b075dc39d494b448c04fd5bbd19e8a7503cfea823da12ee33464d8e67d0a1", destructured_ast = "28d0ece5659e9c3d8dae3bc9f5e2181730dd52d4d00575553fb62879c2252c4c", inlined_ast = "28d0ece5659e9c3d8dae3bc9f5e2181730dd52d4d00575553fb62879c2252c4c", dce_ast = "28d0ece5659e9c3d8dae3bc9f5e2181730dd52d4d00575553fb62879c2252c4c", bytecode = """ program test.aleo; - - mapping one: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping two: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping three: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping four: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping five: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping six: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping seven: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping eight: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping nine: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping ten: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping eleven: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twelve: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping thirteen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping fourteen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping fifteen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping sixteen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping seventeen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping eighteen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping nineteen: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twenty: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentyone: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentytwo: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentythree: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentyfour: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentyfive: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentysix: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentyseven: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentyeight: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping twentynine: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping thirty: -\tkey as field.public; -\tvalue as field.public; - + key as field.public; + value as field.public; mapping thirtyone: -\tkey as field.public; -\tvalue as field.public; + key as field.public; + value as field.public; function foo: add 1u8 1u8 into r0; diff --git a/tests/expectations/compiler/mappings/read_external_mapping.out b/tests/expectations/compiler/mappings/read_external_mapping.out index 85da0bc130..1e39ac93a4 100644 --- a/tests/expectations/compiler/mappings/read_external_mapping.out +++ b/tests/expectations/compiler/mappings/read_external_mapping.out @@ -4,12 +4,9 @@ outputs = [[{ compile = [ { initial_symbol_table = "bb82e4231a0fb50294a05c94943d9fcdb45f636c32365684d2d329b895b55955", type_checked_symbol_table = "ec996a9a76525329051b42462f7bfee41738e276636cf34c9a0661d70e7b733c", unrolled_symbol_table = "ec996a9a76525329051b42462f7bfee41738e276636cf34c9a0661d70e7b733c", initial_ast = "f2aaf1996d382c7333a733e4be37ea93c27a3ec58960af996b9f8645ebd27dcf", unrolled_ast = "f2aaf1996d382c7333a733e4be37ea93c27a3ec58960af996b9f8645ebd27dcf", ssa_ast = "16bbfc985f7b340af00f48be7c87cce9fa9deec2517f8e1e51d0a9b90a54fd52", flattened_ast = "327b3263d448da3866ca22b11e845307bea00b77a5854b3c498b3dab8ce31fd2", destructured_ast = "7b13016d5303ea0ba1a9808c08ae7ffa7bd9433cc1c92bd981407291fca91e5d", inlined_ast = "c45092530d55cad8153a244b85c022808dd2b11d4125d2d7f8ac7c83028fd9cd", dce_ast = "c45092530d55cad8153a244b85c022808dd2b11d4125d2d7f8ac7c83028fd9cd", bytecode = """ program registry.aleo; - - mapping users: -\tkey as address.public; -\tvalue as boolean.public; - + key as address.public; + value as boolean.public; function register: async register self.caller into r0; @@ -19,9 +16,6 @@ finalize register: input r0 as address.public; set true into users[r0]; - - - function unregister: async unregister self.caller into r0; output r0 as registry.aleo/unregister.future; @@ -29,7 +23,6 @@ function unregister: finalize unregister: input r0 as address.public; set false into users[r0]; - """, errors = "", warnings = "" }, { initial_symbol_table = "23d4f67793776c110bfd4cc47d98dedde4495edb453c82f6b06718a8cdbc7f6d", type_checked_symbol_table = "f8c6d89c3ff7316d9a2e391c1a0d6c7f3f4ab2f45109b0dbd58b6ff424d854dd", unrolled_symbol_table = "f8c6d89c3ff7316d9a2e391c1a0d6c7f3f4ab2f45109b0dbd58b6ff424d854dd", initial_ast = "9cc519cc416b2f54ecf753c541196b337f359d42616e4f38b8d9a5a86746de41", unrolled_ast = "4f5beff4969ba9db8b429435d2a6a6133eed2e8718564073fefa76ed4db76381", ssa_ast = "012d0c07475a7e03d3898338aa2a91b56d77032978437b17c9337a5001ae5249", flattened_ast = "e391d1d2c6731ec8961afe91d8fa94fb9edb091b892ddecfa48ce3f5a6febe8e", destructured_ast = "26f202a3d6a24f0af49542d0f2c29c635314073b2d52ede163d3ab5e5bcc86fa", inlined_ast = "72e4121a823f91aeeb5b8433f03f07943d174353d55f58a3aae111bc1bab0798", dce_ast = "72e4121a823f91aeeb5b8433f03f07943d174353d55f58a3aae111bc1bab0798", bytecode = """ import registry.aleo; @@ -39,11 +32,9 @@ record message: owner as address.private; data as u8.private; - mapping users: -\tkey as address.public; -\tvalue as boolean.public; - + key as address.public; + value as boolean.public; function send: input r0 as address.private; @@ -58,9 +49,6 @@ finalize send: get registry.aleo/users[r0] into r1; assert.eq r1 true; - - - function send_without_check: input r0 as address.private; input r1 as u8.private; @@ -73,6 +61,5 @@ finalize send_without_check: input r0 as address.public; get.or_use registry.aleo/users[r0] true into r1; assert.eq r1 true; - """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/records/balance_wrong_ty.out b/tests/expectations/compiler/records/balance_wrong_ty.out index 659a908631..d6238bc754 100644 --- a/tests/expectations/compiler/records/balance_wrong_ty.out +++ b/tests/expectations/compiler/records/balance_wrong_ty.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "1584cbfd87b06264331bf8fce8e6d9fa9652a14e0ef376e1f86f5024b6e52ce6", type_checked_symbol_table = "b3f6701a44924e31632e5f7e6f2fa621c03bc281d7641ef378d23ba10e6cb498", unrolled_symbol_table = "b3f6701a44924e31632e5f7e6f2fa621c03bc281d7641ef378d23ba10e6cb498", initial_ast = "50c8f3bc8b9c2489558fcf575da4a1dc9da1583021452a38dd055fa622c239f4", unrolled_ast = "50c8f3bc8b9c2489558fcf575da4a1dc9da1583021452a38dd055fa622c239f4", ssa_ast = "3888bd37ecff2f44e6c9a58733776106c605b73bee5d0b4a1bab339e6a65b3be", flattened_ast = "aaf0ea0bdf90947799366087c8e413a5f30a858beba355ea950a184aea190044", destructured_ast = "e82cd2eb56dd0b2bfc91c15dea7322e37d6be5ffeca0285d3ee78f57d8f498cb", inlined_ast = "e82cd2eb56dd0b2bfc91c15dea7322e37d6be5ffeca0285d3ee78f57d8f498cb", dce_ast = "e82cd2eb56dd0b2bfc91c15dea7322e37d6be5ffeca0285d3ee78f57d8f498cb", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/records/declaration.out b/tests/expectations/compiler/records/declaration.out index f3b7760c2c..6dc166a849 100644 --- a/tests/expectations/compiler/records/declaration.out +++ b/tests/expectations/compiler/records/declaration.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "7fa525bbbccab774e3f15cadb4b08ef0f3b58e40d1c02cd0e5242d35d19a3493", type_checked_symbol_table = "9281101270c690ce12d8b1457e8008d465e3489b0b7e9eed8db82bc954994790", unrolled_symbol_table = "9281101270c690ce12d8b1457e8008d465e3489b0b7e9eed8db82bc954994790", initial_ast = "219d864046c10b30d1e2aaa028e31f099d779436d370c4b6a5883021de58bdb8", unrolled_ast = "219d864046c10b30d1e2aaa028e31f099d779436d370c4b6a5883021de58bdb8", ssa_ast = "6ffb555f57267fd4ab803ed30fba27516b4aab0098a58a5a4da55ddbf7cc004c", flattened_ast = "8293489de0f0b563e1ed848260a741f20dee0b8caca7849d84de6c8d1aa1b5e3", destructured_ast = "b1c280356837bfdd1eabf96df4e80a172ae52dbaa90b610f610f3497046866bc", inlined_ast = "b1c280356837bfdd1eabf96df4e80a172ae52dbaa90b610f610f3497046866bc", dce_ast = "b1c280356837bfdd1eabf96df4e80a172ae52dbaa90b610f610f3497046866bc", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/records/external_nested_record.out b/tests/expectations/compiler/records/external_nested_record.out index d013b47fe9..9000a4c89c 100644 --- a/tests/expectations/compiler/records/external_nested_record.out +++ b/tests/expectations/compiler/records/external_nested_record.out @@ -7,7 +7,6 @@ program child.aleo; record child_rec: owner as address.private; - function main: input r0 as child_rec.record; """, errors = "", warnings = "" }, @@ -15,8 +14,6 @@ function main: import child.aleo; program inter.aleo; - - function use_child: input r0 as child.aleo/child_rec.record; """, errors = "", warnings = "" }, @@ -25,8 +22,6 @@ import child.aleo; import inter.aleo; program parent.aleo; - - function main: """, errors = "", warnings = "" }, ] }]] diff --git a/tests/expectations/compiler/records/gates_is_allowed.out b/tests/expectations/compiler/records/gates_is_allowed.out index e527ebab99..c400c758e7 100644 --- a/tests/expectations/compiler/records/gates_is_allowed.out +++ b/tests/expectations/compiler/records/gates_is_allowed.out @@ -8,7 +8,6 @@ record Token: amount as u64.private; gates as u64.private; - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/records/init_expression.out b/tests/expectations/compiler/records/init_expression.out index 4591cc68c8..4277a5c0e9 100644 --- a/tests/expectations/compiler/records/init_expression.out +++ b/tests/expectations/compiler/records/init_expression.out @@ -7,14 +7,12 @@ record Token: owner as address.private; amount as u64.private; - function mint: input r0 as address.private; input r1 as u64.private; cast r0 r1 into r2 as Token.record; output r2 as Token.record; - function main: input r0 as address.private; mul 1u64 1u64 into r1; diff --git a/tests/expectations/compiler/records/init_expression_shorthand.out b/tests/expectations/compiler/records/init_expression_shorthand.out index 3076369e4d..323bd8102c 100644 --- a/tests/expectations/compiler/records/init_expression_shorthand.out +++ b/tests/expectations/compiler/records/init_expression_shorthand.out @@ -7,14 +7,12 @@ record Token: owner as address.private; amount as u64.private; - function mint: input r0 as address.private; input r1 as u64.private; cast r0 r1 into r2 as Token.record; output r2 as Token.record; - function main: input r0 as address.private; add 1u64 1u64 into r1; diff --git a/tests/expectations/compiler/records/nested_record.out b/tests/expectations/compiler/records/nested_record.out index cfc7a8d002..949e4c6d8f 100644 --- a/tests/expectations/compiler/records/nested_record.out +++ b/tests/expectations/compiler/records/nested_record.out @@ -11,7 +11,6 @@ record Token: owner as address.private; amount as Amount.private; - function mint: input r0 as address.private; input r1 as u64.private; @@ -19,7 +18,6 @@ function mint: cast r0 r2 into r3 as Token.record; output r3 as Token.record; - function main: input r0 as address.private; add 1u64 1u64 into r1; diff --git a/tests/expectations/compiler/records/nested_record_as_function_io.out b/tests/expectations/compiler/records/nested_record_as_function_io.out index 2a815f1401..6400b34a1f 100644 --- a/tests/expectations/compiler/records/nested_record_as_function_io.out +++ b/tests/expectations/compiler/records/nested_record_as_function_io.out @@ -8,7 +8,6 @@ record X: owner as address.private; val as u32.private; - function mint2: input r0 as u32.private; cast self.signer r0 into r1 as X.record; @@ -18,13 +17,10 @@ function mint2: import program_a.aleo; program program_b.aleo; - - function foobar: input r0 as program_a.aleo/X.record; output r0.val as u32.private; - function boofar: input r0 as program_a.aleo/X.record; output r0 as program_a.aleo/X.record; @@ -34,8 +30,6 @@ import program_a.aleo; import program_b.aleo; program program_c.aleo; - - function main: assert.eq 1u32 1u32; """, errors = "", warnings = "" }, diff --git a/tests/expectations/compiler/records/record_declaration_out_of_order.out b/tests/expectations/compiler/records/record_declaration_out_of_order.out index a7fdb781e1..6dd5bf14b4 100644 --- a/tests/expectations/compiler/records/record_declaration_out_of_order.out +++ b/tests/expectations/compiler/records/record_declaration_out_of_order.out @@ -7,7 +7,6 @@ record Token: owner as address.private; amount as u64.private; - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/records/record_init_out_of_order.out b/tests/expectations/compiler/records/record_init_out_of_order.out index a4e3aded2e..4688796a09 100644 --- a/tests/expectations/compiler/records/record_init_out_of_order.out +++ b/tests/expectations/compiler/records/record_init_out_of_order.out @@ -7,7 +7,6 @@ record Token: owner as address.private; amount as u64.private; - function main: input r0 as address.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/records/record_with_visibility.out b/tests/expectations/compiler/records/record_with_visibility.out index b00e610993..aa679606a9 100644 --- a/tests/expectations/compiler/records/record_with_visibility.out +++ b/tests/expectations/compiler/records/record_with_visibility.out @@ -8,7 +8,6 @@ record Token: amount as u64.private; flag as boolean.private; - function main: input r0 as u64.private; input r1 as u64.private; diff --git a/tests/expectations/compiler/return/ifelse_chain.out b/tests/expectations/compiler/return/ifelse_chain.out index 05184a08d4..214cdc3bb1 100644 --- a/tests/expectations/compiler/return/ifelse_chain.out +++ b/tests/expectations/compiler/return/ifelse_chain.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "204fa2d504700c7fa4ff175fd95dca964cb3c7fde4cc23b7972f840ca497ce15", type_checked_symbol_table = "56f92976ed0897f850ed6a2c9ea6545c48381a8311b1b72f1866a533cbfb3d36", unrolled_symbol_table = "56f92976ed0897f850ed6a2c9ea6545c48381a8311b1b72f1866a533cbfb3d36", initial_ast = "6ea28950d64ac41eeb8da3d87cb6e3810996f20e112e0642f59a60f761714f1d", unrolled_ast = "6ea28950d64ac41eeb8da3d87cb6e3810996f20e112e0642f59a60f761714f1d", ssa_ast = "2fb78fa3dc48ebb722b5e868aeae878da7e6eba06843316f0ebd1451adda1d7c", flattened_ast = "e50d2d001ea761618e59dc13b8b2f3834615637bfad5f740db2e2ad35d4f6679", destructured_ast = "d1a2969debc86ca62ad8beb0cc2dbc226521eb845399be0fb841df3041fc4e87", inlined_ast = "d1a2969debc86ca62ad8beb0cc2dbc226521eb845399be0fb841df3041fc4e87", dce_ast = "d1a2969debc86ca62ad8beb0cc2dbc226521eb845399be0fb841df3041fc4e87", bytecode = """ program test.aleo; - - function main: input r0 as field.private; is.eq r0 0field into r1; diff --git a/tests/expectations/compiler/scalar/add.out b/tests/expectations/compiler/scalar/add.out index 44b32aced2..b42fb73db0 100644 --- a/tests/expectations/compiler/scalar/add.out +++ b/tests/expectations/compiler/scalar/add.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fa202704c32803dd5a46673bb1ce18f4db31f10844f59e0dd951bfed478abf56", type_checked_symbol_table = "577d0a03f442778c7c07da5fe974c45fe418fe1cab9238773d4749a3f99d2731", unrolled_symbol_table = "577d0a03f442778c7c07da5fe974c45fe418fe1cab9238773d4749a3f99d2731", initial_ast = "a9277d3302097491315497980a38ef99484be22383c0dddb835bff6224e7f419", unrolled_ast = "a9277d3302097491315497980a38ef99484be22383c0dddb835bff6224e7f419", ssa_ast = "464c6602c9026fa17e9661a5da82aa214f644bdf2a3153255c844897b649a19d", flattened_ast = "a6dd54f6913bb6eac591a2b84098c93995fc187c322bfa5d061a307c6e52973c", destructured_ast = "3fe252397f2113835b430dff46a4526acc4001f378ef08afe95321e4f8032cf4", inlined_ast = "3fe252397f2113835b430dff46a4526acc4001f378ef08afe95321e4f8032cf4", dce_ast = "3fe252397f2113835b430dff46a4526acc4001f378ef08afe95321e4f8032cf4", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as scalar.private; diff --git a/tests/expectations/compiler/scalar/cmp.out b/tests/expectations/compiler/scalar/cmp.out index 1cc94ad553..f3a2d5681d 100644 --- a/tests/expectations/compiler/scalar/cmp.out +++ b/tests/expectations/compiler/scalar/cmp.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "689be29e57d11aea34e9688b20ee4d248138608580bb297a240a404748b85280", type_checked_symbol_table = "9019299e1eb4d4ba951ffa22c1139815f243f7d25887bcbc5a2bb20fc28232c5", unrolled_symbol_table = "9019299e1eb4d4ba951ffa22c1139815f243f7d25887bcbc5a2bb20fc28232c5", initial_ast = "153ccea2abeb003f157df0e389977b2f7f81ab1137739e1d24fc384331f0c405", unrolled_ast = "153ccea2abeb003f157df0e389977b2f7f81ab1137739e1d24fc384331f0c405", ssa_ast = "de9438205d63cdba290b0f240ea4e848f49abd7224c136062f721bcc75c1c8ad", flattened_ast = "9318b44dfc53fe955b4e9f0e25698efc3f534516a5de08a1b97fd5b3e22bb735", destructured_ast = "a676f1c076f8f2e49f28622bae440180b2aab8054d4e40803c0175e04acfcfdc", inlined_ast = "a676f1c076f8f2e49f28622bae440180b2aab8054d4e40803c0175e04acfcfdc", dce_ast = "66d83acfd9a06322425e09b5691545749d12e7a6f4fc48ce9537834736947338", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as scalar.private; diff --git a/tests/expectations/compiler/scalar/eq.out b/tests/expectations/compiler/scalar/eq.out index 41b806e031..71aa4d9a8d 100644 --- a/tests/expectations/compiler/scalar/eq.out +++ b/tests/expectations/compiler/scalar/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "689be29e57d11aea34e9688b20ee4d248138608580bb297a240a404748b85280", type_checked_symbol_table = "ad47ccc3d36b1aeddf0f6c035473b5febaa4a93bd84f2a14c12476196b7045ce", unrolled_symbol_table = "ad47ccc3d36b1aeddf0f6c035473b5febaa4a93bd84f2a14c12476196b7045ce", initial_ast = "6aa18cfaecedd7b3648846ac62e198983f7ec7e2edf41bbd900115c19b8d6c22", unrolled_ast = "6aa18cfaecedd7b3648846ac62e198983f7ec7e2edf41bbd900115c19b8d6c22", ssa_ast = "ec82de18700c282153e16509520b7fc9d60c14e08744ee2b25a16cc9d0bd9545", flattened_ast = "b54bafa0dd1e48a6b7f4a014af2f0d951bc3601d861295a8b0cc363a3db156f5", destructured_ast = "b153e45d51676efd59dbe1d3d0cce8deb20dde8c52cdbf0632e351170cd646cf", inlined_ast = "b153e45d51676efd59dbe1d3d0cce8deb20dde8c52cdbf0632e351170cd646cf", dce_ast = "b95286c15cec8801180520063c1e7bba5f8391cd1c5a2241314363042379dd8f", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as scalar.private; diff --git a/tests/expectations/compiler/scalar/operator_methods.out b/tests/expectations/compiler/scalar/operator_methods.out index 8776b7b1bb..102ce0d410 100644 --- a/tests/expectations/compiler/scalar/operator_methods.out +++ b/tests/expectations/compiler/scalar/operator_methods.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "689be29e57d11aea34e9688b20ee4d248138608580bb297a240a404748b85280", type_checked_symbol_table = "2e64c8dd96a90e64e7c6f709b1594efe1111ae222b5852d9d9b2cf0ecbfe77ac", unrolled_symbol_table = "2e64c8dd96a90e64e7c6f709b1594efe1111ae222b5852d9d9b2cf0ecbfe77ac", initial_ast = "6650df46002160124bb05c956ef8c7f3b7004d2e54778d6bdda9b1f5dcbd8626", unrolled_ast = "6650df46002160124bb05c956ef8c7f3b7004d2e54778d6bdda9b1f5dcbd8626", ssa_ast = "96bb1e3367291c0a89ecc3287b968771acee9a6a9201875c5d0978e0208ed5e3", flattened_ast = "e5b9db13a4cddc67fef7f8cace9007beb67d725f0c6ffcb4c876d9130b6ec36d", destructured_ast = "a0f26dd3e194d8ecef2d1d4ad1db1ab6567baad7247e30120c06f02e4447f02b", inlined_ast = "a0f26dd3e194d8ecef2d1d4ad1db1ab6567baad7247e30120c06f02e4447f02b", dce_ast = "6e3ad020081d385389124d92866003b7d1337f68ac02abf10611c3b9c4e9b101", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as scalar.private; diff --git a/tests/expectations/compiler/scalar/scalar.out b/tests/expectations/compiler/scalar/scalar.out index fcbbe24d38..45e37b4692 100644 --- a/tests/expectations/compiler/scalar/scalar.out +++ b/tests/expectations/compiler/scalar/scalar.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "473d6a9c94ce262fae794be27e7aef3a427119fda8608eb0aebb196ac1f78c54", type_checked_symbol_table = "2f307932b0cbc2ca4f7423aa958aebab6babf6cdc94cff68a4da2b2e84ec5b11", unrolled_symbol_table = "2f307932b0cbc2ca4f7423aa958aebab6babf6cdc94cff68a4da2b2e84ec5b11", initial_ast = "54c4974b341a6c6606e0c97c7d68cc3f482e363a5cc7b4e6fa7b4fee0829fa02", unrolled_ast = "54c4974b341a6c6606e0c97c7d68cc3f482e363a5cc7b4e6fa7b4fee0829fa02", ssa_ast = "7ea4178f85831e1c416e8bbfd418a3283139ddba456e4360276f2e3f3f0bd3fb", flattened_ast = "79dc2e03456aefcd846315cc29aa9b945f7a0fd9982f4b77a4648dc3078b0158", destructured_ast = "363486996189f58dd61c8f870d04d8a0866182988752f753bee9ac4f5189c066", inlined_ast = "363486996189f58dd61c8f870d04d8a0866182988752f753bee9ac4f5189c066", dce_ast = "363486996189f58dd61c8f870d04d8a0866182988752f753bee9ac4f5189c066", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; add 1scalar r0 into r1; diff --git a/tests/expectations/compiler/scalar/ternary.out b/tests/expectations/compiler/scalar/ternary.out index 339a5cc107..5c3e02a8e8 100644 --- a/tests/expectations/compiler/scalar/ternary.out +++ b/tests/expectations/compiler/scalar/ternary.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fa202704c32803dd5a46673bb1ce18f4db31f10844f59e0dd951bfed478abf56", type_checked_symbol_table = "577d0a03f442778c7c07da5fe974c45fe418fe1cab9238773d4749a3f99d2731", unrolled_symbol_table = "577d0a03f442778c7c07da5fe974c45fe418fe1cab9238773d4749a3f99d2731", initial_ast = "2a0531cf8132bed35359f8b4cb42bea1e00ca2073408652d8e1e6d3d27898386", unrolled_ast = "2a0531cf8132bed35359f8b4cb42bea1e00ca2073408652d8e1e6d3d27898386", ssa_ast = "62a8070c73b9fc85238dfbacbdf238885d9d916ea1a8beff437ae92987edf9e6", flattened_ast = "93a8127ad98bafd98a590dd5aeaa30dc09995496234ae6a9af65979e2c850d4e", destructured_ast = "d64ef0db38c612033a001c67e24cd49241f12721bc99c1e4db7d22ee21bed95d", inlined_ast = "d64ef0db38c612033a001c67e24cd49241f12721bc99c1e4db7d22ee21bed95d", dce_ast = "d64ef0db38c612033a001c67e24cd49241f12721bc99c1e4db7d22ee21bed95d", bytecode = """ program test.aleo; - - function main: input r0 as scalar.private; input r1 as scalar.private; diff --git a/tests/expectations/compiler/signature/signature.out b/tests/expectations/compiler/signature/signature.out index 492f1d62a6..72dad77eb7 100644 --- a/tests/expectations/compiler/signature/signature.out +++ b/tests/expectations/compiler/signature/signature.out @@ -7,7 +7,6 @@ struct foo: a as u8; b as scalar; - function verify_field: input r0 as signature.private; input r1 as address.private; @@ -16,7 +15,6 @@ function verify_field: sign.verify r0 r1 r2 into r4; assert.eq r3 r4; - function verify_foo: input r0 as signature.private; input r1 as address.private; @@ -25,7 +23,6 @@ function verify_foo: sign.verify r0 r1 r2 into r4; assert.eq r3 r4; - function literal_ops_on_signature: input r0 as boolean.private; input r1 as signature.private; diff --git a/tests/expectations/compiler/statements/assign.out b/tests/expectations/compiler/statements/assign.out index 300dabe69c..719e6f6a75 100644 --- a/tests/expectations/compiler/statements/assign.out +++ b/tests/expectations/compiler/statements/assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "c5296c3c050ba748e66ec721f6a058fd4fdb612afbe9e41054cd482b67e6e6f9", type_checked_symbol_table = "d57006f90dddfbb3c280166cfd60539aa64e2db1cb424f8d3f4c72a3087910da", unrolled_symbol_table = "d57006f90dddfbb3c280166cfd60539aa64e2db1cb424f8d3f4c72a3087910da", initial_ast = "6019b8c22dc3784fa95210eecf929efcb66246ce03f9ae5d867e187d4bcc8788", unrolled_ast = "6019b8c22dc3784fa95210eecf929efcb66246ce03f9ae5d867e187d4bcc8788", ssa_ast = "fe7e915193461f768fdf91bf468873c767d5f6b6964a2f36fc5b47018aca2472", flattened_ast = "8a821b2ed86abdf4344ec3e58b1f13cfa8d42cd2fbcd692b60b975ff968df287", destructured_ast = "c3d78a54d7b38b9e47ef92ab94d93d3530f94f28d14a9a105d00686e750ca862", inlined_ast = "c3d78a54d7b38b9e47ef92ab94d93d3530f94f28d14a9a105d00686e750ca862", dce_ast = "f06f4f184c5dad19a346fdcf168240765bda3758ace5f0b80451c60adf544374", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/statements/block.out b/tests/expectations/compiler/statements/block.out index 02ebb7cbb3..b4d2b9cffa 100644 --- a/tests/expectations/compiler/statements/block.out +++ b/tests/expectations/compiler/statements/block.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6509016b6899f5938f44b2dab2c895fb70c487d9413773a25f58619ab9b0a9be", type_checked_symbol_table = "a5d794d5bef4b835ddb9b80bc89ae26e95f0bfdbb347192ea01936ec37025ef6", unrolled_symbol_table = "a5d794d5bef4b835ddb9b80bc89ae26e95f0bfdbb347192ea01936ec37025ef6", initial_ast = "2d472d7bb8a500e9e65488129e69017f22feca53fc8a4900f58fa70cc30fb16d", unrolled_ast = "2d472d7bb8a500e9e65488129e69017f22feca53fc8a4900f58fa70cc30fb16d", ssa_ast = "ae4b1451d5a14f4b988437ce8a0c5a0c23080a5d6711350fbe768b667f699639", flattened_ast = "cd83d20fc3ca8cbed971b4bc4eec01122ececcad666ff3574cf6f3bcdd71d77e", destructured_ast = "a67dd749de940cfb6178589a3cee151421b0fe59c8b0a9b088fd2df13a1b0327", inlined_ast = "a67dd749de940cfb6178589a3cee151421b0fe59c8b0a9b088fd2df13a1b0327", dce_ast = "a67dd749de940cfb6178589a3cee151421b0fe59c8b0a9b088fd2df13a1b0327", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; add r0 5u32 into r1; diff --git a/tests/expectations/compiler/statements/chain.out b/tests/expectations/compiler/statements/chain.out index d80c1b73a4..c94786a4e8 100644 --- a/tests/expectations/compiler/statements/chain.out +++ b/tests/expectations/compiler/statements/chain.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fbff18c8e518cc59798797648b6845d8968c59a71c7f87af586f9defffdd546d", type_checked_symbol_table = "1c499f9d112fdf719a72b2435ef012d7b5e4b41cc0c67ff5c90f5b39cf6e11bc", unrolled_symbol_table = "1c499f9d112fdf719a72b2435ef012d7b5e4b41cc0c67ff5c90f5b39cf6e11bc", initial_ast = "8e0c70c47df22261563266d35bc5f3a25169c65c705ed9e33bbe51a92611dccc", unrolled_ast = "8e0c70c47df22261563266d35bc5f3a25169c65c705ed9e33bbe51a92611dccc", ssa_ast = "2d738c04e5ae989b25373b5d96877981a85862653298922e8feffde828808c07", flattened_ast = "1efcab145973980eabc68bb0ec6624b8b5d42bba4c38771f88b7a2cee35cdef3", destructured_ast = "b11799e3b04a7c0d53a117d990176c346076772d0a1e86e48884cef62618ee04", inlined_ast = "b11799e3b04a7c0d53a117d990176c346076772d0a1e86e48884cef62618ee04", dce_ast = "b43faebb2985c920347a8d103943a3d3fd53dae5ce6a62647c9067c7d009132f", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; is.eq r0 1u32 into r1; diff --git a/tests/expectations/compiler/statements/expr_statement.out b/tests/expectations/compiler/statements/expr_statement.out index 66616f1cd0..9a3043af58 100644 --- a/tests/expectations/compiler/statements/expr_statement.out +++ b/tests/expectations/compiler/statements/expr_statement.out @@ -3,14 +3,11 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "230456a912e68c6bf7bc61830676d9977f6aee13e2ae69546b077d939c547002", type_checked_symbol_table = "72c1cdf55cba381c3beb41099f7b8e32a7f0ec9bfb91f05182d8fff3e478c4f1", unrolled_symbol_table = "72c1cdf55cba381c3beb41099f7b8e32a7f0ec9bfb91f05182d8fff3e478c4f1", initial_ast = "eaa9f399bc9592a47c43d90c07ee8813e6a11327a31c9c4a4019ddf49bfd31c2", unrolled_ast = "eaa9f399bc9592a47c43d90c07ee8813e6a11327a31c9c4a4019ddf49bfd31c2", ssa_ast = "98648a4077c879caa3646f9610036e6843e9940a61af40705985ddc8da2325df", flattened_ast = "db92a5e180f9ae7502df883de11b44aea7c08e8fee517d1cfa7bdda51777fbbf", destructured_ast = "bedc21928bb999a9644ee94c09ff6b44ae4cc46296b31b2a3e67d448ed272fec", inlined_ast = "fe589fd7800068d9e3452a51b48e0af5462c39bfecbf670290ee8880f52a4b05", dce_ast = "fe589fd7800068d9e3452a51b48e0af5462c39bfecbf670290ee8880f52a4b05", bytecode = """ program test.aleo; - - closure foo: input r0 as u8; input r1 as u8; assert.eq r0 r1; - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/statements/iteration_basic.out b/tests/expectations/compiler/statements/iteration_basic.out index f701b4efe9..f91f25ea67 100644 --- a/tests/expectations/compiler/statements/iteration_basic.out +++ b/tests/expectations/compiler/statements/iteration_basic.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fbff18c8e518cc59798797648b6845d8968c59a71c7f87af586f9defffdd546d", type_checked_symbol_table = "9c755ac6de6948601c6b5adfb40ab6ca04078e174f138e8ad27592c4f01a275d", unrolled_symbol_table = "85a0ed39469e64279b86e43dc54f422e7680521404a58414453c511604cea265", initial_ast = "c853d211f0b9902b1978a581b79719747d48e271dc56f1a73237ff53581f6375", unrolled_ast = "b39f8f9a660f6f85e936c7305764806ce1fdee4097556428d9681453f792ea62", ssa_ast = "b40a70be25d97306588239f437b2ac56433322bea24c3e5f897b5f87c4853e4e", flattened_ast = "b4ca778e94be2312fd745641784c84d39d3cd4994dec31d622bc1903d06bbe13", destructured_ast = "49e5e652220c7363f8456a48aacaba9768f0bfaccff18425f9201156194fb5ce", inlined_ast = "49e5e652220c7363f8456a48aacaba9768f0bfaccff18425f9201156194fb5ce", dce_ast = "49e5e652220c7363f8456a48aacaba9768f0bfaccff18425f9201156194fb5ce", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; sub r0 1u32 into r1; diff --git a/tests/expectations/compiler/statements/iteration_nested.out b/tests/expectations/compiler/statements/iteration_nested.out index 528a5c8692..50f92eea96 100644 --- a/tests/expectations/compiler/statements/iteration_nested.out +++ b/tests/expectations/compiler/statements/iteration_nested.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "693367bfa3262d97165d4f65744db680a42887af9466271e997ce5ecfb4e4ad8", type_checked_symbol_table = "2df26b219d452e5c67834698c8ccd216f94185f885b10e5d2fb7d52cf364a8fe", unrolled_symbol_table = "b89ab5cc076c8120d75083c1b01cab5c0bdb9c8a1527da28df2763b584375659", initial_ast = "7c9468d2e25b8d770277e8ae01d776a99c2fe1b2b3cc5a26fa45924fbb255629", unrolled_ast = "a5f436cc41ecc729d5108f79abaa12a65d4036c3994541ae1cf475b734ccd3c5", ssa_ast = "f1c9aab6abecb5132f37e0a83ddebbe79eb90c10a8dd08be7b87aa310b0ba880", flattened_ast = "4ec88aa2da726e5ea30fbd75c97e80f1aab21674e31bd06845123a8527f249df", destructured_ast = "7a7b7dd51563b8199d2de27e345c59f4053dfcba829c1ca6f1b16d58d0fe5b6a", inlined_ast = "7a7b7dd51563b8199d2de27e345c59f4053dfcba829c1ca6f1b16d58d0fe5b6a", dce_ast = "7a7b7dd51563b8199d2de27e345c59f4053dfcba829c1ca6f1b16d58d0fe5b6a", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; add r0 1u32 into r1; diff --git a/tests/expectations/compiler/statements/multiple_returns.out b/tests/expectations/compiler/statements/multiple_returns.out index 69593e3671..b0ad6c09e6 100644 --- a/tests/expectations/compiler/statements/multiple_returns.out +++ b/tests/expectations/compiler/statements/multiple_returns.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fbff18c8e518cc59798797648b6845d8968c59a71c7f87af586f9defffdd546d", type_checked_symbol_table = "547e915a015c4525dea0cdebf573bd82f8b5719b0eae671afc8a05bc48833938", unrolled_symbol_table = "547e915a015c4525dea0cdebf573bd82f8b5719b0eae671afc8a05bc48833938", initial_ast = "bbcf9d2685d85c7655c97568ff51cb46dd1aee6ee92af6eb4b9ef6b917ce928e", unrolled_ast = "bbcf9d2685d85c7655c97568ff51cb46dd1aee6ee92af6eb4b9ef6b917ce928e", ssa_ast = "d9f3b16b2a063335a36b56798ffaf578d6f04fbe70003ec15a30783590c1dce4", flattened_ast = "9ce05cb73e1f012bada5972095cc1c0602d96bd63a4fe58029f2c073a8eab51c", destructured_ast = "690ca5d32129c085b7897ff25c87a8a95cfc0cf35cec0f3d5742aa68ef4a1a31", inlined_ast = "690ca5d32129c085b7897ff25c87a8a95cfc0cf35cec0f3d5742aa68ef4a1a31", dce_ast = "4bbb3efdf7be6bd5d87995ed2787265dca604575a2b898a7a9cbe0b889bc235b", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; is.eq r0 3u32 into r1; diff --git a/tests/expectations/compiler/statements/mutate.out b/tests/expectations/compiler/statements/mutate.out index a29d28a304..2f62ae01b2 100644 --- a/tests/expectations/compiler/statements/mutate.out +++ b/tests/expectations/compiler/statements/mutate.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "fbff18c8e518cc59798797648b6845d8968c59a71c7f87af586f9defffdd546d", type_checked_symbol_table = "a3be54023f98304a5cc208259f2287f70181c602ec496bc36df8e16ada051de8", unrolled_symbol_table = "a3be54023f98304a5cc208259f2287f70181c602ec496bc36df8e16ada051de8", initial_ast = "b6b526e4450475b5f337242783f48a4dd7342a4b5c9639b23d490bfd96a63a1a", unrolled_ast = "b6b526e4450475b5f337242783f48a4dd7342a4b5c9639b23d490bfd96a63a1a", ssa_ast = "23fb955e50de14a4131b2db621a24d05ac52d5ac7af341e7dde5d24479203cda", flattened_ast = "ebf21ee2f562b59de5164c9965fbb2e822bd5c8e847def54c41738d4df96a25e", destructured_ast = "9ad6ed4557a609671cf3ea7d235114c74fd03717675f28c728240a61d72f38eb", inlined_ast = "9ad6ed4557a609671cf3ea7d235114c74fd03717675f28c728240a61d72f38eb", dce_ast = "1bf4801943a35c63849ec343cf26a5888fa9852805514a499fc1162bbb51e31a", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; is.eq r0 3u32 into r1; diff --git a/tests/expectations/compiler/statements/operations/add_assign.out b/tests/expectations/compiler/statements/operations/add_assign.out index cc277a3e0e..9b4a130175 100644 --- a/tests/expectations/compiler/statements/operations/add_assign.out +++ b/tests/expectations/compiler/statements/operations/add_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "786ce77eead62bf47c1ff5c00e4e2699118f1a41b79db2383ce844d13acca503", unrolled_ast = "786ce77eead62bf47c1ff5c00e4e2699118f1a41b79db2383ce844d13acca503", ssa_ast = "4db0697a00c7c000e48392d0be6e40eb3a5c27ac4f9c9442558961617cce6621", flattened_ast = "b5f30a511177f0ef462c7604003daca6cf89e4d4c402ab635e6fa35100c58b27", destructured_ast = "018126b1bbb84d342a819f36b23ce9b6e68cd862562db83376cf61344103b7ee", inlined_ast = "018126b1bbb84d342a819f36b23ce9b6e68cd862562db83376cf61344103b7ee", dce_ast = "018126b1bbb84d342a819f36b23ce9b6e68cd862562db83376cf61344103b7ee", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; add 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/and_assign.out b/tests/expectations/compiler/statements/operations/and_assign.out index 3a2074e212..dc42d26eb3 100644 --- a/tests/expectations/compiler/statements/operations/and_assign.out +++ b/tests/expectations/compiler/statements/operations/and_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e03b4d8eaccf3cd016b4eb081690ba20dc331352711628cd8a2d3290c1995b9b", type_checked_symbol_table = "f002030b982fc51b61e7c8a8df5141139c28eece313f2f41a61052bed8c0ab79", unrolled_symbol_table = "f002030b982fc51b61e7c8a8df5141139c28eece313f2f41a61052bed8c0ab79", initial_ast = "2828aaa6e47f5d658f33094a37622c1206fe7d7c9050e1fbed30d8b87edece71", unrolled_ast = "2828aaa6e47f5d658f33094a37622c1206fe7d7c9050e1fbed30d8b87edece71", ssa_ast = "e436693135f765ec1e2237a0c073ac52dea3781c6c62d8a4d55cca8a3bdbf080", flattened_ast = "f13e07a9dc3fd6be29c0a6a6a4a24b55ecc21969d0727ce2bbe79d09747cc0c0", destructured_ast = "d83c2cfbe7bf676fec0845a5e9251e43ce213a7d40bc9f695978429e5b4a86e5", inlined_ast = "d83c2cfbe7bf676fec0845a5e9251e43ce213a7d40bc9f695978429e5b4a86e5", dce_ast = "d83c2cfbe7bf676fec0845a5e9251e43ce213a7d40bc9f695978429e5b4a86e5", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; and true r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/bitand_assign.out b/tests/expectations/compiler/statements/operations/bitand_assign.out index 705315e091..cb32f08454 100644 --- a/tests/expectations/compiler/statements/operations/bitand_assign.out +++ b/tests/expectations/compiler/statements/operations/bitand_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "d5f8d0aa726f24a263d8a8052b08abd443a28b9bac4efda57d17d58edf47099d", unrolled_ast = "d5f8d0aa726f24a263d8a8052b08abd443a28b9bac4efda57d17d58edf47099d", ssa_ast = "d86b1082bb92ee18f8938afc0d8ff1f043c9aeba73ae8fbf6156ba0ba6b1b81f", flattened_ast = "b65e7563e2529a622e062867c8102f92b56bf727f2f2ba0ffb6238b8d1523b6d", destructured_ast = "4c5044e5c267370f1bced8591b993c0c0e3294f725d4f13048cd43c7351d9ad3", inlined_ast = "4c5044e5c267370f1bced8591b993c0c0e3294f725d4f13048cd43c7351d9ad3", dce_ast = "4c5044e5c267370f1bced8591b993c0c0e3294f725d4f13048cd43c7351d9ad3", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; and 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/bitor_assign.out b/tests/expectations/compiler/statements/operations/bitor_assign.out index 0794ea1e15..8b8d08b65b 100644 --- a/tests/expectations/compiler/statements/operations/bitor_assign.out +++ b/tests/expectations/compiler/statements/operations/bitor_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "a48a2440a8280169dfe0a6e43807580f4c5d9214712b2bc65ac14f3f60376363", unrolled_ast = "a48a2440a8280169dfe0a6e43807580f4c5d9214712b2bc65ac14f3f60376363", ssa_ast = "c1eeec4760577855cd026969f8feb7603bfcc02c0124651568b00319641c5578", flattened_ast = "756bc884e81396ff00403f1ac3f97a5616faf6abace9e629a17ed2be63df9831", destructured_ast = "2e71a8563a713a929ef9a97653422261d3176060bac0e35176ab2647d44a9b7c", inlined_ast = "2e71a8563a713a929ef9a97653422261d3176060bac0e35176ab2647d44a9b7c", dce_ast = "2e71a8563a713a929ef9a97653422261d3176060bac0e35176ab2647d44a9b7c", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; or 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/bitxor_assign.out b/tests/expectations/compiler/statements/operations/bitxor_assign.out index 19618f09ba..16fcb9f5bd 100644 --- a/tests/expectations/compiler/statements/operations/bitxor_assign.out +++ b/tests/expectations/compiler/statements/operations/bitxor_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "3e938db85b4b5d1ca32a18dc6af6d067f4f3156b845e196d083cb980ee2bc3b1", unrolled_ast = "3e938db85b4b5d1ca32a18dc6af6d067f4f3156b845e196d083cb980ee2bc3b1", ssa_ast = "88a09c4436aff6e61ee4ff0de4098e8c591dd0ea80c23b7e75137c73d07d0b17", flattened_ast = "bb244e9de1cc4d76843dc12ff1c45fd8c8a965d93d8d5a9ff9dc34c9b3f57217", destructured_ast = "116f705522f64a545ee85565520936ad2fc56356ca0d4cacbcba1c4f8c09245f", inlined_ast = "116f705522f64a545ee85565520936ad2fc56356ca0d4cacbcba1c4f8c09245f", dce_ast = "116f705522f64a545ee85565520936ad2fc56356ca0d4cacbcba1c4f8c09245f", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; xor 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/div_assign.out b/tests/expectations/compiler/statements/operations/div_assign.out index 9a29e3c4b7..d7143a954b 100644 --- a/tests/expectations/compiler/statements/operations/div_assign.out +++ b/tests/expectations/compiler/statements/operations/div_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "c4b22438c396cf9b44c553dcc3a32a8fbb7dec0d334a80e6282bc28536d8e127", unrolled_ast = "c4b22438c396cf9b44c553dcc3a32a8fbb7dec0d334a80e6282bc28536d8e127", ssa_ast = "9f9c72a9f18ded47c4ebf08d0c3688e0c757c3cc9100615ad5ed859dc9027c1b", flattened_ast = "e64fbb5256594cd26cc6ad46039449b980dcf8da7ab87a520172aa8925f32631", destructured_ast = "2fccab048633b4bf945e5bd8defc6b4af820c1d77d797fbb8307cf371bcf418a", inlined_ast = "2fccab048633b4bf945e5bd8defc6b4af820c1d77d797fbb8307cf371bcf418a", dce_ast = "2fccab048633b4bf945e5bd8defc6b4af820c1d77d797fbb8307cf371bcf418a", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; div 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/mul_assign.out b/tests/expectations/compiler/statements/operations/mul_assign.out index 811a9ca599..55c015476e 100644 --- a/tests/expectations/compiler/statements/operations/mul_assign.out +++ b/tests/expectations/compiler/statements/operations/mul_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "402cc7bf351e8f7360fb4371055e91d192e40770a10408a67766988c3b0e2baf", unrolled_ast = "402cc7bf351e8f7360fb4371055e91d192e40770a10408a67766988c3b0e2baf", ssa_ast = "ff0329347065a8368cda4a26df7dbd77aae78c909f1136a6f68ecee4b25d228e", flattened_ast = "f9365e77ddc8f125482b359d2cfd1bfff2701c6d609fbc61a1f7de27cb15769c", destructured_ast = "172ea791250878b86bf45982e72454bc4d77a5dd1b8e7c931a9678892140fcb8", inlined_ast = "172ea791250878b86bf45982e72454bc4d77a5dd1b8e7c931a9678892140fcb8", dce_ast = "172ea791250878b86bf45982e72454bc4d77a5dd1b8e7c931a9678892140fcb8", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; mul 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/or_assign.out b/tests/expectations/compiler/statements/operations/or_assign.out index d327578a77..ae594bbe57 100644 --- a/tests/expectations/compiler/statements/operations/or_assign.out +++ b/tests/expectations/compiler/statements/operations/or_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "e03b4d8eaccf3cd016b4eb081690ba20dc331352711628cd8a2d3290c1995b9b", type_checked_symbol_table = "f002030b982fc51b61e7c8a8df5141139c28eece313f2f41a61052bed8c0ab79", unrolled_symbol_table = "f002030b982fc51b61e7c8a8df5141139c28eece313f2f41a61052bed8c0ab79", initial_ast = "1b435ce8e4044d8a85f773295720a077da989d83a51608d296e4627d6fc8d3e9", unrolled_ast = "1b435ce8e4044d8a85f773295720a077da989d83a51608d296e4627d6fc8d3e9", ssa_ast = "a9c1798902cc14427219a2cd1a4b8d4e9b68470e7a167647d8696c996f34a324", flattened_ast = "4e25f9060a8fd7d625110ad7a1211938dcc8d1b85682c4f68db89c45e36abe75", destructured_ast = "150dfd94218cd0042d61ab0e64d9ba9aa96982191cdbe8c0c038cc24bcf23332", inlined_ast = "150dfd94218cd0042d61ab0e64d9ba9aa96982191cdbe8c0c038cc24bcf23332", dce_ast = "150dfd94218cd0042d61ab0e64d9ba9aa96982191cdbe8c0c038cc24bcf23332", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; or true r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/pow_assign.out b/tests/expectations/compiler/statements/operations/pow_assign.out index 4ac5900e3e..0840704d10 100644 --- a/tests/expectations/compiler/statements/operations/pow_assign.out +++ b/tests/expectations/compiler/statements/operations/pow_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0809d7da060ff5a1856d1ab77a8709b29e9bdf9636c0a543f9f5ebda9dc3ae81", type_checked_symbol_table = "88b7ca411ce5d2755794f68ea0775f224570da3d461eda27f5f9deab6b07ab64", unrolled_symbol_table = "88b7ca411ce5d2755794f68ea0775f224570da3d461eda27f5f9deab6b07ab64", initial_ast = "b2d4e08e83e84b7ab019d73b0da579c82d848fba5365290a8a2c1ef6d9ab9303", unrolled_ast = "b2d4e08e83e84b7ab019d73b0da579c82d848fba5365290a8a2c1ef6d9ab9303", ssa_ast = "d26ac2545cc3d867d070e08d487b8d626a84bfa729d547cee06273938448c741", flattened_ast = "a5b0f9b902436bc0b7af473b8c01978493262f08af3ef7946026a0fb8ae4b7d1", destructured_ast = "ba18d4627b0d09bd0197afe3b5173ad9cf40c2d296850844a761e7a8e2d13842", inlined_ast = "ba18d4627b0d09bd0197afe3b5173ad9cf40c2d296850844a761e7a8e2d13842", dce_ast = "ba18d4627b0d09bd0197afe3b5173ad9cf40c2d296850844a761e7a8e2d13842", bytecode = """ program test.aleo; - - function unsigned: input r0 as u8.private; input r1 as u8.private; @@ -15,7 +13,6 @@ function unsigned: pow r5 r3 into r6; output r6 as u8.private; - closure signed: input r0 as i8; input r1 as u8; diff --git a/tests/expectations/compiler/statements/operations/rem_assign.out b/tests/expectations/compiler/statements/operations/rem_assign.out index b57b88bd8e..c63c94ed6a 100644 --- a/tests/expectations/compiler/statements/operations/rem_assign.out +++ b/tests/expectations/compiler/statements/operations/rem_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "5fd27e5bdd9d950d5f4fc71626a4d4dc42136026a356f1c2053523f5bafc9d76", unrolled_ast = "5fd27e5bdd9d950d5f4fc71626a4d4dc42136026a356f1c2053523f5bafc9d76", ssa_ast = "346262abc8997da5b214066bd4421159ef612c626b16fbe3aca7edf47c762dc0", flattened_ast = "4d46b4f9ad1b72a598e976e82e5af654c9c7846e43ebf9a41a5ad186355308d7", destructured_ast = "7c8e8b39e72d27ec8d25b9356a30524c101b4e8bd0f88fe4c602add1dbe6c6c2", inlined_ast = "7c8e8b39e72d27ec8d25b9356a30524c101b4e8bd0f88fe4c602add1dbe6c6c2", dce_ast = "7c8e8b39e72d27ec8d25b9356a30524c101b4e8bd0f88fe4c602add1dbe6c6c2", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; rem 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/operations/shl_assign.out b/tests/expectations/compiler/statements/operations/shl_assign.out index 5c286d694f..2d141bfa67 100644 --- a/tests/expectations/compiler/statements/operations/shl_assign.out +++ b/tests/expectations/compiler/statements/operations/shl_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0809d7da060ff5a1856d1ab77a8709b29e9bdf9636c0a543f9f5ebda9dc3ae81", type_checked_symbol_table = "88b7ca411ce5d2755794f68ea0775f224570da3d461eda27f5f9deab6b07ab64", unrolled_symbol_table = "88b7ca411ce5d2755794f68ea0775f224570da3d461eda27f5f9deab6b07ab64", initial_ast = "9ee78cbd65beec132d97110aeba5adea156e75321681cbff6adb04d2e3f947c4", unrolled_ast = "9ee78cbd65beec132d97110aeba5adea156e75321681cbff6adb04d2e3f947c4", ssa_ast = "f47344badbc0f56cf32fa8d5ec2766452f1bf1e529e906157e3faf6a852538e9", flattened_ast = "53511fb990cf9ddab8c8331d50836d99f5ef3c42647e996e1e9fddb8559defe5", destructured_ast = "aa622b8e204f1d29a0800e019c65a9c33358385e9ff0ba9dfd0cbf9d92b6f869", inlined_ast = "aa622b8e204f1d29a0800e019c65a9c33358385e9ff0ba9dfd0cbf9d92b6f869", dce_ast = "aa622b8e204f1d29a0800e019c65a9c33358385e9ff0ba9dfd0cbf9d92b6f869", bytecode = """ program test.aleo; - - function unsigned: input r0 as u8.private; input r1 as u8.private; @@ -15,7 +13,6 @@ function unsigned: shl r5 r3 into r6; output r6 as u8.private; - closure signed: input r0 as i8; input r1 as u8; diff --git a/tests/expectations/compiler/statements/operations/shr_assign.out b/tests/expectations/compiler/statements/operations/shr_assign.out index b5db3677ce..ada08d216c 100644 --- a/tests/expectations/compiler/statements/operations/shr_assign.out +++ b/tests/expectations/compiler/statements/operations/shr_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "0809d7da060ff5a1856d1ab77a8709b29e9bdf9636c0a543f9f5ebda9dc3ae81", type_checked_symbol_table = "88b7ca411ce5d2755794f68ea0775f224570da3d461eda27f5f9deab6b07ab64", unrolled_symbol_table = "88b7ca411ce5d2755794f68ea0775f224570da3d461eda27f5f9deab6b07ab64", initial_ast = "cf5a997976b3f406e930a11d661e439ba8f965dcdfd533c7eac311afb6c75100", unrolled_ast = "cf5a997976b3f406e930a11d661e439ba8f965dcdfd533c7eac311afb6c75100", ssa_ast = "cc8aaa6ba45850e26a485c5a9941c66b756419c317d886b12a05b26a2ba326d4", flattened_ast = "e16a6b73d2090ce113026f3d7dc56967f317af5d76bfd35b2dc69176c4333651", destructured_ast = "8ede1fd80cf77adf16d57fa2e898257f81217ede9bd6ad61344d3f00827093fb", inlined_ast = "8ede1fd80cf77adf16d57fa2e898257f81217ede9bd6ad61344d3f00827093fb", dce_ast = "8ede1fd80cf77adf16d57fa2e898257f81217ede9bd6ad61344d3f00827093fb", bytecode = """ program test.aleo; - - function unsigned: input r0 as u8.private; input r1 as u8.private; @@ -15,7 +13,6 @@ function unsigned: shr r5 r3 into r6; output r6 as u8.private; - closure signed: input r0 as i8; input r1 as u8; diff --git a/tests/expectations/compiler/statements/operations/sub_assign.out b/tests/expectations/compiler/statements/operations/sub_assign.out index 4cd7a29ab6..994cab9504 100644 --- a/tests/expectations/compiler/statements/operations/sub_assign.out +++ b/tests/expectations/compiler/statements/operations/sub_assign.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "b15cc8e072ff309d5fda50dd004627788721e3e6a91300c8fa120607bdb28f55", type_checked_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", unrolled_symbol_table = "67cb444b36ef53383675c7e5eeec189f58b59db699d528a9d2fe8c285e522e02", initial_ast = "63f2beb522b578398f5e7329335289fa405dea83dbf6fcc2e338a2fc39afcefc", unrolled_ast = "63f2beb522b578398f5e7329335289fa405dea83dbf6fcc2e338a2fc39afcefc", ssa_ast = "6feb4290304332a1c9d7151546e1ff522667fdaf050b2a5d2c5c08f84970577c", flattened_ast = "8ed20c081bce62eaeb22c95170a30846776366fcc7ade1943c9fce125538b340", destructured_ast = "6358b17492d7ef077506d97baf94270c253d557d320c8e1dd41c0500f90a1537", inlined_ast = "6358b17492d7ef077506d97baf94270c253d557d320c8e1dd41c0500f90a1537", dce_ast = "6358b17492d7ef077506d97baf94270c253d557d320c8e1dd41c0500f90a1537", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; sub 1u8 r0 into r1; diff --git a/tests/expectations/compiler/statements/ternary_explicit_and_implicit.out b/tests/expectations/compiler/statements/ternary_explicit_and_implicit.out index f9b45b3060..68753a8b63 100644 --- a/tests/expectations/compiler/statements/ternary_explicit_and_implicit.out +++ b/tests/expectations/compiler/statements/ternary_explicit_and_implicit.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ab8c94f05a269440d7a47836728bb70a448eccfda894c5121edb4db3fa0d069b", type_checked_symbol_table = "7a8660ef95184b05777705f39e57f80dac142f64e88bddf489fe40a867c5ae26", unrolled_symbol_table = "7a8660ef95184b05777705f39e57f80dac142f64e88bddf489fe40a867c5ae26", initial_ast = "9c38807bbb24304691936a1d411fc7d7d7fea39778712b1c0d860eebc4b85962", unrolled_ast = "9c38807bbb24304691936a1d411fc7d7d7fea39778712b1c0d860eebc4b85962", ssa_ast = "ee8b01c25b736608a799d56f044ac621a3ad493d04c9cc2d9e6da0c556eebe31", flattened_ast = "b3994c5052f66bb60f6819dd3b1b0be78788dac8bfab05eb388c827840859965", destructured_ast = "05d186960b057135d774e3de8c236b696741be00362515024057cc61a065d49a", inlined_ast = "05d186960b057135d774e3de8c236b696741be00362515024057cc61a065d49a", dce_ast = "05d186960b057135d774e3de8c236b696741be00362515024057cc61a065d49a", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/statements/underscore_for_loop.out b/tests/expectations/compiler/statements/underscore_for_loop.out index 4b901c245f..f6eee3a63c 100644 --- a/tests/expectations/compiler/statements/underscore_for_loop.out +++ b/tests/expectations/compiler/statements/underscore_for_loop.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6509016b6899f5938f44b2dab2c895fb70c487d9413773a25f58619ab9b0a9be", type_checked_symbol_table = "5062ff54022ce573c87a47bc3435be475765352fe49d33a80117a7c99f9455f1", unrolled_symbol_table = "767bcafca0e607359b4fbedc2993c6b450d69b3f44e41fb25674b17da2f4aea3", initial_ast = "8edaf2a23a7e65051bf3e4ced5eece2f6de1339ca084d363c33b9c91930ae403", unrolled_ast = "56aa8c7dc5296377393e122a6efbb6efc3ee7f034e6b27f6d1b5c91f5a0168c4", ssa_ast = "41fcd8ba84c849134813ff374afdcbe8ef35ec7c83883a2f043196b64326b645", flattened_ast = "b97c7e66892e032d25802a5a915bd139efcc11fc476b996a3cb52d1b7d93b18e", destructured_ast = "8741ccfe8d857512d4b15ddd3319f027e3d6070f1b5d54b643ce0f92bc9b3a74", inlined_ast = "8741ccfe8d857512d4b15ddd3319f027e3d6070f1b5d54b643ce0f92bc9b3a74", dce_ast = "5f0575fcc735e68849c613d13d0af2f497a69f07ed5e0e560a4f9620fa550438", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; output true as boolean.private; diff --git a/tests/expectations/compiler/structs/external_record.out b/tests/expectations/compiler/structs/external_record.out index 25b364bdcd..2f823b603b 100644 --- a/tests/expectations/compiler/structs/external_record.out +++ b/tests/expectations/compiler/structs/external_record.out @@ -8,7 +8,6 @@ record A: owner as address.private; val as u32.private; - function mint: input r0 as address.private; input r1 as u32.private; @@ -19,12 +18,10 @@ function mint: import child.aleo; program parent.aleo; - record B: owner as address.private; val as u32.private; - function wrapper_mint: input r0 as address.private; input r1 as u32.private; @@ -38,13 +35,10 @@ import child.aleo; import parent.aleo; program grandparent.aleo; - - record C: owner as address.private; val as u32.private; - function double_wrapper_mint: input r0 as address.private; input r1 as u32.private; diff --git a/tests/expectations/compiler/structs/external_struct.out b/tests/expectations/compiler/structs/external_struct.out index 2296262238..c07a04dc0b 100644 --- a/tests/expectations/compiler/structs/external_struct.out +++ b/tests/expectations/compiler/structs/external_struct.out @@ -24,7 +24,6 @@ record Boo: owner as address.private; val as u32.private; - function create: cast 1u32 2u32 into r0 as Two; cast 3u32 4u32 into r1 as Two; @@ -64,7 +63,6 @@ struct Bar: struct Foo: bar as [Bar; 1u32]; - struct Woo: a as u32; b as u32; @@ -74,13 +72,11 @@ record BooHoo: val as u32.private; woo as Woo.private; - function create_wrapper: call child.aleo/create into r0 r1; output r0 as Foo.private; output r1 as child.aleo/Boo.record; - function create_another_wrapper: call child.aleo/create into r0 r1; cast 1u32 2u32 into r2 as Woo; @@ -112,19 +108,15 @@ struct Bar: struct Foo: bar as [Bar; 1u32]; - struct Woo: a as u32; b as u32; - - function main: input r0 as u32.private; add 1u32 r0 into r1; output r1 as u32.private; - function omega_wrapper: call parent.aleo/create_another_wrapper into r0 r1 r2 r3; output r0 as Foo.private; diff --git a/tests/expectations/compiler/structs/external_struct_in_async_function.out b/tests/expectations/compiler/structs/external_struct_in_async_function.out index e883e572e7..a384590a60 100644 --- a/tests/expectations/compiler/structs/external_struct_in_async_function.out +++ b/tests/expectations/compiler/structs/external_struct_in_async_function.out @@ -8,8 +8,6 @@ struct TestStruct: data0 as u128; data1 as u128; - - function init: cast 0u128 1u128 into r0 as TestStruct; async init r0 into r1; @@ -18,7 +16,6 @@ function init: finalize init: input r0 as TestStruct.public; assert.eq 0u32 0u32; - """, errors = "", warnings = "" }, { initial_symbol_table = "c9f26fb8c18222d0819c01087efc4aae88ea8944dec03710d94c38c24e0d077a", type_checked_symbol_table = "ed3db1e139955da3a7df17d8abdf36ddcabf05e2cb0cc6af012cce4a4fc67fae", unrolled_symbol_table = "ed3db1e139955da3a7df17d8abdf36ddcabf05e2cb0cc6af012cce4a4fc67fae", initial_ast = "b1348090a951e00cbf76c62d734fa808bfceea5b4169aa6da15a08ff185cbc50", unrolled_ast = "f1c461c8b0f677d0954ff6d29ab29abb648b57c7c141ddaf116a28d837e2b546", ssa_ast = "39e50a1b965cf6d4c19750d75edd4b1a8f8c02c04bbcb361f4fa70cebdc39574", flattened_ast = "a5a1c8def04670f3c5177946811bd27dcae5b045fce181e5e3307d9964686341", destructured_ast = "97153aa38aad12f2695c1e457270bd678add4d96f01f78660a9be0ab8cd409bf", inlined_ast = "97153aa38aad12f2695c1e457270bd678add4d96f01f78660a9be0ab8cd409bf", dce_ast = "97153aa38aad12f2695c1e457270bd678add4d96f01f78660a9be0ab8cd409bf", bytecode = """ import parent.aleo; @@ -28,7 +25,6 @@ struct TestStruct: data0 as u128; data1 as u128; - function main: output 1u32 as u32.private; """, errors = "", warnings = "" }, diff --git a/tests/expectations/compiler/structs/inline.out b/tests/expectations/compiler/structs/inline.out index 59ad888a98..f64766388a 100644 --- a/tests/expectations/compiler/structs/inline.out +++ b/tests/expectations/compiler/structs/inline.out @@ -6,7 +6,6 @@ program test.aleo; struct Foo: x as u32; - function main: input r0 as u32.private; cast r0 into r1 as Foo; diff --git a/tests/expectations/compiler/structs/member_variable.out b/tests/expectations/compiler/structs/member_variable.out index af9bbc1b36..99e5b63ed2 100644 --- a/tests/expectations/compiler/structs/member_variable.out +++ b/tests/expectations/compiler/structs/member_variable.out @@ -6,7 +6,6 @@ program test.aleo; struct Foo: x as u32; - function main: input r0 as boolean.private; cast 1u32 into r1 as Foo; diff --git a/tests/expectations/compiler/structs/redefine_external_struct.out b/tests/expectations/compiler/structs/redefine_external_struct.out index bb04fef85b..8aeec34cc8 100644 --- a/tests/expectations/compiler/structs/redefine_external_struct.out +++ b/tests/expectations/compiler/structs/redefine_external_struct.out @@ -20,7 +20,6 @@ struct Bar: struct Foo: bar as [Bar; 1u32]; - function create: cast 1u32 2u32 into r0 as Two; cast 3u32 4u32 into r1 as Two; @@ -58,7 +57,6 @@ struct Bar: struct Foo: bar as [Bar; 1u32]; - function create_wrapper: call child.aleo/create into r0; output r0 as Foo.private; diff --git a/tests/expectations/compiler/structs/struct_declaration_out_of_order.out b/tests/expectations/compiler/structs/struct_declaration_out_of_order.out index 2e7dd89f41..77ad80f41d 100644 --- a/tests/expectations/compiler/structs/struct_declaration_out_of_order.out +++ b/tests/expectations/compiler/structs/struct_declaration_out_of_order.out @@ -33,7 +33,6 @@ struct F: b as B; g as G; - function foo: input r0 as F.private; add r0.b.a.data r0.b.d.c.data into r1; diff --git a/tests/expectations/compiler/structs/struct_init_out_of_order.out b/tests/expectations/compiler/structs/struct_init_out_of_order.out index ae6f4a4aa7..7115eaff7f 100644 --- a/tests/expectations/compiler/structs/struct_init_out_of_order.out +++ b/tests/expectations/compiler/structs/struct_init_out_of_order.out @@ -11,7 +11,6 @@ struct Bar: a as u8; b as u8; - function main: input r0 as u8.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/tuple/function_call_returns_tuple.out b/tests/expectations/compiler/tuple/function_call_returns_tuple.out index 5ed2046aa6..05c075f5b5 100644 --- a/tests/expectations/compiler/tuple/function_call_returns_tuple.out +++ b/tests/expectations/compiler/tuple/function_call_returns_tuple.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "28331a05f099f64dd23806fdf848c1d57d30b17b9ea7b5e309f4d7a7e8d4162b", type_checked_symbol_table = "449efa2e1b7143cb9523cd40a1da99bd54863c3fd68e39a820173bddc544226c", unrolled_symbol_table = "449efa2e1b7143cb9523cd40a1da99bd54863c3fd68e39a820173bddc544226c", initial_ast = "0c172f9b4921fc30d51d61eaa6205537ce6b0e1146864050154ad4a09edfaeea", unrolled_ast = "0c172f9b4921fc30d51d61eaa6205537ce6b0e1146864050154ad4a09edfaeea", ssa_ast = "7f57febaeac178acde1e72b5b4287ec436a1cd62a3cc941b4bd3faec97bac7a4", flattened_ast = "253ed245e59e1c3386dd35fe54366164073540f1541d8d361969912b7ef9fca1", destructured_ast = "ddbd78b291884bdb3178218807f0cc05b7b94a0ea135bbde6ea89c3ba5628e7e", inlined_ast = "b75a62d1460c2384bf73343eaa865225f3215f3fc2657f3149e2e4a71e112a39", dce_ast = "252f3f18bb963961137514ba6814d68d4bb8b5c5e5d1fd6955ffd1c7ef47b8b5", bytecode = """ program test.aleo; - - closure foo: input r0 as u8; input r1 as u8; @@ -16,7 +14,6 @@ closure foo: output r5 as u8; output r6 as u8; - function bar: input r0 as boolean.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/function_early_return.out b/tests/expectations/compiler/tuple/function_early_return.out index 37a29e630a..6c03a094ba 100644 --- a/tests/expectations/compiler/tuple/function_early_return.out +++ b/tests/expectations/compiler/tuple/function_early_return.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "02d8475760a0faec680f291b8ebffd8c294c4ca08dc5f1ac1b0455d0496f4262", type_checked_symbol_table = "1a7cebc963d8796f8da0423a51cf68fdcf0b879910e0306bd3f5212034658704", unrolled_symbol_table = "1a7cebc963d8796f8da0423a51cf68fdcf0b879910e0306bd3f5212034658704", initial_ast = "462ac51169ef56e2645c0159f763f0c42b41252ba99be2a834f99f5653d7f94d", unrolled_ast = "462ac51169ef56e2645c0159f763f0c42b41252ba99be2a834f99f5653d7f94d", ssa_ast = "79bba39bc18a544b54c02d10076536ff0e7fdd471cda3098056c1952b93ac39a", flattened_ast = "aafddc5b1c0e4aae46750722919836b3e71a8ce1cc2647ad4e8bf56981229109", destructured_ast = "176f43a5b2919fd6191d8236e7f9bf63198d6da91e0bdfdf87f8d913d06393f7", inlined_ast = "176f43a5b2919fd6191d8236e7f9bf63198d6da91e0bdfdf87f8d913d06393f7", dce_ast = "176f43a5b2919fd6191d8236e7f9bf63198d6da91e0bdfdf87f8d913d06393f7", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/function_return.out b/tests/expectations/compiler/tuple/function_return.out index 29673b3df6..bcae5d8d21 100644 --- a/tests/expectations/compiler/tuple/function_return.out +++ b/tests/expectations/compiler/tuple/function_return.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "02d8475760a0faec680f291b8ebffd8c294c4ca08dc5f1ac1b0455d0496f4262", type_checked_symbol_table = "706161fceb5ee6c17b0bd4b90cae4637f7e635810321123ce21946b80ae23ce2", unrolled_symbol_table = "706161fceb5ee6c17b0bd4b90cae4637f7e635810321123ce21946b80ae23ce2", initial_ast = "3170899acffd48b3bc59d29fe68513d53778b7d0e30219164d1f61b1db76dab8", unrolled_ast = "3170899acffd48b3bc59d29fe68513d53778b7d0e30219164d1f61b1db76dab8", ssa_ast = "d3e858bb66c02b7aa17e6b0c422aede9f612a7265ab7f3290f83fbabcd5c0a99", flattened_ast = "e3cbdb31a5091aa67207ed708448099ba6bd9eddcc7288a43bc5519465a58b4a", destructured_ast = "f86cd01830670f276fa2cc89b9dba8ee82df5a97b79b5297984c4dc103a1b3d3", inlined_ast = "f86cd01830670f276fa2cc89b9dba8ee82df5a97b79b5297984c4dc103a1b3d3", dce_ast = "f86cd01830670f276fa2cc89b9dba8ee82df5a97b79b5297984c4dc103a1b3d3", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/function_return_nothing.out b/tests/expectations/compiler/tuple/function_return_nothing.out index 5e29ba6038..6864bbf90f 100644 --- a/tests/expectations/compiler/tuple/function_return_nothing.out +++ b/tests/expectations/compiler/tuple/function_return_nothing.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "462cd81513e909c609e0576e90c7597534b5344a5ed8e34dba5d31aff90a0bc4", type_checked_symbol_table = "623e5ab19827aca9f7189760af4e2126bbc139361d4686a3fc9f0c17ae068a90", unrolled_symbol_table = "623e5ab19827aca9f7189760af4e2126bbc139361d4686a3fc9f0c17ae068a90", initial_ast = "a076b480260c5ea0ea36da0405e311ce0dd8bff6400243213a1c8e71296e54b2", unrolled_ast = "a076b480260c5ea0ea36da0405e311ce0dd8bff6400243213a1c8e71296e54b2", ssa_ast = "a076b480260c5ea0ea36da0405e311ce0dd8bff6400243213a1c8e71296e54b2", flattened_ast = "fd15fe07e96f61c9936872758776ecf8efe6bd1a6eab93b9bddf4df0bc4ed47b", destructured_ast = "841ba7ea96bcdbceca1dd9d6d53676fb7a6aab7f9f46f8195d8725ab6927d149", inlined_ast = "841ba7ea96bcdbceca1dd9d6d53676fb7a6aab7f9f46f8195d8725ab6927d149", dce_ast = "841ba7ea96bcdbceca1dd9d6d53676fb7a6aab7f9f46f8195d8725ab6927d149", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/tuple/function_return_unit.out b/tests/expectations/compiler/tuple/function_return_unit.out index 5e29ba6038..6864bbf90f 100644 --- a/tests/expectations/compiler/tuple/function_return_unit.out +++ b/tests/expectations/compiler/tuple/function_return_unit.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "462cd81513e909c609e0576e90c7597534b5344a5ed8e34dba5d31aff90a0bc4", type_checked_symbol_table = "623e5ab19827aca9f7189760af4e2126bbc139361d4686a3fc9f0c17ae068a90", unrolled_symbol_table = "623e5ab19827aca9f7189760af4e2126bbc139361d4686a3fc9f0c17ae068a90", initial_ast = "a076b480260c5ea0ea36da0405e311ce0dd8bff6400243213a1c8e71296e54b2", unrolled_ast = "a076b480260c5ea0ea36da0405e311ce0dd8bff6400243213a1c8e71296e54b2", ssa_ast = "a076b480260c5ea0ea36da0405e311ce0dd8bff6400243213a1c8e71296e54b2", flattened_ast = "fd15fe07e96f61c9936872758776ecf8efe6bd1a6eab93b9bddf4df0bc4ed47b", destructured_ast = "841ba7ea96bcdbceca1dd9d6d53676fb7a6aab7f9f46f8195d8725ab6927d149", inlined_ast = "841ba7ea96bcdbceca1dd9d6d53676fb7a6aab7f9f46f8195d8725ab6927d149", dce_ast = "841ba7ea96bcdbceca1dd9d6d53676fb7a6aab7f9f46f8195d8725ab6927d149", bytecode = """ program test.aleo; - - function main: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/compiler/tuple/function_return_varying_modes.out b/tests/expectations/compiler/tuple/function_return_varying_modes.out index 5da03bc707..76ca66bb32 100644 --- a/tests/expectations/compiler/tuple/function_return_varying_modes.out +++ b/tests/expectations/compiler/tuple/function_return_varying_modes.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "02d8475760a0faec680f291b8ebffd8c294c4ca08dc5f1ac1b0455d0496f4262", type_checked_symbol_table = "706161fceb5ee6c17b0bd4b90cae4637f7e635810321123ce21946b80ae23ce2", unrolled_symbol_table = "706161fceb5ee6c17b0bd4b90cae4637f7e635810321123ce21946b80ae23ce2", initial_ast = "131b516d13cfe96d36942dc343141ffb16a04dea084f2049240da786b1a1ce98", unrolled_ast = "131b516d13cfe96d36942dc343141ffb16a04dea084f2049240da786b1a1ce98", ssa_ast = "b33b3d89333330ebd7d4022c94dc67fa621b763e772b8cd5026aca59ded091de", flattened_ast = "c58ad513cd49d45e46ed14af87499ebfc54c1919d6444334889e15d66acf3719", destructured_ast = "e1fbb3b52e99a3c41f55777aad1f538279085c6cf146ecc81eaadb6f9d4d9a85", inlined_ast = "e1fbb3b52e99a3c41f55777aad1f538279085c6cf146ecc81eaadb6f9d4d9a85", dce_ast = "e1fbb3b52e99a3c41f55777aad1f538279085c6cf146ecc81eaadb6f9d4d9a85", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/return_with_different_modes.out b/tests/expectations/compiler/tuple/return_with_different_modes.out index 90eeaba26d..3d33f943fb 100644 --- a/tests/expectations/compiler/tuple/return_with_different_modes.out +++ b/tests/expectations/compiler/tuple/return_with_different_modes.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "8651059b3325b480030d0d0f87bed40422fd81a81ef450f7abd62aeabeaec8b9", type_checked_symbol_table = "94525a281086ca6470b36eac9ce8b7c4a98d8fb1ba22a965508c4b51196a0def", unrolled_symbol_table = "94525a281086ca6470b36eac9ce8b7c4a98d8fb1ba22a965508c4b51196a0def", initial_ast = "d3af28fb4c08480851152d0826f94fb82a97c9caead30ad7181b32a92e1b5d66", unrolled_ast = "d3af28fb4c08480851152d0826f94fb82a97c9caead30ad7181b32a92e1b5d66", ssa_ast = "4309af78f3dc6df5cb82ca1952180a29520c86df1750393c698770aec99cb62c", flattened_ast = "2c490cae01032d9caa1dd16699f913352b6320c6c3e8149aa0ccd9794fe8447c", destructured_ast = "d378241a51f0a18d144b6da325ffaaa192c68f5a0df8d92d68acb7a4e9186eda", inlined_ast = "d378241a51f0a18d144b6da325ffaaa192c68f5a0df8d92d68acb7a4e9186eda", dce_ast = "d378241a51f0a18d144b6da325ffaaa192c68f5a0df8d92d68acb7a4e9186eda", bytecode = """ program test.aleo; - - function main: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/tuple_access.out b/tests/expectations/compiler/tuple/tuple_access.out index 146f9dec52..15b5da0154 100644 --- a/tests/expectations/compiler/tuple/tuple_access.out +++ b/tests/expectations/compiler/tuple/tuple_access.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "25a7b8073b584de59f0196e3b53e49beb674c9416d92fe66ae30d3e5fdc36062", type_checked_symbol_table = "0538976cc67f52628beb62dcdb3849aa5bddbe9d0ceefcadaf27e98ee4074e09", unrolled_symbol_table = "0538976cc67f52628beb62dcdb3849aa5bddbe9d0ceefcadaf27e98ee4074e09", initial_ast = "0f374a92d27d0c66e79376b5d728b95da2ec88e2fc449b1bc60b1a7c31eeec1e", unrolled_ast = "0f374a92d27d0c66e79376b5d728b95da2ec88e2fc449b1bc60b1a7c31eeec1e", ssa_ast = "deafd8729422b274dd872a76b0cf3f2f9e3437eee1f1994d6147eb897047183c", flattened_ast = "590acb1260ed3237eafc58b3f4f4d7c07d6d9ab05e88eef50f346ffd49e5dd20", destructured_ast = "a8b10c0657fb9323ad21216678d2ad65fade0778c59b947a90a9e3ecfaf93a2f", inlined_ast = "a8b10c0657fb9323ad21216678d2ad65fade0778c59b947a90a9e3ecfaf93a2f", dce_ast = "a8b10c0657fb9323ad21216678d2ad65fade0778c59b947a90a9e3ecfaf93a2f", bytecode = """ program test.aleo; - - function baz: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/tuple_destructure.out b/tests/expectations/compiler/tuple/tuple_destructure.out index fd10584b00..6236d257a2 100644 --- a/tests/expectations/compiler/tuple/tuple_destructure.out +++ b/tests/expectations/compiler/tuple/tuple_destructure.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "f8e70d3f8083339069f5f21b185bd2b8f79bbeb8356f1ffd6862bae7310075a8", type_checked_symbol_table = "b857c3089099dcaaeb0c586fc2065294bf547c9aba89d542e8a9b7cf61c0b097", unrolled_symbol_table = "b857c3089099dcaaeb0c586fc2065294bf547c9aba89d542e8a9b7cf61c0b097", initial_ast = "7ee49a48c707b315ee79a3276ad45eb2276bb2576cc88c515aee83ffcdf2de76", unrolled_ast = "7ee49a48c707b315ee79a3276ad45eb2276bb2576cc88c515aee83ffcdf2de76", ssa_ast = "8234ee43fce74547bc2d54776d5970c7b5d6b209681c1cccbf01bb73700c9f3d", flattened_ast = "76d50e498e05b2f475fcf8435556b68edb254bb1cc3d419c7808d7a3c4258ac4", destructured_ast = "f58eaa4c621abf68ec83c832671532b54ad5c5aec4ee5db237cabcbf1e368dd6", inlined_ast = "57bf00fde3d2dab5e46c659b417ba64066ea601234b6e9152691594bdbdb4d6f", dce_ast = "57bf00fde3d2dab5e46c659b417ba64066ea601234b6e9152691594bdbdb4d6f", bytecode = """ program test.aleo; - - closure bax: input r0 as u8; add r0 r0 into r1; @@ -12,7 +10,6 @@ closure bax: output r1 as u8; output r2 as u8; - function baz: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/tuple_in_assignment.out b/tests/expectations/compiler/tuple/tuple_in_assignment.out index 97b744db0a..a61ce78920 100644 --- a/tests/expectations/compiler/tuple/tuple_in_assignment.out +++ b/tests/expectations/compiler/tuple/tuple_in_assignment.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "cd1a6955665f14fd45fa3972a2ed55995bbd2649d48cd20fb8ef344753cd6d1a", type_checked_symbol_table = "e4e2e9ef8e05f677fd8edbcbdc2f94f62f2206a4cdab45e9feb3dd9155ce8d50", unrolled_symbol_table = "e4e2e9ef8e05f677fd8edbcbdc2f94f62f2206a4cdab45e9feb3dd9155ce8d50", initial_ast = "58135ff261cc746b5900469ced400c8dce6e30f753a4ab6b0b93cf928119b9e4", unrolled_ast = "58135ff261cc746b5900469ced400c8dce6e30f753a4ab6b0b93cf928119b9e4", ssa_ast = "f9ac72939415349c29b89bfaaece6ca54cebb8d167f3417fc0ca4503c7ae6d0e", flattened_ast = "e6ee7eebf86689080af2a309eda4eb0ea070312960247705e1f35229945148f0", destructured_ast = "669ed6d76abd9b2c27cd5b02ae9e26a22b83a820e41f9f1b92434cd411905906", inlined_ast = "669ed6d76abd9b2c27cd5b02ae9e26a22b83a820e41f9f1b92434cd411905906", dce_ast = "f42036031402eb4b732c6f15ab92ae64b18d8bbf2541ac13713bc38fcbf90af7", bytecode = """ program test.aleo; - - function baz: input r0 as u8.private; input r1 as u16.private; diff --git a/tests/expectations/compiler/tuple/tuple_in_definition.out b/tests/expectations/compiler/tuple/tuple_in_definition.out index 18321b2e55..5002ececca 100644 --- a/tests/expectations/compiler/tuple/tuple_in_definition.out +++ b/tests/expectations/compiler/tuple/tuple_in_definition.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "3ec5268ababb12c85551a8b27519461805353f1a55cd6acdca32b142c944c625", type_checked_symbol_table = "b68a9ba626a5ea7cab7f2b02d7502a0d5811fc890f07306782a17665adba3b84", unrolled_symbol_table = "b68a9ba626a5ea7cab7f2b02d7502a0d5811fc890f07306782a17665adba3b84", initial_ast = "4b63efd197346a9a4d3cd8a15e9f94dfd4c42f82af5434c1ededede49af2d6b2", unrolled_ast = "4b63efd197346a9a4d3cd8a15e9f94dfd4c42f82af5434c1ededede49af2d6b2", ssa_ast = "219654cedb5bde80cb3fd95f5d0b4f131cb84931ad848b35ea96d0d7eccea397", flattened_ast = "c3b9e5220dfbd1a2a90ae353884f520e13eda51da01a96e9f87b0d8557bf2cc8", destructured_ast = "33d7533144d6449afcf0685632abedbab432bfe11b19e63adc1bc708947a185b", inlined_ast = "33d7533144d6449afcf0685632abedbab432bfe11b19e63adc1bc708947a185b", dce_ast = "05f72ceba4a6170af107ea6f04c61d026da39ac3044b302e482782058714f74c", bytecode = """ program test.aleo; - - function baz: add 1u8 1u8 into r0; output r0 as u8.private; diff --git a/tests/expectations/compiler/tuple/tuple_in_loop.out b/tests/expectations/compiler/tuple/tuple_in_loop.out index 333fc0c30a..ad2bfebba8 100644 --- a/tests/expectations/compiler/tuple/tuple_in_loop.out +++ b/tests/expectations/compiler/tuple/tuple_in_loop.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ad75c84b75c9b8d8141d2d4993a65138e31ac05ae2dcb1e5d628afce4aa99782", type_checked_symbol_table = "38f71064716b90ed10311163b2f545d3cf6527460e32f7281aa5b0bc78ba13e6", unrolled_symbol_table = "936f97bfcee50a6fd455bb9d9f8c1422764d78484fb31c5214eef0d9b9dc40bb", initial_ast = "de829a425dc7ff52193bcf9f28a646050bc86ef38c2f9ebb5b994cbc0ce47fe5", unrolled_ast = "dd459b73921cb41b131eead97c613965ad5888ba0eeb38763e95d7615a04eaa8", ssa_ast = "1f63cde97ec219fb4804498f65d401d88bb03f9e180fe945cc4ac0a18d385eb4", flattened_ast = "ca6aa37b1f80c8a656f9e0666321633b16abdfcbaac926a19760850c7e6027fa", destructured_ast = "00c99ddcaf0d8f9913ab5bc98e4699d877d286de1287d66856028cc00739f6f0", inlined_ast = "00c99ddcaf0d8f9913ab5bc98e4699d877d286de1287d66856028cc00739f6f0", dce_ast = "108683817fd2e9c6e1410cf05b70c670232e6695a758dfebfa253eb01a3c38d4", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/compiler/tuple/unit.out b/tests/expectations/compiler/tuple/unit.out index f3eca5ba99..e43faf3774 100644 --- a/tests/expectations/compiler/tuple/unit.out +++ b/tests/expectations/compiler/tuple/unit.out @@ -3,43 +3,36 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "5931e9e8bf3df8ca226d00a479f35404edcc010093d1eb360dc67d82391b1538", type_checked_symbol_table = "bac9de371b7871ec03c288aa6f1f932d59509e79fbecdda79dca5f1944e347d6", unrolled_symbol_table = "bac9de371b7871ec03c288aa6f1f932d59509e79fbecdda79dca5f1944e347d6", initial_ast = "5656071e540418bee7f1d24156ca443a68904977039c84ca8b060ead7d0195f3", unrolled_ast = "5656071e540418bee7f1d24156ca443a68904977039c84ca8b060ead7d0195f3", ssa_ast = "5656071e540418bee7f1d24156ca443a68904977039c84ca8b060ead7d0195f3", flattened_ast = "63bfc28e505ec93892a04a9c61e20040aba6af50526c30b19847ea0a02a26d23", destructured_ast = "c963649c5ab9a1fd4f8883e674465a2c4b331b9e0fa9cc8ea5b938dc65ca8e30", inlined_ast = "c963649c5ab9a1fd4f8883e674465a2c4b331b9e0fa9cc8ea5b938dc65ca8e30", dce_ast = "c963649c5ab9a1fd4f8883e674465a2c4b331b9e0fa9cc8ea5b938dc65ca8e30", bytecode = """ program test.aleo; - - function foo: input r0 as u8.private; input r1 as u8.private; assert.eq r0 r1; assert.eq r1 r0; - function bar: input r0 as u8.private; input r1 as u8.private; assert.eq r0 r1; assert.eq r1 r0; - function baz: input r0 as u8.private; input r1 as u8.private; assert.eq r0 r1; assert.eq r1 r0; - function floo: input r0 as u8.private; input r1 as u8.private; assert.eq r0 r1; assert.eq r1 r0; - function blar: input r0 as u8.private; input r1 as u8.private; assert.eq r0 r1; assert.eq r1 r0; - function blaz: input r0 as u8.private; input r1 as u8.private; diff --git a/tests/expectations/execution/array_sum.out b/tests/expectations/execution/array_sum.out index 9b2f6d2b64..3e67d126e2 100644 --- a/tests/expectations/execution/array_sum.out +++ b/tests/expectations/execution/array_sum.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "217daa5389911907f053713ca920c21f995c320126353162563e080807e1ccf4", type_checked_symbol_table = "4d6f1f781bed1c3cd702a76481bb5a45b7b2592fa4b248a494ec46bde4a0569a", unrolled_symbol_table = "ad8fbdc3c2a496a9da0e1f84a22d2659921381b1900c7361a4658e7f3eaaa344", initial_ast = "55b89c0a219d048aa18bdd9daabb476975ccc90a470bae25c22cbad29cf85725", unrolled_ast = "6b9db187fa8194a6df04963467ad0a88dbb6a43abfadabef4e434845eff36336", ssa_ast = "8f09921e9df332dfd3898785d6fb65a1e540b6083548f23e7b8ff2fecba77055", flattened_ast = "a49903007fdf7ce6862704a7fed251751a88ac821013f686b5fff72ac8f01cc5", destructured_ast = "c7ba27f49e6f31d04bb5762f352e542756c20d6e16759d9e37446215f5b4f766", inlined_ast = "c7ba27f49e6f31d04bb5762f352e542756c20d6e16759d9e37446215f5b4f766", dce_ast = "c7ba27f49e6f31d04bb5762f352e542756c20d6e16759d9e37446215f5b4f766", bytecode = """ program test.aleo; - - function sum_manually: input r0 as [u64; 4u32].private; add r0[0u32] r0[1u32] into r1; @@ -12,7 +10,6 @@ function sum_manually: add r2 r0[3u32] into r3; output r3 as u64.private; - function sum_with_loop: input r0 as [u64; 4u32].private; add 0u64 r0[0u32] into r1; diff --git a/tests/expectations/execution/assert_early_return.out b/tests/expectations/execution/assert_early_return.out index 61984e6692..9de92d59ba 100644 --- a/tests/expectations/execution/assert_early_return.out +++ b/tests/expectations/execution/assert_early_return.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "4385b8b53e4d4eb5db19a127df6fd852718a2459ba96434cfe4a9629b05b8ec9", type_checked_symbol_table = "ef8e911b1fef63398da28ece44e13f6e4ae15541181ec8e7a3c0e48b967b2cb2", unrolled_symbol_table = "ef8e911b1fef63398da28ece44e13f6e4ae15541181ec8e7a3c0e48b967b2cb2", initial_ast = "e8a19b119ac7b49ae5dcfce634d667acd10b703bceff4671d96f4afe20ea4679", unrolled_ast = "e8a19b119ac7b49ae5dcfce634d667acd10b703bceff4671d96f4afe20ea4679", ssa_ast = "f88a870f6a619b2a1366e44c4dbcc0e32d91800ce0b35a0e887613ed4eddde93", flattened_ast = "5510f15ec8ca2ce3ceeda7e7602762a46501a477d78a9de1bdbbcc49fae5671a", destructured_ast = "8d9c60afeb23fdfd453535e5bf370fe112f584bfe577ca242894b95b95ae317f", inlined_ast = "8d9c60afeb23fdfd453535e5bf370fe112f584bfe577ca242894b95b95ae317f", dce_ast = "8d9c60afeb23fdfd453535e5bf370fe112f584bfe577ca242894b95b95ae317f", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; lt r0 5u32 into r1; diff --git a/tests/expectations/execution/cast_coersion.out b/tests/expectations/execution/cast_coersion.out index 75199b30f8..66679827a0 100644 --- a/tests/expectations/execution/cast_coersion.out +++ b/tests/expectations/execution/cast_coersion.out @@ -6,7 +6,6 @@ program test.aleo; struct foo: data as field; - function main: input r0 as boolean.private; input r1 as group.private; diff --git a/tests/expectations/execution/chain.out b/tests/expectations/execution/chain.out index 43a85374f8..4ad619782e 100644 --- a/tests/expectations/execution/chain.out +++ b/tests/expectations/execution/chain.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "6509016b6899f5938f44b2dab2c895fb70c487d9413773a25f58619ab9b0a9be", type_checked_symbol_table = "9cde38c1c78dabc185e6d664e18afad86baaae5745eaf8e51c5709a3a62a3e14", unrolled_symbol_table = "9cde38c1c78dabc185e6d664e18afad86baaae5745eaf8e51c5709a3a62a3e14", initial_ast = "74426941096b3fc3154c3f0925212a2a30fc13e23d4a13bbdecbecf6e460ec82", unrolled_ast = "74426941096b3fc3154c3f0925212a2a30fc13e23d4a13bbdecbecf6e460ec82", ssa_ast = "a17a7c9223e4067b834734861d45709c0042a57b60c92b3d59ef327e4c01e6e6", flattened_ast = "8aa42c48a8d35fbadb8f9a27a8e0102fdd17ca72f28656bfe5af7664540e6c4e", destructured_ast = "749bea4883e5c8d589e7beef106b7eab4e8d11faf8a275962eb0a9dd834a0c0f", inlined_ast = "749bea4883e5c8d589e7beef106b7eab4e8d11faf8a275962eb0a9dd834a0c0f", dce_ast = "a172dc2d0aa013289712d534ebc157adb7cec67796f708faea31970a051ec0e5", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; is.eq r0 1u32 into r1; diff --git a/tests/expectations/execution/complex_finalization.out b/tests/expectations/execution/complex_finalization.out index 682fb23b6d..5f81a3d90c 100644 --- a/tests/expectations/execution/complex_finalization.out +++ b/tests/expectations/execution/complex_finalization.out @@ -4,12 +4,9 @@ outputs = [[{ compile = [ { initial_symbol_table = "f7b34d530665598aa8aba5e5336aa060585283b8b2a76dc98306ff173a203071", type_checked_symbol_table = "0e02485a2b69bbeb947d1e5c948468b9e7528bd682057d9c85a57faaaa83fdc9", unrolled_symbol_table = "0e02485a2b69bbeb947d1e5c948468b9e7528bd682057d9c85a57faaaa83fdc9", initial_ast = "e6bc75a3724b70577f756022a39ffb50372edc46e13b2fd4ab577e1e912a29c9", unrolled_ast = "e6bc75a3724b70577f756022a39ffb50372edc46e13b2fd4ab577e1e912a29c9", ssa_ast = "7217c90bbea4fdec312462ca844b543af8dc5196616fd1587ec3c7d4f7c84f3a", flattened_ast = "b5ed12dd399d58be21f0a2a7a043b9daf7b23d6b4219df3d8da8518f352832e6", destructured_ast = "0671bc2face4c33922cdec4c53618fc14489f8346d8acfe1bf144dd696e9611e", inlined_ast = "5a575b2f164da6a3cd46a931c22e669547b5e4d9f9c7c05be2e0e3e4fadfe0d5", dce_ast = "5a575b2f164da6a3cd46a931c22e669547b5e4d9f9c7c05be2e0e3e4fadfe0d5", bytecode = """ program zero_program.aleo; - - mapping counts: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function c: async c self.signer into r0; @@ -20,17 +17,13 @@ finalize c: get.or_use counts[r0] 0u64 into r1; add r1 1u64 into r2; set r2 into counts[r0]; - """, errors = "", warnings = "" }, { initial_symbol_table = "1243dd49dd17a9f777fcdc00d5c44fd2fb083705b8d5a35bae91be413bcbd3fa", type_checked_symbol_table = "4c0efa312c0552ae635997b4efbeab453e3cffa1ab9deff3e9b0e99225d0d863", unrolled_symbol_table = "4c0efa312c0552ae635997b4efbeab453e3cffa1ab9deff3e9b0e99225d0d863", initial_ast = "326e0b5b0b4599e0e82bc3c83fbc13b30cbf76279dbf4d0c4773255f05964325", unrolled_ast = "326e0b5b0b4599e0e82bc3c83fbc13b30cbf76279dbf4d0c4773255f05964325", ssa_ast = "a7180c0d2198909f330b3b00414d1dc13f8f697c2d335d0279bdb6ef0b56b6ac", flattened_ast = "fb18dd53c61b7f4332ee7d82f11c82e6fa4d4c6bbf4a793052552a04f297c507", destructured_ast = "77a4ce1ae7af068cc283b615a58d453187a5df45ad1c971947750f448ae307bb", inlined_ast = "ba53501ad2f5854c6dcd49e17a9c208e7a3c5ded4fc30507b9ce9353b237e61e", dce_ast = "ba53501ad2f5854c6dcd49e17a9c208e7a3c5ded4fc30507b9ce9353b237e61e", bytecode = """ program one_program.aleo; - - mapping counts: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function d: async d self.signer into r0; @@ -41,19 +34,15 @@ finalize d: get.or_use counts[r0] 0u64 into r1; add r1 1u64 into r2; set r2 into counts[r0]; - """, errors = "", warnings = "" }, { initial_symbol_table = "6223f92c3bd5bbad5da2f567698b6e984ece97d3134095b26cc0b1d11079f60c", type_checked_symbol_table = "e22aa51f2a565205fe03a6f3b00552bd2e3442e100315dab5f2805a7f8b4cb69", unrolled_symbol_table = "e22aa51f2a565205fe03a6f3b00552bd2e3442e100315dab5f2805a7f8b4cb69", initial_ast = "2c14e776b891d7131858e07a8dba4dbf727b3d01dbf4d2e22415711d688dc7c3", unrolled_ast = "31db5dfbc43b124cb4780c1d629ee28de4a249a5aba21727a0dcb9726d4322f6", ssa_ast = "1f4225e1f83eb88bb3368544c3b2a077da163281476eaeb688334dac41bc0a9d", flattened_ast = "eba4b124fd3df6170a5cbfaad89f0e6d398cb2cba50d61b3c18f00381a6b3be9", destructured_ast = "c1e81066ab08a49915eaaed5b82b323ab1b7227157be6916832ff22eb658b15c", inlined_ast = "22f3f544c5331fee78a3b81381f6695bdaa06f437c4a56142b36da1e852d9840", dce_ast = "22f3f544c5331fee78a3b81381f6695bdaa06f437c4a56142b36da1e852d9840", bytecode = """ import zero_program.aleo; import one_program.aleo; program two_program.aleo; - - mapping counts: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function b: call zero_program.aleo/c into r0; @@ -70,7 +59,6 @@ finalize b: get.or_use counts[r2] 0u64 into r3; add r3 1u64 into r4; set r4 into counts[r2]; - """, errors = "", warnings = "" }, { initial_symbol_table = "7d0a0d54b673b8428f972bec8346ca6830248f69cb3fba4b42c32e1a72cc1b0f", type_checked_symbol_table = "ea10fb298006b83389a483e12f9b97b7e1f691dc0a1aee602e74e10d915e8b0c", unrolled_symbol_table = "ea10fb298006b83389a483e12f9b97b7e1f691dc0a1aee602e74e10d915e8b0c", initial_ast = "387aba043fde6ead4d99bf4eb5c817051491a7d16aecd6383411e3cbc6aaefd5", unrolled_ast = "f93e4fd19542c5af01a5e0aec60e9f6265491a0952cafabfb7cdcfac00bd81b9", ssa_ast = "0ad477f1c1bc42ebcd4098caf856428e5be9a0845972cbd2908dcf53c6ce45a0", flattened_ast = "3fa8070cfe4be62533fb8b3d899c490f940686a97ae01ee0c8f6f7743527d726", destructured_ast = "5407ddb3a931cde7e50dc466557108fde8f6ebfd8d446cdb44855542208f4056", inlined_ast = "8accc3977c89a2e948b39f6abc2c7f989e52313aac237bcb25469e4bc91fc4f1", dce_ast = "8accc3977c89a2e948b39f6abc2c7f989e52313aac237bcb25469e4bc91fc4f1", bytecode = """ import zero_program.aleo; @@ -78,12 +66,9 @@ import one_program.aleo; import two_program.aleo; program three_program.aleo; - - mapping counts: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function e: call two_program.aleo/b into r0; @@ -103,7 +88,6 @@ finalize e: get.or_use counts[r3] 0u64 into r4; add r4 1u64 into r5; set r5 into counts[r3]; - """, errors = "", warnings = "" }, { initial_symbol_table = "8272b3774900302d111cc659f82a49e7df702875ceb4e54787c068bcac901a85", type_checked_symbol_table = "3b9ce08a512a197af239b00944b50298885603f4f723debc4ee96b281d28bc4c", unrolled_symbol_table = "3b9ce08a512a197af239b00944b50298885603f4f723debc4ee96b281d28bc4c", initial_ast = "f731cdda879e0134eb5b1cf0d64d3cf5abbee2fd2ce758d3afac05ee07fb885f", unrolled_ast = "79017a53e402d0c7aad500a44936f4e06e418407b4a2b40f2bf69a185c4865c0", ssa_ast = "8a4f2ea8f8118515b8843aad5a201824dc2c6b06046f68698dde622f5ace3c4f", flattened_ast = "35f966d0d86e1e38c2c6650d83e62d701a9b9440766b78919ee0b509c3255cf7", destructured_ast = "5677314a7b55bf523441d3c40029daedf97666fb7821159b0c88654776ea2932", inlined_ast = "9c779149583480acdca132daad34c2577ec0d09e28c36b11ecf91beb556cc7b5", dce_ast = "9c779149583480acdca132daad34c2577ec0d09e28c36b11ecf91beb556cc7b5", bytecode = """ import zero_program.aleo; @@ -112,12 +96,9 @@ import two_program.aleo; import three_program.aleo; program four_program.aleo; - - mapping counts: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function a: call two_program.aleo/b into r0; @@ -134,7 +115,6 @@ finalize a: get.or_use counts[r2] 0u64 into r3; add r3 1u64 into r4; set r4 into counts[r2]; - """, errors = "", warnings = "" }, ], execute = [{ verified = true, status = "accepted", errors = "", warnings = "", execution = { global_state_root = "sr1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq6gk0xu", proof = "proof1qyzsqqqqqqqqqqqpqqqqqqqqqqqqxqqqqqqqqqqqqyqqqqqqqqqqqqsqqqqqqqqqqqpsqqqqqqqqqqq5var0y5tumwfxn2zhxyzg3k9ytf2qyzq9pamq2z4f84ap98xg7rdfsqfujtpxsxtk9qv8wf5hzcqu409ty4pcczufvcj2e7cq27mskjvehfm54xuds97z2mtgxadqxesl20pdmvy0lpa68lahq4ze2ysqu6kl9z2y6dhcc6q3dzhv6a5unfcux2nnluemlvzljwevw75mmh6wdz55k9vfgf6fpjkzwsh0lg3qq2ntatu9m8q8yggunm6ar0ntmfpa27utlz6xtjfmr3vk4tdpzpaj0dud0gghhttmseey5srlsaasqr96h8a63avwz44d5e9wcc3ymgd2d33pw8q4r0a2d2pt3zl02y5w9zecfhewspp4q35s92u2qkrkrqfrvd6xkd2chwll850ehch4f7jtpfdqefcnc022v5n33a4tnhs7mf8y9n5z2gd7wzkmx66w6cru3jqxfauzk34l3g5lqnkamavjejl4rr58ysfn5n2248t4acse46dh7j7ll7znu8hrqqvr5k9mpvpz6xgqh2q358zgh4qtuygxcz84h5aazze4kys75vczensdqjpnnzk79g0q5mfs0z3tgecy2ye0qx8jqjasp7u73agrlgca5h66ehqp6m6f22m8nk3a5xen3m2p70w5ne4dnpwx4s3de3w4npsyyaswml0p6a88srf474kugak4dcev249ph64d4xudem7sl8j6l4e590v527ek8jne84sj2jej3ht9l9w92m0alc4kpqqp6xdyu695uh58p03jeas9pj96fmsgn2ckt9cgdlpgwylscs94wgyux7n95ap57jj4erpeqau956xcz66r4r3qzh5yg5vuy8ns03e2mvamcm0kgwuyaa9yzzy7xqeecf6xxagcdzsnf4veq2pw00f99yn4szy6marlqq5sq8hy25qs9ked9rkrh88jwt0xd286032ye4kcywtth5w24xuz0kfa6ptwkaq73ckcpqv28jzkhj52zln9ue95yth88dr9m5kpc96z5sgvpy8kjyxd7ap0krua6mpc30lawys9at5ej8a7r7qerpldlgfthpy7lgwfdsv0sqlt7qfyz2nfsc2k7rn000hg0jlkz2vfh4qfsg69zwznkxy9er6f9gqptu78awm35q5en7fu0dwkpu2vlp07nl53pfm6ar20wkjftydt4ej6t0ygzws4vqpuza8982j39qjgr3rdc34qa8qxunfwrt8m3phjglud5twgayhw5m7cqruv90my863c55ajas66yxmga2ymj35k9pl2szsghl3kvu6jh8dyr57qqu34qxglr49a2q95lmkqxtz3vkzd9j29eqsxcl4xk8w3tahu3aktntq7uq85usnur6smyue8jd0j9znwq5w3da7rym73v4jcfsyha09cddzes6jaknes9hywy2v0w9nzsn3dswqzehwh50xtg944dprhdz3rnpx6t8a0n23n4hukwr45p0lkexy6jsg3h6v04s02y0npd7klsl3gtfupmeu5nm8mlh4s94n82dvvmzhrsuqlveg0f5m272970khqvmnkzdgx72llenfag4xvqzmngnn56qgcpzhw4gc5yzm2rq73r87wwhl0wql35v88ffmgx8hmt2gm3zuk2tmvvswttruf09urktw6ga73xr9ws8ehwm28weqnnl6f9rlfhdwahdy3m49g3953jpa4v3gtc7xpufacauhled78ha3yw7lzcves576vyq8ev6r8cq7v4sh2rv4d4yh0ryzkljm9uxsgu88y005vfl6uhqasgx7ezykl6s2k4avfkuuxpceuxxqdsrvxm7t6fwekgk7chw676e40wfrsplk87qagu7teh0tm6u0ukadfaxd8mfyznqylm4nu7vnmwv5phhr2fy8cupqwwta62840700g9f950ux7vxjxfjsnvswwnxkag3jkr5a7kmtyvf6qcycttxfg2gcczmddn0pzn87sa60zxc266g2gchye73nfvzryxap5tefz4f396hsy04m7zx243m0fuxfd6vt57yycqz2wqkpdfrvzps7spc2dkuud66m70s90jjn3dtks6v5dlgpqjudnga8l38rk299hv8e8wd8m2nd22qdac6jfp78qgrnjlwj3atlnm6p2fdrlphnp53jv5ymyrn5e4h2yv4sa804k6erzwsxpxz6ej2zjxxqkqpwxmnfmgkkyqwuk0ly48c5tmhs8u0lya2nw2mkq2j3myz79n077x36xe2tgw4e5a7a7n8qp3gcpl2wfcucqcmnwh4msk45eahfq9jja7ekud2q2drn2sw9crwlvjyyttlzpllr2ykg76rm6dyvwe5scqy3jgr6hcy0g8xg7rs96n923jynuzzyphru7zdtrpyl9wal75kl2cx2khc0ahe79048u6p7t38swps8qrvcszkj3s36qlagvsw8knrdgrdnv7r7lgvpyzdwfxyczwmeq7n9ftnhjszstl7j7nctn9ghhwwtgay2ly94xe720j3a5jfw5kfqyp34lthzpxl8l7gc2e0xus76mdy8fcnc8c8pf7skufqen4ee58yzzguek8werd7yw5z8a0k5qtwyw5v9xdsus2666t0vjn2ymznnaurja6m4psenpdgzsm7as23jswggp9dtjd57p7n7aaw0k8vkksalxzpau0chsmppddldedgehfz24588yar3kxkc8qfpwmgkaz226apzsg5ch9yxfl6383t690yxslj2yy6csatsjgm82jj8rvydx96tlnasgnx4yk6qrrqs0gcy77uz7sqqnzfdzrzey33m4csvhcnn72efk7qy2njghg6wgwlnfyram0cqs8m5jnr6zhumc7vfnxqrdhah9h6e47rp7j2xp9j3urthges52tavwhmfnpvhww9npsyv5qelmkmzkwlnxpwuu8lzcssc7c6tayzafrnzkxvlqzrmat78c3gfy5a9enhakc83qxrd0as9lkknlkadlt5pdtla07lmsmw4ch6dtfymd2cjk0njfcdqr86fgcyk28sdwarxz3f0436ldxv9jaeckvxq3jsr8lwmv2em7vc9lt32zuhvgucexu4c53c8ddeklsm429sa5dyyfsfnyt82j7sw52pse6xekqpcvj79k6m4sg5sypysx3073avcaex5c6ew0ujlk6tkdpu9tetth4mvxkg03sv9jsm8jt0mxk5u7agqwvd6fvkl4lwp0cz8ssvl6srkw5m5ucs7dqddfzmmxhkcjrzu6055nxq07uw7cuxjpnrc87c4ghgnl9w0fw9vjlrmu4p0k0h3dnsgatezldlqlhsry6hzhss9m0es8yh8h7wuv43s3saujrey5emc7n3taf7vuy9eqfw20rlpfxpapgl6237zx3qny6qxruywljpq5v0ry008c3h9zxf3ua9nhdxv4q2r87sf8hfrdefctmt8wjwh9ygu3xue2v954937sccrhjx2jgu9qxtc4mvtvz9z233he5lly96u3denxvcs2l4j92s7lp08605tclrqwgg3w2z0nmmpugfjhc3lj6lutvvwzvjyc6u4p850f9xuc8cg8fv80gw3d0ky7659ljrn3asc63cmwhvnmd2vwf3waypxxz8vnnl5lzp774e6cjw7ctnu84z6lw9ue5rvsp5jj6x4mkfdqja56x3qn2uevqg6t59xsedgczrkcflrhk97z9xev49u65xjsjjzgyy602yuue53s4kzkvqv6p62unmdnxlv3kmrafqc9ppeh8pa6k5pcyj0xassxjxszf44t5lca6rhurv96eyapxvrvr3jv209fgq23gacmjw4y020ncyg6p7hcegxvkf2xen62j8chm84ue5fqvmalrkdwgz8rmhdrpa4gwq07c3aletke44mjugtt6m94k538xev766lc8h0g4r478c6hv5egzxjfft2snapr2xuzwawv8ulhjrn5kgsqm4qhcvk70rjf6h7eukcqf83zehyr3g64zlsfshm2tduyn2lekmh2ue5k2vf69qvajyas44qyhujrj6pmedm3el4jalsh40kl55x8qv9mxr079jmcw2xchmhrqc872x8qpduf0a8dys4m0eqqcg425fnxlnee0s0excss3hw3fsefkpndrgnls0nlnqgz65h3yyslafy2mnmlvgn0aywgp43wg3la9cuqz98mutlrwvq8k7gal3k687gude23tnqy69sjemf2r5d3vxst2fgqftxd5p7xq0naf9jpraq23lg3v6u33mtaud0tfzjvxrtealcx77cv8h8x9kymy2as89deuvyktcdxq9yr66w4q203v9e20av5kq0xvvzfa3j2hjkhuqms5mhax4avuhemr9m3t7dd7uzk9c5de44z00cpgydtshgl2llpkqs8rpueg234tfzxexmyg8ctmf9y6strwpvqr4ldzzdvcyz0wl50l4gveymhdv3qqatcjzj2u4mwacnt63mva6wy0aeqz2rehygdtsuvkdt7hk6e7msuxgqvzs49ndeyaq0ajal676rmqtcg0spvg32jd4zrxsnexzzjkekph5p7kyedhmc3lhc4xluzqnhpkcxvjwa65c82trrkf3aypt4y07qvw3phqg2vyq38vtasqh9pzhc3xyppyfd3f0u86v5n4d6laj2sxsckdyds443egz0weu5tzywvmyjkpu9twf5nvl2x7akaddy9ewunuua9lysj332u8ejllcc0qcmc5473r04lzhkk0y0eujs74p02ucm0gdwqxyqacwepargxravjyyaj3ksvzx6r64tsxzwkxua93tyjqa43f9qw2l9z3d8pqez9ektnkcwemq94vue6x9m00zlajpmdf8w5ylyq09umc5hhxy42csc9ek29zcu42ze9hq82vdjq0rxenhajl90ewlnw3y9cg0llz5eqkn6ld7g72pazpwxnfmgx0cnth00lp6hxdjrry47q9qxas507yzvwgqsuxfalkm0sdgyl2nmrdpsqyk3ks6m8pv8q65xm0dqctgd8dk7xt5d32kc0nwcy4rk6arsmes4klwxx2ctydfrqtx30cz5mflz29222g6rck9r5rv8k9yjfey5efd87ecre26vg4vu96603tkfm8tz35wejfv0nka9xuqg0a7hqlrsmy3jtev8lz6uzlqmkwg0cecs37w2g8ld4p2ndvrg9pfvrwyv3nypyn42z0ryr980lkc7seqpzp8yfv2xk5dyhxe6tal6pq398ayc0gufvjtjhrq5gd9xt2fv8mw9gjvv450u3kvj2asgqf5gv2een5vtk779lmyrk6jwagf7gq7teh3f0wvf243pstnv5293e259sxqqqqqqqqqqqwqj3a42phh73vy8ulpws0het7ss7pgdckg6ewukl27098u39eyvyufztgalf2ej6c3v4chackxzcqq90mh3763y2jengjjvz3nep85llygeka8du9r27srhwpdvc7n35kfjmkr5xjfuspgmgwas0lyd6xkqqrs7snaesg6hslzwm2jgkrddrrrf0l3ltfrfsq474c36vuhl0klgrtjdxw0k9qgwa4us0yqx7pm43k37yflq32saxh4h0hg2ec5kxxyy3t8wur4mch05gxmhe45qw8sagzqqdhuwg5", transitions = [ { id = "au1qyvwmkzt573s9tk7xkatvaeqrpkqexxzv5rs6u8qg9emg4y5jqgsavzal2", program = "zero_program.aleo", function = "c", inputs = [], tpk = "5623264355502088525489655606156803223176963418640315466365974249858112877284group", tcm = "2553775328193142624284857276491107855038586595332068289064268167217173432363field", scm = "5897094027323026732582000041395493778965159040056808723489728586696701664724field", outputs = [{ type = "future", id = "890191710122231110203529870127655644143017144365056445657329457706577967091field", value = """ diff --git a/tests/expectations/execution/cond_exec_in_finalize.out b/tests/expectations/execution/cond_exec_in_finalize.out index 552a5a2c48..398052bc3b 100644 --- a/tests/expectations/execution/cond_exec_in_finalize.out +++ b/tests/expectations/execution/cond_exec_in_finalize.out @@ -3,9 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "17dc9f6dcb320c160ffe1d26761b75b37ee44fe25619f2013fc6bc58b6583db1", type_checked_symbol_table = "1d48096d1a93db0bb2462a54823dfaaedbfec9797947ad5642e106a3e01579e3", unrolled_symbol_table = "1d48096d1a93db0bb2462a54823dfaaedbfec9797947ad5642e106a3e01579e3", initial_ast = "27c7103cf4aef0e2bb8a1abb044f3aa3a02b6d58c08a0f2cca78d13f7b061665", unrolled_ast = "27c7103cf4aef0e2bb8a1abb044f3aa3a02b6d58c08a0f2cca78d13f7b061665", ssa_ast = "5d2d844bb95e6a45dffd4786aa55c2483f7cda49617cb74671e9687c1cb75a74", flattened_ast = "ed13779e30ec49a94037b9091a346e8c583b0e810bd7fd7f66763d81748a50f9", destructured_ast = "5d359e7a833089b922e8120e18495aeaa2c934b3635d049b5a664821e4848ca2", inlined_ast = "c45e0ac0e118cfb19985499297124ec4b036450879a86c7b9deb8e2783d65b8e", dce_ast = "c45e0ac0e118cfb19985499297124ec4b036450879a86c7b9deb8e2783d65b8e", bytecode = """ program cond_exec_in_finalize.aleo; - - - function a: input r0 as u64.private; input r1 as u64.private; @@ -23,7 +20,6 @@ finalize a: div r0 r1 into r3; assert.eq r3 1u64; position end_otherwise_0_1; - """, errors = "", warnings = "" }], execute = [ { verified = true, status = "accepted", errors = "", warnings = "", execution = { global_state_root = "sr1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq6gk0xu", proof = "proof1qyqsqqqqqqqqqqqpqqqqqqqqqqq0rxwjqlxmc8acm0xaxeewz905709n3wjz45gmdpv6q0yy2pqhzj0dj7zaq2x32veqxg2aqveccuyqqys9vejps3830l50n6znqk47m7tf00xv4qnpg9vpz4l45rqs7n2hdyxutqjjd6w3j3le0p64u5dpjq2jhfant7td2w0wrr0r5v762k8lujm2r3rq283jfkl0aqrnfuhhklhxpe5zrhvcndj95p8drpw7fsqggqfk9e40l7nw600kel4p36ggaapgjpzpqlanwuuwlj3mas52p6qefk7xkacgcldxka9saqf4wwgqu9e87lv9jy68fzr65nujqdlxkds23l30nqejxfh0d6ycvvmgfzutps9ggafhelp0vc7zude43yjsrnx3348l4wzgu4nncayjlc88sw60h02lkn79ak8hszv4gqejvdlam4v5ylx5wsde7y5af0jrwkn2qp6st8j0ns5hafgh6mex29dt7ah26clzzmgm6ack4wvq64905ja9xuzsex6rf3uvahk89wzhlzx5eqwq7894l2l0f7vkmglk8d85987qttja0ug87594vxrkaadd008ary7fw94xyzga40cea6rlqqksq6qk52l549ze48pwenug4pg8g9lrfe3xqsl6dezyxa2a7vtnk83rhhw4uv9h4q4cas9v9r2meqkxmgspwe2r4gxyhn8zu2rraz9xspvj2skkarq30rv58zdqa6a6fftucu8l6788afecfl5r22dta56xfm6ze432hcxupq54sqpsug3dh2a6jqdkpw75pn7kdf60yfj0nru6w920cp808jxch6v3rj04rej26rvyqk5uz90k5kdlrg4c6hdxje2qtueffyw4mjr93yyuq8qjccstrq4qaad77dv42yl3wf5d0pqgceeurf4dtrzey0dt6jtz0tmynmvyzhcqycrcks09wslyy699lufkjcwknxju3t88vh9vffj0xmr5fzsh6cr72mjhwsrelh8lt023xeg0x9zvwn63pgz2es37p5dzlc3kut8sqp2tfy5vpazc58c5u25wg69aqa9vgjxkk94uwugx2n80jhwjqpugpxx9huu297v629hdjchld26c394rydn9t4rckf8ka63q3reelczq9uqdrgjh4azp353rx5x3matwx550cu9kgtwd7jnf76gl67nppkqfqvqqqqqqqqqqqwt6l5ch7kf7lrjfkpz83v2yw4mek6f6www8lwjucqpev25xf2x63tztw2x2mmqpp022yy8faa5csqqz5chxf3fde47ngzntjzhche0lv9ya3ywfagh8qxs490phu0n8pu0pz966d627zse28nap87cn65cpqy370fjf7z03rtrwshkz3fdu3hmknkdcx2sw72yv7elklj780n4qrq3lx7dmmuez3pj84zhhdhvuk9j9cpzxu74hfjkym23dkqya4cqkrtf5xhl06kpnqs6lfahpxjtysyqqwxuqrc", transitions = [{ id = "au1gssvavae6ac53rs8ksw8j9ga3hccp67z28xh36qf4062l8690spsyfy53e", program = "cond_exec_in_finalize.aleo", function = "a", tpk = "769969058670211305403054972674090607838301017799111639698834153018520792433group", tcm = "5925913616768344982910633865433077509444975263571425771517515198551312511915field", scm = "1886094021537141979658158678736082193414687088300410876802743154665441796198field", inputs = [ { type = "private", id = "7626202372721641535512265492191969309447186797313499247653268394332453807927field", value = "ciphertext1qyq85ue2r3j05nsht40nt5rxeewyzevhu40pl090yfrte5wvw0w3szqhtt7p9" }, diff --git a/tests/expectations/execution/counter.out b/tests/expectations/execution/counter.out index 7b40d08c26..7eb331cf09 100644 --- a/tests/expectations/execution/counter.out +++ b/tests/expectations/execution/counter.out @@ -3,12 +3,9 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "ae28dea8208d31b498caf1c490ae89eb7056b194f3e35a90dea9ad87895d65d2", type_checked_symbol_table = "37cfeb2a87c005d3348d6a67685f6243886663b0c54a7c3b0a60c9c9e7316be6", unrolled_symbol_table = "1e3c1f6215a5fd621bc62e76d428a89dbeebe6c188555a36f68f70987da78dea", initial_ast = "19721e772e221eb97e37f1c93467922f709e85ce513f52509ada17ee6d772f43", unrolled_ast = "9d6a97290f777830354c88a540cefbf102082a3e0c68cc8973515f4304509347", ssa_ast = "b25c2fed543056a8d3210f3c547a3e59b0fcf3889d03226c9c262ef96003577b", flattened_ast = "d30829dc6d894b5b770bd49f41056cd441c93b56d618babb87ab998b34859aed", destructured_ast = "b8e7938837dfc3472dce7a958a04ff50a94e484ae2105ee1921256787a01ed26", inlined_ast = "87a498de52d504e6d37f5227a57d7ae0128a354a333f5b30106230735665293c", dce_ast = "87a498de52d504e6d37f5227a57d7ae0128a354a333f5b30106230735665293c", bytecode = """ program test.aleo; - - mapping counter: -\tkey as address.public; -\tvalue as u64.public; - + key as address.public; + value as u64.public; function dubble: async dubble self.caller into r0; @@ -25,9 +22,6 @@ finalize dubble: add r5 0___1u64 into r6; set r6 into counter[r0]; - - - function unsafe_increment: async unsafe_increment self.caller into r0; output r0 as test.aleo/unsafe_increment.future; @@ -46,7 +40,6 @@ finalize unsafe_increment: add r9 1u64 into r10; add r10 0__1u64 into r11; set r11 into counter[r0]; - """, errors = "", warnings = "" }], execute = [ { verified = false, status = "aborted", errors = "", warnings = "", execution = { global_state_root = "sr1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq6gk0xu", proof = "proof1qyqsqqqqqqqqqqqpqqqqqqqqqqqp5lf5rvda34lj66ey06fy5v5y8dmqmd0nxx0ywzjw7kkf3r0qwz90vmk4uvmpmrccdzj4w8tm2lypqxvfqlmmzxxpkc473c9s87y080gtjfrtnceqdy0jfp6l2lxqgun7hcy9wgcwh856ug2ca4qqfenfsqw3snk3ayvn258s6944p6wxya8j996t872pr5vdcuxdxn8yfs4ujz3quwu35udud6fk7hcqznves7qwjwsrgxcxdfhs80jj2hr5jmgjgul3fdmtms8t65jdage57wlzsfzel9e48vpz8sau496j70yu3qcpk7qgmtr68hl9kqy94fp3w34e6zz4azqfnrjz82u98g63mrr6pa3ef34w8n3kyr45sz0l8cmxsekqq9t5j9jy9lksw0wnn58k7jyfud0l983tqt4emr7sd5u3chpc9at76y43cnjx99l24uktv70m9962sx9lxc5a9hv7eh5fqjgwvflff5yl6zzwrmz5edutqxqr9gvfc3vjvvtdpuh46xqx3lv0sj3pjjvcnqf5drdynn37xr0xdq94ef0t333c0f7n8kdg9u57gkytq3cgu94zx86grwrr7wqljza86cqrx6jk6uqgq9qxf3gm8y9g54ntk7mg9e6ff6fcj83fupqvptjdknygrfpczrsjwnjeteyadpn47znzfvg29s5qea80wdg7vcu08hlwurcqx3ha2u3dre4gsq9y3jfv5w2hqfltf58esahpu6kjkcwj324uzuh5d5wjt38zptld6cvzxgtewrjusdc3cz789uhare62vqu4cv24ryzdln0ssldz7lgs5glgrzvfqzt6km5tzp4vem6srwtn93xjwahqjmv0zq88mfwl22960yv0ufgl83dudy9s27svht4uvnk54uhgap8wuwdqnhra6mzt0ndcd05py3egzvrfj4qt5unuz44zz4a8tsdtd0rkk4y6v4lksaekp23al67rh9ttut9xysxw3jxqsxw50w70h68d2px4stssw4w5p2dupljmf9wn0qhqpav85qeeaudmxxrsdf546fuu8my3ewnrszaamf9gjeveqtmk6perrsljzqxhw5daqqsgnc79g7m7gzzryslqy57j33j2xsz55jzqahm7grss3m56jhxwy82v5v5pk7sdxdcawql8cg5um4z0jj0dkzkumxht57czqvqqqqqqqqqqpg2wesjekvvp8rvnvh9529sjgfrdu2x74qej909vk352qf7uneaay38rwpcwet7hgs5k5davn0wvqqqtzwacjvnl2e006ufve83hm4s4rzupv5y6ymhhy6h6z26kuz6pgd3duj3a5nkk6urhtjxy8lf3zpgqqy7xr6vam98hfqft3uxcm90yedkaf3n5npy2jkd032qlzvyzezvqcl3acm0azpu75ran0gs6vj9v9xs6h0mkkny6hphyu724gs7nqz02fflmuq993fyfmsd5zyegnwzfqqqq4h5zpp", transitions = [{ id = "au1xe9ss45s52a7s6pa806dwgkdaazn7vs3zvspwhpuqn0rfymz7g8qnt9f6l", program = "test.aleo", function = "dubble", inputs = [], tpk = "5335156928382662463417682951586372143768154017026570642038100848385013470524group", tcm = "4767822739789057211554348258725193428142828427072824810197371556604343646664field", scm = "2701033919833853562637728369527609701654193986187336931878103571063109198360field", outputs = [{ type = "future", id = "4946982913093244233049959804312122789186741969911776114977991679216808685109field", value = """ { diff --git a/tests/expectations/execution/eq.out b/tests/expectations/execution/eq.out index 479b366c49..c56bb49f36 100644 --- a/tests/expectations/execution/eq.out +++ b/tests/expectations/execution/eq.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "c9bb0e664995804ae4d47b4fa1ceedab0ad0095a15caa65c32a207da98a833bb", type_checked_symbol_table = "5d0645cbcb3c81a980454fab3e7c8282db0415eaf663a68674bd1cba36076841", unrolled_symbol_table = "5d0645cbcb3c81a980454fab3e7c8282db0415eaf663a68674bd1cba36076841", initial_ast = "9e916a48054e924200a2327e6003f3e2c6330b64592f9afbcc180b763aa93900", unrolled_ast = "9e916a48054e924200a2327e6003f3e2c6330b64592f9afbcc180b763aa93900", ssa_ast = "6139c602eee1ce0aa88df2eb050c210c5232f06e8798895de7a02527c695ee86", flattened_ast = "1785ff1b2256e77111ae8fe51c6403d8c3b10b79733292baaf4d2da1351be672", destructured_ast = "255151d0fc6c790384f2b36b69cec857a19849c44543f2a87cfece95ddd38f53", inlined_ast = "255151d0fc6c790384f2b36b69cec857a19849c44543f2a87cfece95ddd38f53", dce_ast = "255151d0fc6c790384f2b36b69cec857a19849c44543f2a87cfece95ddd38f53", bytecode = """ program test.aleo; - - function main: input r0 as u32.private; input r1 as u32.private; diff --git a/tests/expectations/execution/flattened_function_and_inline_matches.out b/tests/expectations/execution/flattened_function_and_inline_matches.out index ca3c9f9341..a66d4897c0 100644 --- a/tests/expectations/execution/flattened_function_and_inline_matches.out +++ b/tests/expectations/execution/flattened_function_and_inline_matches.out @@ -11,9 +11,6 @@ struct Data: b as u8; c as Extra; - - - function bar: input r0 as boolean.private; input r1 as boolean.private; @@ -95,7 +92,6 @@ function bar: output r70 as u8.private; output r75 as Data.private; - closure floo: input r0 as u8; input r1 as u8; @@ -118,7 +114,6 @@ closure floo: output r11 as u8; output r16 as Data; - function blar: input r0 as boolean.private; input r1 as boolean.private; diff --git a/tests/expectations/execution/group_operations.out b/tests/expectations/execution/group_operations.out index cd9c03861d..8e8985324a 100644 --- a/tests/expectations/execution/group_operations.out +++ b/tests/expectations/execution/group_operations.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "454cfafcd0058981ee306ef97e8be62c1dc21fd77cc43f7947d4f0e96cf8939f", type_checked_symbol_table = "1b60c70e0ab5c5920116d9752cd4145e16562cf70b85d0a19a0b873f22aa1930", unrolled_symbol_table = "1b60c70e0ab5c5920116d9752cd4145e16562cf70b85d0a19a0b873f22aa1930", initial_ast = "ed47c02e77446d3937b4e1764cd6ee82bfc48e0b909b4b699dff5dce0f886e0a", unrolled_ast = "ed47c02e77446d3937b4e1764cd6ee82bfc48e0b909b4b699dff5dce0f886e0a", ssa_ast = "34bf93dd7701246f7905a79239543071b9e83e4b54312b287cde6233396bd7b8", flattened_ast = "7c7a7642738b57f1cc0bde5abaf2f292ae4afc4e993b5fbf5a50e0ecd25bdc93", destructured_ast = "d6d5fec74e5db150b5bc3ee7c3eaf6f8d8a6ea4cf795395f956c49a9f528943b", inlined_ast = "d6d5fec74e5db150b5bc3ee7c3eaf6f8d8a6ea4cf795395f956c49a9f528943b", dce_ast = "d6d5fec74e5db150b5bc3ee7c3eaf6f8d8a6ea4cf795395f956c49a9f528943b", bytecode = """ program test.aleo; - - function main: input r0 as group.private; cast r0 into r1 as group.x; diff --git a/tests/expectations/execution/metadata.out b/tests/expectations/execution/metadata.out index ae624b7dd9..a661004089 100644 --- a/tests/expectations/execution/metadata.out +++ b/tests/expectations/execution/metadata.out @@ -3,9 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "10998586280d1ca360372389b512bc2af12c88a4bcfd4f7e2c99756ddf1b04e8", type_checked_symbol_table = "2f5f1d4b4e58e58f307e1b920c43c5289eefe1a677246067a85c1b0b6a04a767", unrolled_symbol_table = "2f5f1d4b4e58e58f307e1b920c43c5289eefe1a677246067a85c1b0b6a04a767", initial_ast = "2046f4b2df6c90aed76613afc85d1784a8e293bd203efedd32bb416715982d63", unrolled_ast = "2046f4b2df6c90aed76613afc85d1784a8e293bd203efedd32bb416715982d63", ssa_ast = "a90f345a4a71399b2e61dddfa5c5ec22826bba09fb1828cbb68708b84f17c472", flattened_ast = "537d17595b4dea625a8e46cf3b28307963ba74f75bff3b028d8162463c5fc280", destructured_ast = "2994c3f5f24c6b2b6e7d9804511b5c90fff8f3f2f048ef0ddbe7a9809aef219b", inlined_ast = "1e50eaf77ff3f385d9355f5df95656230dcf2517cca5ba414c804083e867dcd6", dce_ast = "1e50eaf77ff3f385d9355f5df95656230dcf2517cca5ba414c804083e867dcd6", bytecode = """ program metadata.aleo; - - - function is_block_height: input r0 as u32.private; async is_block_height r0 into r1; @@ -15,9 +12,6 @@ finalize is_block_height: input r0 as u32.public; assert.eq r0 block.height; - - - function is_network_id: input r0 as u16.private; async is_network_id r0 into r1; @@ -26,7 +20,6 @@ function is_network_id: finalize is_network_id: input r0 as u16.public; assert.eq r0 network.id; - """, errors = "", warnings = "" }], execute = [ { verified = true, status = "accepted", errors = "", warnings = "", execution = { global_state_root = "sr1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq6gk0xu", proof = "proof1qyqsqqqqqqqqqqqpqqqqqqqqqqqwnt9kc7w5mlsy92749ly00s3d8aje529f6qrun8ra8utk7dse49ezfwj8erxuclwetdthkz20z9uqqylhezq3dmrqm3cm4tawnuznt5gc2fv8psgvswzavf79my3t8ahzhj9x5epa9k6s9vznyh8mp4qsnqg8n8aza9sfw3kryelnz8k0p7sx375kzu754wlhy3k5rdq3vz0gnxs0dh0pcz5nchj72ug77suxnxqe20ln5arx2lrvykq6ela5tfzajjew2jmr2e2nfjzafrt3alsplf2llm62deuq02xa4406r5heqhvpp30p46fjt7u7xc3mhv6j65l5cdnmuxzu9d9ngewapqs3d4ad9jpq42ltsmdt9gtv8utv9hqywe4gp9jw4dsapm4nlmeu02hhn6tj44065j5k6l3lrjksmhfletr6kvu92usrlgqdwvhnv87g36afl7hcsrwepsc8nlepqngw2q4r3kpyq20avfgrnft528axwr7e9jjr66dmt63ylatjvh65rc69uqz3nkvemqtqlzescl08dx3xjy36a5u7x89vh5vjkvkpfz5edep3av8f2p37f7d9vjnq3zfrn3p85zx7gjyqg7qyqrqh5hg70a7klgy5eq0vrth7pz7e7g8t57pkju5k9z6xwexvg4uz2svry0mk7latuz3z6ynyc9cprfmcjkjwmezs4vl7w3kk4hlhumkzm2v3jvzqahx2m9e86p557c8pjtudkgd499geem5jf5u9qxuz5mcpdvegqm43x4dn6uyrdzjmzz6mgcadv0y0gced4dh20t757kgms6u45ma5kezmc6ghf9n538arp076gjrkp9y7lggntqr2v8aqvpuyw7szd0f9d8hrlsyff6re23xpp288aeadrh8lwqdjkpgwhdv95vn8araf5t8tgrtm22w8r7turzcqtyllzl8s9cfeczzst6ec4narg7da76fcq5neycd6slgx68g63yyv6g63ae9m7ztepxvxw4852aadryfy49zemrzhqquypkaehrf66qwwjhf3gwnm5aamtv79v4zeps0xf5urc5cw8xlaltapg0pm54kjplc3udlz587zkd82qzj7vlzljeup57t4hggmafzf303yx8l3ypvq25cvm4jfympct84an2f7q53pqymcgzgxwln29ga909uhv2c6nss0qvqqqqqqqqqqq4ydt9dssx08jcecc7lpc8x4npzm45nzx4gjeepzltl42xqtu6ljaegs3vmkyp9gmcxejarwucjysyq9gjdqfq9ugcxqc2dlwxzhgw6ltxctn0gva6m6hz9a5lm8la0fm2nctmj3kksdal53ktu3wffgmfypq9sp749hfxy8wvdnsagqs4w3hxr83qkpdacm92er3htljzqz4yzss8valjgymcql5xm5uqxwuar3549jrkl577ww5mxvxarkcs97jpulpht09q6w4axjxj254ezzahy4sqqq7sy9wf", transitions = [{ id = "au1mdg84h5sf70jd3jcz5ly6v7d2d65jthy2c9mp00ftsd7d7wasq9sywmyl4", program = "metadata.aleo", function = "is_block_height", tpk = "4174266389141840694112770464623549736508472115786023137592436699114609405528group", tcm = "8338099097402671626408038034858578087638496090147697571937791628404909729345field", scm = "1980270338266624580494901677581519840423416572710948745278059423752506827747field", inputs = [{ type = "private", id = "6254483773873152836214079053344956162296914127394184523955489854019104782235field", value = "ciphertext1qyqg8xn2lx3ukujrthuh67jazc3h5v96hhc7zacwef08y7a9lpu92pq3dsj78" }], outputs = [{ type = "future", id = "3584812567307540139221803946418691936915110293757497103263084678323624798088field", value = """ { diff --git a/tests/expectations/execution/mint.out b/tests/expectations/execution/mint.out index 45b3a5d205..b75e54e78a 100644 --- a/tests/expectations/execution/mint.out +++ b/tests/expectations/execution/mint.out @@ -8,7 +8,6 @@ record Token: amount as u64.private; flag as boolean.constant; - function mint: input r0 as address.private; input r1 as u64.private; diff --git a/tests/expectations/execution/primitive_casts.out b/tests/expectations/execution/primitive_casts.out index 1951c1f6c0..cb9696d82a 100644 --- a/tests/expectations/execution/primitive_casts.out +++ b/tests/expectations/execution/primitive_casts.out @@ -3,8 +3,6 @@ expectation = "Pass" outputs = [[{ compile = [{ initial_symbol_table = "9e7d17a4e02b7e7daff030ee0600a9284c49c15fa1a2843c367d31e71286f343", type_checked_symbol_table = "b1b413b0da0165deee231441b15c131a145712daa1fc7db9a5d0f0ab0ad5f093", unrolled_symbol_table = "b1b413b0da0165deee231441b15c131a145712daa1fc7db9a5d0f0ab0ad5f093", initial_ast = "0b101b555f20ff7068e10248afe70c5b9fc68afd891cbb7e6ed7210cd65bc676", unrolled_ast = "0b101b555f20ff7068e10248afe70c5b9fc68afd891cbb7e6ed7210cd65bc676", ssa_ast = "fa4b2aee6af80d118660d054c70bb7eaf68fbcdd9eea92ce7391b34af8c422bb", flattened_ast = "596e90d7e1c8160687c1ce1079c1cf8871ed89aca9326104f73c41610ffbd1c7", destructured_ast = "2a72e11ce73e37385aa3ac762c9114dbf5667bfbe12a58994636a7a8b5bccda5", inlined_ast = "2a72e11ce73e37385aa3ac762c9114dbf5667bfbe12a58994636a7a8b5bccda5", dce_ast = "2a72e11ce73e37385aa3ac762c9114dbf5667bfbe12a58994636a7a8b5bccda5", bytecode = """ program test.aleo; - - function address_cast: input r0 as address.private; cast r0 into r1 as address; @@ -38,7 +36,6 @@ function address_cast: output r14 as u128.private; output r15 as scalar.private; - function bool_cast: input r0 as boolean.private; cast r0 into r1 as address; @@ -72,7 +69,6 @@ function bool_cast: output r14 as u128.private; output r15 as scalar.private; - function field_casts: input r0 as field.private; cast r0 into r1 as boolean; @@ -102,7 +98,6 @@ function field_casts: output r12 as u64.private; output r13 as u128.private; - function group_casts: input r0 as group.private; cast r0 into r1 as address; @@ -134,7 +129,6 @@ function group_casts: output r13 as u64.private; output r14 as u128.private; - function i8_casts: input r0 as i8.private; cast r0 into r1 as address; @@ -168,7 +162,6 @@ function i8_casts: output r14 as u128.private; output r15 as scalar.private; - function i16_casts: input r0 as i16.private; cast r0 into r1 as address; @@ -202,7 +195,6 @@ function i16_casts: output r14 as u128.private; output r15 as scalar.private; - function i32_casts: input r0 as i32.private; cast r0 into r1 as address; @@ -236,7 +228,6 @@ function i32_casts: output r14 as u128.private; output r15 as scalar.private; - function i64_casts: input r0 as i64.private; cast r0 into r1 as address; @@ -270,7 +261,6 @@ function i64_casts: output r14 as u128.private; output r15 as scalar.private; - function i128_casts: input r0 as i128.private; cast r0 into r1 as address; @@ -304,7 +294,6 @@ function i128_casts: output r14 as u128.private; output r15 as scalar.private; - function u8_casts: input r0 as u8.private; cast r0 into r1 as address; @@ -338,7 +327,6 @@ function u8_casts: output r14 as u128.private; output r15 as scalar.private; - function u16_casts: input r0 as u16.private; cast r0 into r1 as address; @@ -372,7 +360,6 @@ function u16_casts: output r14 as u128.private; output r15 as scalar.private; - function u32_casts: input r0 as u32.private; cast r0 into r1 as address; @@ -406,7 +393,6 @@ function u32_casts: output r14 as u128.private; output r15 as scalar.private; - function u64_casts: input r0 as u64.private; cast r0 into r1 as address; @@ -440,7 +426,6 @@ function u64_casts: output r14 as u128.private; output r15 as scalar.private; - function u128_casts: input r0 as u128.private; cast r0 into r1 as address; @@ -474,7 +459,6 @@ function u128_casts: output r14 as u128.private; output r15 as scalar.private; - function scalar_cast: input r0 as scalar.private; cast r0 into r1 as address;