From a252fa0e1d5c6fbc17acb6eb92d76581edbec0ef Mon Sep 17 00:00:00 2001 From: Michael Benfield Date: Mon, 27 Jan 2025 10:20:59 -0800 Subject: [PATCH] Remove GroupTuple and related notation. It seems this notation was never really functional; nor did it really make sense in SnarkVM's Group type. --- compiler/ast/src/expressions/literal.rs | 19 +- compiler/ast/src/groups/group_coordinate.rs | 44 -- compiler/ast/src/groups/group_literal.rs | 83 --- compiler/ast/src/groups/mod.rs | 21 - compiler/ast/src/lib.rs | 3 - compiler/ast/src/value/mod.rs | 12 +- compiler/parser/src/parser/expression.rs | 80 +-- compiler/parser/src/tokenizer/token.rs | 2 - .../const_propagate_expression.rs | 6 - .../src/const_propagation/const_propagator.rs | 2 +- .../src/type_checking/check_expressions.rs | 2 +- interpreter/src/cursor.rs | 6 +- .../compiler/const_prop/core_functions.out | 2 +- .../algorithms/bhp1024_commit_to_group.out | 2 +- .../algorithms/bhp1024_hash_to_address.out | 2 +- .../core/algorithms/bhp1024_hash_to_field.out | 2 +- .../core/algorithms/bhp1024_hash_to_group.out | 2 +- .../algorithms/bhp1024_hash_to_scalar.out | 2 +- .../algorithms/bhp256_commit_to_group.out | 2 +- .../algorithms/bhp256_hash_to_address.out | 2 +- .../core/algorithms/bhp256_hash_to_field.out | 2 +- .../core/algorithms/bhp256_hash_to_group.out | 2 +- .../core/algorithms/bhp256_hash_to_scalar.out | 2 +- .../algorithms/bhp512_commit_to_group.out | 2 +- .../algorithms/bhp512_hash_to_address.out | 2 +- .../core/algorithms/bhp512_hash_to_field.out | 2 +- .../core/algorithms/bhp512_hash_to_group.out | 2 +- .../core/algorithms/bhp512_hash_to_scalar.out | 2 +- .../algorithms/bhp768_commit_to_group.out | 2 +- .../algorithms/bhp768_hash_to_address.out | 2 +- .../core/algorithms/bhp768_hash_to_field.out | 2 +- .../core/algorithms/bhp768_hash_to_group.out | 2 +- .../core/algorithms/bhp768_hash_to_scalar.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_i128.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_i16.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_i32.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_i64.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_i8.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_u128.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_u16.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_u32.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_u64.out | 2 +- .../integers/bhp1024/bhp1024_hash_to_u8.out | 2 +- .../integers/bhp256/bhp256_hash_to_i128.out | 2 +- .../integers/bhp256/bhp256_hash_to_i16.out | 2 +- .../integers/bhp256/bhp256_hash_to_i32.out | 2 +- .../integers/bhp256/bhp256_hash_to_i64.out | 2 +- .../integers/bhp256/bhp256_hash_to_i8.out | 2 +- .../integers/bhp256/bhp256_hash_to_u128.out | 2 +- .../integers/bhp256/bhp256_hash_to_u16.out | 2 +- .../integers/bhp256/bhp256_hash_to_u32.out | 2 +- .../integers/bhp256/bhp256_hash_to_u64.out | 2 +- .../integers/bhp256/bhp256_hash_to_u8.out | 2 +- .../integers/bhp512/bhp512_hash_to_i128.out | 2 +- .../integers/bhp512/bhp512_hash_to_i16.out | 2 +- .../integers/bhp512/bhp512_hash_to_i32.out | 2 +- .../integers/bhp512/bhp512_hash_to_i64.out | 2 +- .../integers/bhp512/bhp512_hash_to_i8.out | 2 +- .../integers/bhp512/bhp512_hash_to_u128.out | 2 +- .../integers/bhp512/bhp512_hash_to_u16.out | 2 +- .../integers/bhp512/bhp512_hash_to_u32.out | 2 +- .../integers/bhp512/bhp512_hash_to_u64.out | 2 +- .../integers/bhp512/bhp512_hash_to_u8.out | 2 +- .../integers/bhp768/bhp768_hash_to_i128.out | 2 +- .../integers/bhp768/bhp768_hash_to_i16.out | 2 +- .../integers/bhp768/bhp768_hash_to_i32.out | 2 +- .../integers/bhp768/bhp768_hash_to_i64.out | 2 +- .../integers/bhp768/bhp768_hash_to_i8.out | 2 +- .../integers/bhp768/bhp768_hash_to_u128.out | 2 +- .../integers/bhp768/bhp768_hash_to_u16.out | 2 +- .../integers/bhp768/bhp768_hash_to_u32.out | 2 +- .../integers/bhp768/bhp768_hash_to_u64.out | 2 +- .../integers/bhp768/bhp768_hash_to_u8.out | 2 +- .../keccak256/keccak256_hash_to_i128.out | 2 +- .../keccak256/keccak256_hash_to_i16.out | 2 +- .../keccak256/keccak256_hash_to_i32.out | 2 +- .../keccak256/keccak256_hash_to_i64.out | 2 +- .../keccak256/keccak256_hash_to_i8.out | 2 +- .../keccak256/keccak256_hash_to_u128.out | 2 +- .../keccak256/keccak256_hash_to_u16.out | 2 +- .../keccak256/keccak256_hash_to_u32.out | 2 +- .../keccak256/keccak256_hash_to_u64.out | 2 +- .../keccak256/keccak256_hash_to_u8.out | 2 +- .../keccak384/keccak384_hash_to_i128.out | 2 +- .../keccak384/keccak384_hash_to_i16.out | 2 +- .../keccak384/keccak384_hash_to_i32.out | 2 +- .../keccak384/keccak384_hash_to_i64.out | 2 +- .../keccak384/keccak384_hash_to_i8.out | 2 +- .../keccak384/keccak384_hash_to_u128.out | 2 +- .../keccak384/keccak384_hash_to_u16.out | 2 +- .../keccak384/keccak384_hash_to_u32.out | 2 +- .../keccak384/keccak384_hash_to_u64.out | 2 +- .../keccak384/keccak384_hash_to_u8.out | 2 +- .../keccak512/keccak512_hash_to_i128.out | 2 +- .../keccak512/keccak512_hash_to_i16.out | 2 +- .../keccak512/keccak512_hash_to_i32.out | 2 +- .../keccak512/keccak512_hash_to_i64.out | 2 +- .../keccak512/keccak512_hash_to_i8.out | 2 +- .../keccak512/keccak512_hash_to_u128.out | 2 +- .../keccak512/keccak512_hash_to_u16.out | 2 +- .../keccak512/keccak512_hash_to_u32.out | 2 +- .../keccak512/keccak512_hash_to_u64.out | 2 +- .../keccak512/keccak512_hash_to_u8.out | 2 +- .../poseidon2/poseidon2_hash_to_i128.out | 2 +- .../poseidon2/poseidon2_hash_to_i16.out | 2 +- .../poseidon2/poseidon2_hash_to_i32.out | 2 +- .../poseidon2/poseidon2_hash_to_i64.out | 2 +- .../poseidon2/poseidon2_hash_to_i8.out | 2 +- .../poseidon2/poseidon2_hash_to_u128.out | 2 +- .../poseidon2/poseidon2_hash_to_u16.out | 2 +- .../poseidon2/poseidon2_hash_to_u32.out | 2 +- .../poseidon2/poseidon2_hash_to_u64.out | 2 +- .../poseidon2/poseidon2_hash_to_u8.out | 2 +- .../poseidon4/poseidon4_hash_to_i128.out | 2 +- .../poseidon4/poseidon4_hash_to_i16.out | 2 +- .../poseidon4/poseidon4_hash_to_i32.out | 2 +- .../poseidon4/poseidon4_hash_to_i64.out | 2 +- .../poseidon4/poseidon4_hash_to_i8.out | 2 +- .../poseidon4/poseidon4_hash_to_u128.out | 2 +- .../poseidon4/poseidon4_hash_to_u16.out | 2 +- .../poseidon4/poseidon4_hash_to_u32.out | 2 +- .../poseidon4/poseidon4_hash_to_u64.out | 2 +- .../poseidon4/poseidon4_hash_to_u8.out | 2 +- .../poseidon8/poseidon8_hash_to_i128.out | 2 +- .../poseidon8/poseidon8_hash_to_i16.out | 2 +- .../poseidon8/poseidon8_hash_to_i32.out | 2 +- .../poseidon8/poseidon8_hash_to_i64.out | 2 +- .../poseidon8/poseidon8_hash_to_i8.out | 2 +- .../poseidon8/poseidon8_hash_to_u128.out | 2 +- .../poseidon8/poseidon8_hash_to_u16.out | 2 +- .../poseidon8/poseidon8_hash_to_u32.out | 2 +- .../poseidon8/poseidon8_hash_to_u64.out | 2 +- .../poseidon8/poseidon8_hash_to_u8.out | 2 +- .../sha3_256/sha3_256_hash_to_i128.out | 2 +- .../sha3_256/sha3_256_hash_to_i16.out | 2 +- .../sha3_256/sha3_256_hash_to_i32.out | 2 +- .../sha3_256/sha3_256_hash_to_i64.out | 2 +- .../integers/sha3_256/sha3_256_hash_to_i8.out | 2 +- .../sha3_256/sha3_256_hash_to_u128.out | 2 +- .../sha3_256/sha3_256_hash_to_u16.out | 2 +- .../sha3_256/sha3_256_hash_to_u32.out | 2 +- .../sha3_256/sha3_256_hash_to_u64.out | 2 +- .../integers/sha3_256/sha3_256_hash_to_u8.out | 2 +- .../sha3_384/sha3_384_hash_to_i128.out | 2 +- .../sha3_384/sha3_384_hash_to_i16.out | 2 +- .../sha3_384/sha3_384_hash_to_i32.out | 2 +- .../sha3_384/sha3_384_hash_to_i64.out | 2 +- .../integers/sha3_384/sha3_384_hash_to_i8.out | 2 +- .../sha3_384/sha3_384_hash_to_u128.out | 2 +- .../sha3_384/sha3_384_hash_to_u16.out | 2 +- .../sha3_384/sha3_384_hash_to_u32.out | 2 +- .../sha3_384/sha3_384_hash_to_u64.out | 2 +- .../integers/sha3_384/sha3_384_hash_to_u8.out | 2 +- .../sha3_512/sha3_512_hash_to_i128.out | 2 +- .../sha3_512/sha3_512_hash_to_i16.out | 2 +- .../sha3_512/sha3_512_hash_to_i32.out | 2 +- .../sha3_512/sha3_512_hash_to_i64.out | 2 +- .../integers/sha3_512/sha3_512_hash_to_i8.out | 2 +- .../sha3_512/sha3_512_hash_to_u128.out | 2 +- .../sha3_512/sha3_512_hash_to_u16.out | 2 +- .../sha3_512/sha3_512_hash_to_u32.out | 2 +- .../sha3_512/sha3_512_hash_to_u64.out | 2 +- .../integers/sha3_512/sha3_512_hash_to_u8.out | 2 +- .../algorithms/keccak256_hash_to_address.out | 2 +- .../algorithms/keccak256_hash_to_field.out | 2 +- .../algorithms/keccak256_hash_to_group.out | 2 +- .../algorithms/keccak256_hash_to_scalar.out | 2 +- .../algorithms/keccak384_hash_to_address.out | 2 +- .../algorithms/keccak384_hash_to_field.out | 2 +- .../algorithms/keccak384_hash_to_group.out | 2 +- .../algorithms/keccak384_hash_to_scalar.out | 2 +- .../algorithms/keccak512_hash_to_address.out | 2 +- .../algorithms/keccak512_hash_to_field.out | 2 +- .../algorithms/keccak512_hash_to_group.out | 2 +- .../algorithms/keccak512_hash_to_scalar.out | 2 +- .../algorithms/poseidon2_hash_to_address.out | 2 +- .../algorithms/poseidon2_hash_to_field.out | 2 +- .../algorithms/poseidon2_hash_to_group.out | 2 +- .../algorithms/poseidon2_hash_to_scalar.out | 2 +- .../algorithms/poseidon4_hash_to_address.out | 2 +- .../algorithms/poseidon4_hash_to_field.out | 2 +- .../algorithms/poseidon4_hash_to_group.out | 2 +- .../algorithms/poseidon4_hash_to_scalar.out | 2 +- .../algorithms/poseidon8_hash_to_address.out | 2 +- .../algorithms/poseidon8_hash_to_field.out | 2 +- .../algorithms/poseidon8_hash_to_group.out | 2 +- .../algorithms/poseidon8_hash_to_scalar.out | 2 +- .../algorithms/sha3_256_hash_to_address.out | 2 +- .../algorithms/sha3_256_hash_to_field.out | 2 +- .../algorithms/sha3_256_hash_to_group.out | 2 +- .../algorithms/sha3_256_hash_to_scalar.out | 2 +- .../algorithms/sha3_384_hash_to_address.out | 2 +- .../algorithms/sha3_384_hash_to_field.out | 2 +- .../algorithms/sha3_384_hash_to_group.out | 2 +- .../algorithms/sha3_384_hash_to_scalar.out | 2 +- .../algorithms/sha3_512_hash_to_address.out | 2 +- .../algorithms/sha3_512_hash_to_field.out | 2 +- .../algorithms/sha3_512_hash_to_group.out | 2 +- .../algorithms/sha3_512_hash_to_scalar.out | 2 +- .../compiler/core/constants/group_gen.out | 2 +- .../expectations/compiler/examples/groups.out | 2 +- .../expectations/compiler/group/group_mul.out | 2 +- .../compiler/group/mult_by_group_fail.out | 4 +- tests/expectations/compiler/group/negate.out | 2 +- .../group/no_space_between_literal.out | 8 +- .../compiler/group/point_input.out | 10 - .../compiler/group/to_x_coordinate.out | 2 +- .../compiler/group/to_y_coordinate.out | 2 +- tests/expectations/compiler/group/x_and_y.out | 10 - .../compiler/group/x_sign_high.out | 10 - .../compiler/group/x_sign_inferred.out | 10 - .../compiler/group/x_sign_low.out | 10 - tests/expectations/compiler/group/zero.out | 2 +- .../parser/expression/literal/group.out | 519 +----------------- .../parser/expression/literal/group_fail.out | 75 +-- .../literal/int_parse/mono_group.out | 420 +++++++------- .../parser/expression/literal/underscore.out | 141 +---- .../expression/literal/underscore_fail.out | 18 - .../compiler/group/mult_by_group_fail.leo | 2 +- .../group/no_space_between_literal.leo | 2 +- tests/tests/compiler/group/point_input.leo | 9 - tests/tests/compiler/group/x_and_y.leo | 12 - tests/tests/compiler/group/x_sign_high.leo | 11 - .../tests/compiler/group/x_sign_inferred.leo | 11 - tests/tests/compiler/group/x_sign_low.leo | 11 - .../tests/parser/expression/literal/group.leo | 66 +-- .../parser/expression/literal/group_fail.leo | 24 +- .../parser/expression/literal/underscore.leo | 24 - .../expression/literal/underscore_fail.leo | 5 +- 229 files changed, 459 insertions(+), 1621 deletions(-) delete mode 100644 compiler/ast/src/groups/group_coordinate.rs delete mode 100644 compiler/ast/src/groups/group_literal.rs delete mode 100644 compiler/ast/src/groups/mod.rs delete mode 100644 tests/expectations/compiler/group/point_input.out delete mode 100644 tests/expectations/compiler/group/x_and_y.out delete mode 100644 tests/expectations/compiler/group/x_sign_high.out delete mode 100644 tests/expectations/compiler/group/x_sign_inferred.out delete mode 100644 tests/expectations/compiler/group/x_sign_low.out delete mode 100644 tests/tests/compiler/group/point_input.leo delete mode 100644 tests/tests/compiler/group/x_and_y.leo delete mode 100644 tests/tests/compiler/group/x_sign_high.leo delete mode 100644 tests/tests/compiler/group/x_sign_inferred.leo delete mode 100644 tests/tests/compiler/group/x_sign_low.leo diff --git a/compiler/ast/src/expressions/literal.rs b/compiler/ast/src/expressions/literal.rs index f5bc71f724..51e6b06694 100644 --- a/compiler/ast/src/expressions/literal.rs +++ b/compiler/ast/src/expressions/literal.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with the Leo library. If not, see . -use crate::{GroupLiteral, IntegerType}; +use crate::IntegerType; use super::*; @@ -29,9 +29,8 @@ pub enum Literal { /// A field literal, e.g., `42field`. /// A signed number followed by the keyword `field`. Field(String, #[serde(with = "leo_span::span_json")] Span, NodeID), - /// A group literal, either product or affine. - /// For example, `42group` or `(12, 52)group`. - Group(Box), + /// A group literal, eg `42group`. + Group(String, #[serde(with = "leo_span::span_json")] Span, NodeID), /// An integer literal, e.g., `42`. Integer(IntegerType, String, #[serde(with = "leo_span::span_json")] Span, NodeID), /// A scalar literal, e.g. `1scalar`. @@ -47,7 +46,7 @@ impl fmt::Display for Literal { Self::Address(address, _, _) => write!(f, "{address}"), Self::Boolean(boolean, _, _) => write!(f, "{boolean}"), Self::Field(field, _, _) => write!(f, "{field}field"), - Self::Group(group) => write!(f, "{group}group"), + Self::Group(group, _, _) => write!(f, "{group}group"), Self::Integer(type_, value, _, _) => write!(f, "{value}{type_}"), Self::Scalar(scalar, _, _) => write!(f, "{scalar}scalar"), Self::String(string, _, _) => write!(f, "\"{string}\""), @@ -61,10 +60,10 @@ impl Node for Literal { Self::Address(_, span, _) | Self::Boolean(_, span, _) | Self::Field(_, span, _) + | Self::Group(_, span, _) | Self::Integer(_, _, span, _) | Self::Scalar(_, span, _) | Self::String(_, span, _) => *span, - Self::Group(group) => *group.span(), } } @@ -74,9 +73,9 @@ impl Node for Literal { | Self::Boolean(_, span, _) | Self::Field(_, span, _) | Self::Integer(_, _, span, _) + | Self::Group(_, span, _) | Self::Scalar(_, span, _) | Self::String(_, span, _) => *span = new_span, - Self::Group(group) => group.set_span(new_span), } } @@ -85,10 +84,10 @@ impl Node for Literal { Self::Address(_, _, id) | Self::Boolean(_, _, id) | Self::Field(_, _, id) + | Self::Group(_, _, id) | Self::Integer(_, _, _, id) | Self::Scalar(_, _, id) | Self::String(_, _, id) => *id, - Self::Group(group) => *group.id(), } } @@ -97,10 +96,10 @@ impl Node for Literal { Self::Address(_, _, old_id) | Self::Boolean(_, _, old_id) | Self::Field(_, _, old_id) + | Self::Group(_, _, old_id) | Self::Integer(_, _, _, old_id) | Self::Scalar(_, _, old_id) | Self::String(_, _, old_id) => *old_id = id, - Self::Group(group) => group.set_id(id), } } } @@ -122,7 +121,7 @@ impl fmt::Display for DisplayDecimal<'_> { Literal::Address(address, _, _) => write!(f, "{address}"), Literal::Boolean(boolean, _, _) => write!(f, "{boolean}"), Literal::Field(field, _, _) => write!(f, "{field}field"), - Literal::Group(group) => write!(f, "{group}group"), + Literal::Group(group, _, _) => write!(f, "{group}group"), Literal::Integer(type_, value, _, _) => { if !value.starts_with("0x") && !value.starts_with("-0x") diff --git a/compiler/ast/src/groups/group_coordinate.rs b/compiler/ast/src/groups/group_coordinate.rs deleted file mode 100644 index b108b4127a..0000000000 --- a/compiler/ast/src/groups/group_coordinate.rs +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. -// This file is part of the Leo library. - -// The Leo library is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// The Leo library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with the Leo library. If not, see . - -use leo_span::Span; - -use serde::{Deserialize, Serialize}; -use std::fmt; - -/// A coordinate in a affine group literal. -#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] -pub enum GroupCoordinate { - /// A number, e.g., `42`. - Number(String, #[serde(with = "leo_span::span_json")] Span), - /// A sign high recovery, i.e. `+`. - SignHigh, - /// A sign low recovery, i.e., `-`. - SignLow, - /// Recovery with an inferred value. - Inferred, -} - -impl fmt::Display for GroupCoordinate { - fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - match self { - GroupCoordinate::Number(number, _) => write!(f, "{number}"), - GroupCoordinate::SignHigh => write!(f, "+"), - GroupCoordinate::SignLow => write!(f, "-"), - GroupCoordinate::Inferred => write!(f, "_"), - } - } -} diff --git a/compiler/ast/src/groups/group_literal.rs b/compiler/ast/src/groups/group_literal.rs deleted file mode 100644 index ea9e627615..0000000000 --- a/compiler/ast/src/groups/group_literal.rs +++ /dev/null @@ -1,83 +0,0 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. -// This file is part of the Leo library. - -// The Leo library is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// The Leo library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with the Leo library. If not, see . - -use crate::{NodeID, groups::GroupCoordinate}; - -use leo_span::Span; - -use serde::{Deserialize, Serialize}; -use std::fmt; - -/// A group literal. -#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] -pub enum GroupLiteral { - /// Product group literal, e.g., `42group`. - Single(String, #[serde(with = "leo_span::span_json")] Span, NodeID), - /// An affine group literal with (x, y) coordinates. - Tuple(GroupTuple), -} - -impl GroupLiteral { - pub fn set_span(&mut self, new_span: Span) { - match self { - Self::Single(_, old_span, _) => *old_span = new_span, - Self::Tuple(tuple) => tuple.span = new_span, - } - } - - pub fn span(&self) -> &Span { - match self { - Self::Single(_, span, _) => span, - Self::Tuple(tuple) => &tuple.span, - } - } - - pub fn id(&self) -> &NodeID { - match self { - Self::Single(_, _, id) => id, - Self::Tuple(tuple) => &tuple.id, - } - } - - pub fn set_id(&mut self, id: NodeID) { - match self { - Self::Single(_, _, old_id) => *old_id = id, - Self::Tuple(tuple) => tuple.id = id, - } - } -} - -impl fmt::Display for GroupLiteral { - fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - match self { - Self::Single(string, _, _) => write!(f, "{string}"), - Self::Tuple(tuple) => write!(f, "{}", tuple.x), // Temporarily emit x coordinate only. - } - } -} - -/// An affine group literal, e.g., `(42, 24)group`. -#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] -pub struct GroupTuple { - /// The left component of the type, e.g., `42` in the case above. - pub x: GroupCoordinate, - /// The right component of the type, e.g., `24` in the case above. - pub y: GroupCoordinate, - /// The span from `(` to `)`. - pub span: Span, - /// The ID of the node. - pub id: NodeID, -} diff --git a/compiler/ast/src/groups/mod.rs b/compiler/ast/src/groups/mod.rs deleted file mode 100644 index 808950c89a..0000000000 --- a/compiler/ast/src/groups/mod.rs +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. -// This file is part of the Leo library. - -// The Leo library is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// The Leo library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with the Leo library. If not, see . - -pub mod group_coordinate; -pub use self::group_coordinate::*; - -pub mod group_literal; -pub use self::group_literal::*; diff --git a/compiler/ast/src/lib.rs b/compiler/ast/src/lib.rs index ad5f079c1f..1c052f8be3 100644 --- a/compiler/ast/src/lib.rs +++ b/compiler/ast/src/lib.rs @@ -37,9 +37,6 @@ pub use self::expressions::*; pub mod functions; pub use self::functions::*; -pub mod groups; -pub use self::groups::*; - mod indent_display; use indent_display::*; diff --git a/compiler/ast/src/value/mod.rs b/compiler/ast/src/value/mod.rs index 91916186b5..bd65449146 100644 --- a/compiler/ast/src/value/mod.rs +++ b/compiler/ast/src/value/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with the Leo library. If not, see . -use crate::{FromStrRadix as _, GroupLiteral, Identifier, IntegerType, Literal, NodeID, Type}; +use crate::{FromStrRadix as _, Identifier, IntegerType, Literal, NodeID, Type}; use leo_errors::{FlattenError, LeoError, Result, type_name}; use leo_span::{Span, Symbol}; @@ -188,7 +188,7 @@ pub enum Value { Boolean(bool, Span), Struct(Identifier, IndexMap), Field(String, Span), - Group(Box), + Group(String, Span), I8(i8, Span), I16(i16, Span), I32(i32, Span), @@ -734,7 +734,7 @@ impl Display for Value { Struct(val, _) => write!(f, "{}", val.name), Boolean(val, _) => write!(f, "{val}"), Field(val, _) => write!(f, "{val}"), - Group(val) => write!(f, "{val}"), + Group(val, _) => write!(f, "{val}"), I8(val, _) => write!(f, "{val}"), I16(val, _) => write!(f, "{val}"), I32(val, _) => write!(f, "{val}"), @@ -842,7 +842,7 @@ impl From<&Value> for Type { Boolean(_, _) => Type::Boolean, Struct(ident, _) => Type::Identifier(*ident), Field(_, _) => Type::Field, - Group(_) => Type::Group, + Group(_, _) => Type::Group, I8(_, _) => Type::Integer(IntegerType::I8), I16(_, _) => Type::Integer(IntegerType::I16), I32(_, _) => Type::Integer(IntegerType::I32), @@ -868,7 +868,7 @@ impl TryFrom<&Literal> for Value { Literal::Address(string, span, _) => Self::Address(string.clone(), *span), Literal::Boolean(bool, span, _) => Self::Boolean(*bool, *span), Literal::Field(string, span, _) => Self::Field(string.clone(), *span), - Literal::Group(group_literal) => Self::Group(group_literal.clone()), + Literal::Group(string, span, _) => Self::Group(string.clone(), *span), Literal::Scalar(string, span, _) => Self::Scalar(string.clone(), *span), Literal::String(string, span, _) => Self::String(string.clone(), *span), Literal::Integer(integer_type, raw_string, span, _) => { @@ -900,7 +900,7 @@ impl Literal { Boolean(v, span) => Literal::Boolean(v, span, id), Struct(_ident, _values) => todo!("We need to test if this is hittable"), Field(v, span) => Literal::Field(v, span, id), - Group(v) => Literal::Group(v), + Group(v, span) => Literal::Group(v, span, id), I8(v, span) => Literal::Integer(IntegerType::I8, v.to_string(), span, id), I16(v, span) => Literal::Integer(IntegerType::I16, v.to_string(), span, id), I32(v, span) => Literal::Integer(IntegerType::I32, v.to_string(), span, id), diff --git a/compiler/parser/src/parser/expression.rs b/compiler/parser/src/parser/expression.rs index 0e98f896ea..4022f5f39a 100644 --- a/compiler/parser/src/parser/expression.rs +++ b/compiler/parser/src/parser/expression.rs @@ -283,17 +283,11 @@ impl ParserContext<'_, N> { // Construct a negative field literal. inner = Expression::Literal(Literal::Field(format!("-{string}"), op_span + span, id)); } - Expression::Literal(Literal::Group(group_literal)) => { + Expression::Literal(Literal::Group(string, span, id)) => { // Remove the negation from the operations. let (_, op_span) = ops.pop().unwrap(); // Construct a negative group literal. - // Note that we only handle the case where the group literal is a single integral value. - inner = Expression::Literal(Literal::Group(Box::new(match *group_literal { - GroupLiteral::Single(string, span, id) => { - GroupLiteral::Single(format!("-{string}"), op_span + span, id) - } - GroupLiteral::Tuple(tuple) => GroupLiteral::Tuple(tuple), - }))); + inner = Expression::Literal(Literal::Group(format!("-{string}"), op_span + span, id)); } Expression::Literal(Literal::Scalar(string, span, id)) => { // Remove the negation from the operations. @@ -602,10 +596,6 @@ impl ParserContext<'_, N> { /// a parenthesized expression or a unit expression /// or a tuple initialization expression or an affine group literal. fn parse_tuple_expression(&mut self) -> Result { - if let Some(gt) = self.eat_group_partial().transpose()? { - return Ok(Expression::Literal(Literal::Group(Box::new(GroupLiteral::Tuple(gt))))); - } - let (mut elements, trailing, span) = self.parse_expr_tuple()?; match (elements.len(), trailing) { @@ -638,66 +628,6 @@ impl ParserContext<'_, N> { } } - /// Returns a reference to the next token if it is a [`GroupCoordinate`], or [None] if - /// the next token is not a [`GroupCoordinate`]. - fn peek_group_coordinate(&self, dist: &mut usize) -> Option { - let (advanced, gc) = self.look_ahead(*dist, |t0| match &t0.token { - Token::Add => Some((1, GroupCoordinate::SignHigh)), - Token::Sub => self.look_ahead(*dist + 1, |t1| match &t1.token { - Token::Integer(value) => Some((2, GroupCoordinate::Number(format!("-{value}"), t1.span))), - _ => Some((1, GroupCoordinate::SignLow)), - }), - Token::Underscore => Some((1, GroupCoordinate::Inferred)), - Token::Integer(value) => Some((1, GroupCoordinate::Number(value.clone(), t0.span))), - _ => None, - })?; - *dist += advanced; - Some(gc) - } - - /// Attempts to parse an affine group literal, if present. - /// If absent, returns [None]. - fn eat_group_partial(&mut self) -> Option> { - assert!(self.check(&Token::LeftParen)); // `(`. - - // Peek at first group coordinate. - let start_span = &self.token.span; - let mut dist = 1; // 0th is `(` so 1st is first group coordinate's start. - let first_gc = self.peek_group_coordinate(&mut dist)?; - - let check_ahead = |d, token: &_| self.look_ahead(d, |t| (&t.token == token).then_some(t.span)); - - // Peek at `,`. - check_ahead(dist, &Token::Comma)?; - dist += 1; // Standing at `,` so advance one for next gc's start. - - // Peek at second group coordinate. - let second_gc = self.peek_group_coordinate(&mut dist)?; - - // Peek at `)`. - let right_paren_span = check_ahead(dist, &Token::RightParen)?; - dist += 1; // Standing at `)` so advance one for 'group'. - - // Peek at `group`. - let end_span = check_ahead(dist, &Token::Group)?; - dist += 1; // Standing at `)` so advance one for 'group'. - - let gt = - GroupTuple { span: start_span + &end_span, x: first_gc, y: second_gc, id: self.node_builder.next_id() }; - - // Eat everything so that this isn't just peeking. - for _ in 0..dist { - self.bump(); - } - - // Ensure that the ending `)` and `group` are treated as one token `)group` as in the ABNF grammar: - if let Err(e) = assert_no_whitespace(right_paren_span, end_span, &format!("({},{})", gt.x, gt.y), "group") { - return Some(Err(e)); - } - - Some(Ok(gt)) - } - fn parse_struct_member(&mut self) -> Result { let identifier = self.expect_identifier()?; @@ -779,11 +709,7 @@ impl ParserContext<'_, N> { // Literal followed by `group`, e.g., `42group`. Some(Token::Group) => { assert_no_whitespace("group")?; - Expression::Literal(Literal::Group(Box::new(GroupLiteral::Single( - value, - full_span, - self.node_builder.next_id(), - )))) + Expression::Literal(Literal::Group(value, full_span, self.node_builder.next_id())) } // Literal followed by `scalar` e.g., `42scalar`. Some(Token::Scalar) => { diff --git a/compiler/parser/src/tokenizer/token.rs b/compiler/parser/src/tokenizer/token.rs index d6499e8962..bafe7215d2 100644 --- a/compiler/parser/src/tokenizer/token.rs +++ b/compiler/parser/src/tokenizer/token.rs @@ -104,8 +104,6 @@ pub enum Token { BigArrow, Underscore, At, // @ is not a symbol token in the ABNF grammar (see explanation about annotations below) - // There is no symbol for `)group` here (unlike the ABNF grammar), - // because we handle that differently in the parser: see the eat_group_partial function. // The ABNF grammar has annotations as tokens, // defined as @ immediately followed by an identifier. diff --git a/compiler/passes/src/const_propagation/const_propagate_expression.rs b/compiler/passes/src/const_propagation/const_propagate_expression.rs index a87f11d50f..5d504e555e 100644 --- a/compiler/passes/src/const_propagation/const_propagate_expression.rs +++ b/compiler/passes/src/const_propagation/const_propagate_expression.rs @@ -282,12 +282,6 @@ impl ExpressionReconstructor for ConstPropagator<'_> { } fn reconstruct_literal(&mut self, input: leo_ast::Literal) -> (Expression, Self::AdditionalOutput) { - if let leo_ast::Literal::Group(boxed_gl) = &input { - if matches!(&**boxed_gl, leo_ast::GroupLiteral::Tuple(..)) { - // YYY - I don't know how to handle this. - return (Expression::Literal(input), None); - } - } let value = leo_interpreter::literal_to_value(&input).expect("Should work"); (Expression::Literal(input), Some(value)) } diff --git a/compiler/passes/src/const_propagation/const_propagator.rs b/compiler/passes/src/const_propagation/const_propagator.rs index 418b0a35ed..db1fed0da5 100644 --- a/compiler/passes/src/const_propagation/const_propagator.rs +++ b/compiler/passes/src/const_propagation/const_propagator.rs @@ -98,7 +98,7 @@ pub(crate) fn value_to_expression(value: &Value, span: Span, node_builder: &Node let mut s = format!("{x}"); // Strip off the `group` suffix. s.truncate(s.len() - 5); - Expression::Literal(Literal::Group(Box::new(leo_ast::GroupLiteral::Single(s, span, id)))) + Expression::Literal(Literal::Group(s, span, id)) } Field(x) => { let mut s = format!("{x}"); diff --git a/compiler/passes/src/type_checking/check_expressions.rs b/compiler/passes/src/type_checking/check_expressions.rs index a0b881ddec..bbe1e5c14e 100644 --- a/compiler/passes/src/type_checking/check_expressions.rs +++ b/compiler/passes/src/type_checking/check_expressions.rs @@ -863,7 +863,7 @@ impl<'a> ExpressionVisitor<'a> for TypeChecker<'a> { parse_integer_literal::(self.handler, string, input.span(), "i128"); Type::Integer(IntegerType::I128) } - Literal::Group(_) => Type::Group, + Literal::Group(..) => Type::Group, Literal::Scalar(..) => Type::Scalar, Literal::String(..) => { self.emit_err(TypeCheckerError::strings_are_not_supported(input.span())); diff --git a/interpreter/src/cursor.rs b/interpreter/src/cursor.rs index 02e1144732..ff0b49983f 100644 --- a/interpreter/src/cursor.rs +++ b/interpreter/src/cursor.rs @@ -26,7 +26,6 @@ use leo_ast::{ Expression, FromStrRadix as _, Function, - GroupLiteral, IntegerType, Literal, Statement, @@ -2806,10 +2805,7 @@ pub fn literal_to_value(literal: &Literal) -> Result { Value::I128(i128::from_str_by_radix(&s).expect("Parsing guarantees this works.")) } Literal::Field(s, ..) => Value::Field(format!("{s}field").parse().expect_tc(literal.span())?), - Literal::Group(group_literal) => match &**group_literal { - GroupLiteral::Single(s, ..) => Value::Group(format!("{s}group").parse().expect_tc(literal.span())?), - GroupLiteral::Tuple(_group_tuple) => todo!(), - }, + Literal::Group(s, ..) => Value::Group(format!("{s}group").parse().expect_tc(literal.span())?), Literal::Address(s, ..) => { if s.ends_with(".aleo") { let program_id = ProgramID::from_str(s)?; diff --git a/tests/expectations/compiler/const_prop/core_functions.out b/tests/expectations/compiler/const_prop/core_functions.out index 31f4c0aacf..1742de06b7 100644 --- a/tests/expectations/compiler/const_prop/core_functions.out +++ b/tests/expectations/compiler/const_prop/core_functions.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1e241a1f7a1a0490bab43f3d4b4f249d67f5d217b6d28661262b07d6159ba4df", unrolled_ast = "d7e12729a270a51bcdcd5c68c45f38a8a72b154e9082843799520e7295a6255a", ssa_ast = "d753dedd7b3261a5e437486c976477dce703e56f2e7d83ce2eaf3dba37280721", flattened_ast = "3b2d7ed604f12b566ecf19a58c8be2fe3d1f2ba45604dd5d702788313668cc86", destructured_ast = "4fe0247ebbbc22c09568e555e526ab73c9329fae2f35eb2b9c2e115277ae98a3", inlined_ast = "283f7f33909d4a630c91e0448791d87b4441189772b5b483c2e7f651d7f8c895", dce_ast = "283f7f33909d4a630c91e0448791d87b4441189772b5b483c2e7f651d7f8c895", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1e241a1f7a1a0490bab43f3d4b4f249d67f5d217b6d28661262b07d6159ba4df", unrolled_ast = "ed68223f593591a8b0aafa66ed4313ddc3df3f7c46042f8493ed16bebb803017", ssa_ast = "3f9e022c9faec47b6cdddefb837f4570ba3bcce2ac15f27b98d242a32243fc91", flattened_ast = "bcd1979576c05438907886bd70ed3397d2c61bf9eefc87bef864971a48b4de2d", destructured_ast = "bde3973357ffbef5882f61a5121c3017a1141b574d5319f24f9fe9d7510c2a32", inlined_ast = "f88f4bf88c418e5f1ac98be66b65b8a11205b187b32095fb68130a3dd5057d1f", dce_ast = "f88f4bf88c418e5f1ac98be66b65b8a11205b187b32095fb68130a3dd5057d1f", bytecode = """ program test.aleo; mapping mfield: 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 735fc7f575..a6256a9577 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_commit_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1c163f034fd1e1185cdc76efb2e337dc3d46a4b12d55497245f209399c064a24", unrolled_ast = "157581110b60570d6c800e407532799af41ab31bf25d83c6cf759bc9a2db99bb", ssa_ast = "10cdbabc20cf637d45730684e5b687b4c19955196cf8acff60c4382ac0a5e5af", flattened_ast = "0d3cec78d4941a7ba5b078efdeab7f9b681c7bc226d4a6e7c386b77d1dc66808", destructured_ast = "6a87c6f107e7007171935775a144552548648d5b47beba47de340ec065544bdf", inlined_ast = "6a87c6f107e7007171935775a144552548648d5b47beba47de340ec065544bdf", dce_ast = "b48080416400388fba6c2e4903178f37b85b2c0aeadf68e94dd0f912ecdefc4b", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1c163f034fd1e1185cdc76efb2e337dc3d46a4b12d55497245f209399c064a24", unrolled_ast = "7a9dfdbfb7e4716affc19c819a5996c4aa1ea7976a1190c126e6f6c26c0228f6", ssa_ast = "e251cd71c18c35015ee061a8e57b5fa914ad84f0615ad78fb93158afe6c9ca64", flattened_ast = "94f1ce77cbdf381b7d5ab1e4945ee297ad9a73aecf04591aee40f432a0e58112", destructured_ast = "011bc790c0ccfd7f150919b039ea4c01dcfac4a0d5902be1c5826c0caa07a94c", inlined_ast = "011bc790c0ccfd7f150919b039ea4c01dcfac4a0d5902be1c5826c0caa07a94c", dce_ast = "b48080416400388fba6c2e4903178f37b85b2c0aeadf68e94dd0f912ecdefc4b", bytecode = """ program test.aleo; struct Foo: 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 8f8874efff..1379cf2050 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "a3dd97bc31b1dc64c7608e1fc5ad68b8d0d3f781e49c207928f5d425f1fd1bf9", unrolled_ast = "e06be32522f1fdf91fc05697d9159c601c4a6eb9e247e0359597763d2fc89d07", ssa_ast = "7106adf81d83a9d8c31b3dda931dd9eff617246b455c066edd4f647886296206", flattened_ast = "e405e1aefd4cc0b1e93ce4d559df2ca392722954e0c8491dd4b6a5955f2f28d2", destructured_ast = "d37126ab062737d6ad9e2b139127074a1b9b62cb4d26153f3b10265e67789250", inlined_ast = "d37126ab062737d6ad9e2b139127074a1b9b62cb4d26153f3b10265e67789250", dce_ast = "23f6df23ca49f840e7157e7a17d3528afb98fea8ccc67dcce9ef750594127abc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "a3dd97bc31b1dc64c7608e1fc5ad68b8d0d3f781e49c207928f5d425f1fd1bf9", unrolled_ast = "99479d7d58671f878866213a407aa8c34c693e3fec04dd8229d32eda11a52fdb", ssa_ast = "a7efee0f654c672deb6658f43a5c488a50bb2dfe47936225ace7e0afda3bbb40", flattened_ast = "a9c3a636341876199854a14fbf143f47f42625edb364535eab1b8ba8e9cba5b0", destructured_ast = "d62f1a8f296fdb6df80ed87a0ff15a312e1e6368d17f9d8eebcb9b2a42d8382c", inlined_ast = "d62f1a8f296fdb6df80ed87a0ff15a312e1e6368d17f9d8eebcb9b2a42d8382c", dce_ast = "23f6df23ca49f840e7157e7a17d3528afb98fea8ccc67dcce9ef750594127abc", bytecode = """ program test.aleo; struct Foo: 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 7892600b65..4688e63927 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "61fef7bc7d35be574e5f9353c089561c113afe14c755051cdfac56879b67b6f8", unrolled_ast = "62d3782e637d42e65b26cc28b134c914b10b78bb4ff954b5495a58def7e529fe", ssa_ast = "73f7d99b1110c1b00a28177d9bc27e8de3432e01cf2177bf1c323883ef74ae26", flattened_ast = "a532b1682b91e55bd91ea832f72da5c5d76c8a7fb29a2ddb23b20f548a667d08", destructured_ast = "39e7cc1109e3e765da197247e7177576669b95730e7a6769cf7935bac8dd1baf", inlined_ast = "39e7cc1109e3e765da197247e7177576669b95730e7a6769cf7935bac8dd1baf", dce_ast = "9a35dc0ea62d2ae6e9560099f1e5847afbeaa25dacc0b9209a044ef189399b06", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "61fef7bc7d35be574e5f9353c089561c113afe14c755051cdfac56879b67b6f8", unrolled_ast = "e75727243ad5d78b67c3d9bead9ac3d138b96337bc558a2f499e9bef6cdd5e13", ssa_ast = "2d711c0b70373c71de9a96aa4158700f46c902b40ec3285287d0cf0838369809", flattened_ast = "91b0197c317117151cdd81ae9f08b5dfa408938b9d4c6b3a12945b8de4dd4665", destructured_ast = "62cc4743c02e4465cf9e7987eeb0715718a910156716f4b4a7d1a92d7caac77e", inlined_ast = "62cc4743c02e4465cf9e7987eeb0715718a910156716f4b4a7d1a92d7caac77e", dce_ast = "9a35dc0ea62d2ae6e9560099f1e5847afbeaa25dacc0b9209a044ef189399b06", bytecode = """ program test.aleo; struct Foo: 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 5e85c8c167..48e4feae06 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "69ba7af7318b356010c470baa89403e4b3bf78c69678f4bdb8ff2a8795b622ed", unrolled_ast = "8ef312b80e8d59ad0848b683fbcfc8d896bc10d26dd7ccc1d1e15a163fb9aab5", ssa_ast = "77ed4ffda1a596a60b0b4b754ab3f78b899e8b2cd09873327b9c49bb5e8faccb", flattened_ast = "3980382ec0f40c513e0f18fd526284ef7be92a93dc859fe05f8ba647d67c3385", destructured_ast = "fd8270f60e08d57319c932902e2a4dedda5f9ee9b75f56ea730826947c2b5b76", inlined_ast = "fd8270f60e08d57319c932902e2a4dedda5f9ee9b75f56ea730826947c2b5b76", dce_ast = "b45069cfc89aade6ccb01a0b3fde2b2086d01f2bbfba5e218ff6c44867f021d4", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "69ba7af7318b356010c470baa89403e4b3bf78c69678f4bdb8ff2a8795b622ed", unrolled_ast = "a711d67fa1792be287055e01d0b15209ebfd11d6af5512e3f73e637b02007146", ssa_ast = "550966a4017f67fa549b9e3fdcdfc259f1e8b912c1cb6b1b3daae616de715815", flattened_ast = "c8007ba28e96a8a216440fc2e52e9f9b86e23746c5f0b48527e9a1777242ac26", destructured_ast = "3ff71a1166ecd0513ff01721cf99937ec68212dcfd13f90977fb7c388a3b6af2", inlined_ast = "3ff71a1166ecd0513ff01721cf99937ec68212dcfd13f90977fb7c388a3b6af2", dce_ast = "b45069cfc89aade6ccb01a0b3fde2b2086d01f2bbfba5e218ff6c44867f021d4", bytecode = """ program test.aleo; struct Foo: 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 f59e9fff72..42427cfacc 100644 --- a/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp1024_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f405095809db6c091f111abe5150dd9006a07cd0f132f06b27a2a8b508358e18", unrolled_ast = "9d5bcc27f2ff66e122fb00edd5db5cc19a14d32451b01914f066ce50c1f0f5de", ssa_ast = "31a873d938378148be6786133eeaa0e8df8c4b4cdbca7571012406cff6a44be0", flattened_ast = "71f9546584f93cadd8c6320fd4c72769581a39e96d84a8218c9b5a32b663d08d", destructured_ast = "cc23d822a7304e409d59ca0ea6834aa864401f2452bd21eacf025e8da3eceefe", inlined_ast = "cc23d822a7304e409d59ca0ea6834aa864401f2452bd21eacf025e8da3eceefe", dce_ast = "fedb4d139531355cd1b2b73729fd14018647835cf781707106bb3d9b4688109a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f405095809db6c091f111abe5150dd9006a07cd0f132f06b27a2a8b508358e18", unrolled_ast = "2119af1553c4db790d953bc4b1f6855a0e20b72196007c93aa2ecf37e23060f2", ssa_ast = "5277dd27b52ecc54c43e123b97a25936d38d155f3f8e3a1458a7636e51b21af8", flattened_ast = "e178edf015bb2cf0890f922fb66d85c1fb3bb1d0c6478672fd96374c43ee8ff8", destructured_ast = "f586eaca9f21dc771755f0bf4caac2c6726b02bbc5c7058c70f2aea07f9f6731", inlined_ast = "f586eaca9f21dc771755f0bf4caac2c6726b02bbc5c7058c70f2aea07f9f6731", dce_ast = "fedb4d139531355cd1b2b73729fd14018647835cf781707106bb3d9b4688109a", bytecode = """ program test.aleo; struct Foo: 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 751f64eed1..a0f85aba81 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_commit_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e3bf36328e9bafe4e3b81ae0ceb5bd6dc73cc9ca51727d14501a5673d25afa53", unrolled_ast = "1ae9ac1149f398d0e07c75524941f5e1324a62cdd572ebded49a07362ac2ef43", ssa_ast = "93732fb0c178bcce0fed11956c746f529181b15f6f5dc7ff8abcd8b5e532df40", flattened_ast = "bd6769a8d7698f49fcbf061ff36de163930953a8978ac9eb7d921906f076bdb0", destructured_ast = "35e3ad579c962e4a94c478af5b624d31921edfdb2b8cdb57c875093138e8a2e4", inlined_ast = "35e3ad579c962e4a94c478af5b624d31921edfdb2b8cdb57c875093138e8a2e4", dce_ast = "8c142364e2051e6d2bc6b3954550a1c72995508ac36a6d72f3429ca475b79cdd", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e3bf36328e9bafe4e3b81ae0ceb5bd6dc73cc9ca51727d14501a5673d25afa53", unrolled_ast = "173f4e04a2af19fa8aafbc3745573cd4c367c6a49c0dbb9ce43f430ae9d80e71", ssa_ast = "c7222ad94769102b0e6e0bfc85d4ebd067240ffcd1f0d665973f522773b9928c", flattened_ast = "f879d0e10ebc80e4accbc42723c7c625701ae7981fb8257983211424187717d5", destructured_ast = "b6afa7fbdc177cc915acced7eb0d3fad3158393dc97a96b1f1a1f2be167a85f5", inlined_ast = "b6afa7fbdc177cc915acced7eb0d3fad3158393dc97a96b1f1a1f2be167a85f5", dce_ast = "8c142364e2051e6d2bc6b3954550a1c72995508ac36a6d72f3429ca475b79cdd", bytecode = """ program test.aleo; struct Foo: 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 160b2c63c5..fcb4552b8c 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "54d5789b9203beae85c2a109a1cb48db19e732fc5a1c4ebd961404b548cbfec6", unrolled_ast = "6220194a35392eb96a4ff9bee9baf0b70fc988f88e54bff61a28079d3f85f0f9", ssa_ast = "e2b3fc2bfd739d79d1a7ed3eb0082e9fda2755254f0791912d5adc4bfc62312f", flattened_ast = "f8b66950ba4e509a86aea139d526f423805f3afaf464f3cb6d9aeb6ae1310e82", destructured_ast = "e5f4ff2cf2c792a10ed974a6b9e6bc51049c413d4ec4bfd9bb7c027c0532a15c", inlined_ast = "e5f4ff2cf2c792a10ed974a6b9e6bc51049c413d4ec4bfd9bb7c027c0532a15c", dce_ast = "f216cb036f8d869188042e194bedc00472a5a13bb3f913792b4a66bec56d6e08", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "54d5789b9203beae85c2a109a1cb48db19e732fc5a1c4ebd961404b548cbfec6", unrolled_ast = "fb39aa824c6a0c6525c73774371341a31f8305595c574417dcc1d9b926574db4", ssa_ast = "e508e8e333f024b56aa990267244b029698e193c1d43a8faea097e3fcb1d6be3", flattened_ast = "8fe0e0c1561693eb592ebfe605de76692050a7c308379f5033d858a622b71081", destructured_ast = "37dcd1a377673c1c3b8db79ef9d9a07e3e78512bd5a27f14c3048475d1b5bbb3", inlined_ast = "37dcd1a377673c1c3b8db79ef9d9a07e3e78512bd5a27f14c3048475d1b5bbb3", dce_ast = "f216cb036f8d869188042e194bedc00472a5a13bb3f913792b4a66bec56d6e08", bytecode = """ program test.aleo; struct Foo: 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 51e6ab0dcc..8f20e08d73 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f761e8138c6766dd7d8a1707de6ccec23c5c377812b477ebec3d295bc2f79a02", unrolled_ast = "5e47dae18f98b4e4918f2e15a70b6bf70848eed8c43af2441821f05678321f93", ssa_ast = "ecc357d6d276d4b7c6f04cfd8bf2ada32814da1025cd288fd3e2134fead8898a", flattened_ast = "dcadbb89154ef7f846f0c30f0366b729c5533c995ce67a504a579a0769d86469", destructured_ast = "da35da94ab8d5478ddaaa796a904ae7483bb6ee5007347f3bd223fb52f6a7adb", inlined_ast = "da35da94ab8d5478ddaaa796a904ae7483bb6ee5007347f3bd223fb52f6a7adb", dce_ast = "57a8a4fd4d9d34b3b6e76eb0e08f68fb22007c930cf4c174208c061c76083b2e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f761e8138c6766dd7d8a1707de6ccec23c5c377812b477ebec3d295bc2f79a02", unrolled_ast = "e49dc0211dc62bf83e965df9e4e5dc44feee27d4ba25c39312edfa8aa1cc3a2a", ssa_ast = "1ee060ab6b9bf1c6920adc3059bc774f939286afa216620f6ad0d793f6c25bf0", flattened_ast = "679803964c42389c121c51b4e79c2c55b469b036052c8311122f9d21f231e752", destructured_ast = "132895d32cf3c518fa6af1fbb8e8dd46b87ab40fd0060b1e1cc9748b763c529f", inlined_ast = "132895d32cf3c518fa6af1fbb8e8dd46b87ab40fd0060b1e1cc9748b763c529f", dce_ast = "57a8a4fd4d9d34b3b6e76eb0e08f68fb22007c930cf4c174208c061c76083b2e", bytecode = """ program test.aleo; struct Foo: 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 e488c6332e..2c12bc925e 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8e44992dd5fe4fe9e1e522e695ca70d239f3eeccc3728b150ed9364421be09c4", unrolled_ast = "4c054c4b4207c35202befbc50019c5eecf25d7cadcce3caf28cfca78870e8c20", ssa_ast = "834af12d9e7450d09bf05980a7b8a56d198c1e4ce46265b03ecb5bc2544dc915", flattened_ast = "6ebf9ea971d0e17ab3517464deb6eac94fcc1966ffdd790ad13fd10fa6901b0d", destructured_ast = "d58f893e1ac8bdb8a4c84b1eae3d72c91691de378b8efcff5c500055e35ea07a", inlined_ast = "d58f893e1ac8bdb8a4c84b1eae3d72c91691de378b8efcff5c500055e35ea07a", dce_ast = "a38fa4ea1315ff2cce998d8df098b62820d2e0f4eca8855c86d027e72e2a923e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8e44992dd5fe4fe9e1e522e695ca70d239f3eeccc3728b150ed9364421be09c4", unrolled_ast = "c036b6139dae76dfed92d4d2e98a4022785a540ee2e84ec47845310e2d59a33d", ssa_ast = "5a4ef0efac14b21b0c467a51c963aee2d609c445137a6193dd792134002eb268", flattened_ast = "dc303f3ef4d43c01c0214b9639b6dfb09a4768e181eb504c6a2a9fd384057e1e", destructured_ast = "028eb821e696f928ed0720e419a32aade616e087ea923334fd144d476ecd6b3f", inlined_ast = "028eb821e696f928ed0720e419a32aade616e087ea923334fd144d476ecd6b3f", dce_ast = "a38fa4ea1315ff2cce998d8df098b62820d2e0f4eca8855c86d027e72e2a923e", bytecode = """ program test.aleo; struct Foo: 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 8cfa1de3e3..a212a48f3f 100644 --- a/tests/expectations/compiler/core/algorithms/bhp256_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp256_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e24ee1bcabcc08b4b186df3883e05bae4f6452569f613294a6ee7aaa5b51a67c", unrolled_ast = "a82e90122640e71692c87232f54ed72343776430612e099308a296c6ca4621eb", ssa_ast = "f9757af6c272677bc92b4acd70bf0d6407f6902f966e4fa738f6c431b98f7e97", flattened_ast = "03a6fabc1d76ce9be96c0947d5dad6a0abef0efa86dd7078279cb3a4cb0fca2a", destructured_ast = "06ff3c98b67c549d18518005762f0553eecc0055b1656f0275f83df1b5e4f7d9", inlined_ast = "06ff3c98b67c549d18518005762f0553eecc0055b1656f0275f83df1b5e4f7d9", dce_ast = "d6612d524ac00941c4fe43cf741d0b88e67c2efce76c334bcb10e0128d752c1a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e24ee1bcabcc08b4b186df3883e05bae4f6452569f613294a6ee7aaa5b51a67c", unrolled_ast = "2bc51f5a45592e671c113f2e741844e11ef0a9bdc0e25c6414977ef60d8f4d51", ssa_ast = "05c3997e8541bef87506e22b9fe05c6b9a2597094799ca75d092cfd70fd96a33", flattened_ast = "2535ce878be1109e7f813c5116b764f92a274c125ab7dbd48582de8d7dedc262", destructured_ast = "f884b0cdc637b0a4a409fcca497d54acbb70ef8697bfc9fc5c695fd29829f9c9", inlined_ast = "f884b0cdc637b0a4a409fcca497d54acbb70ef8697bfc9fc5c695fd29829f9c9", dce_ast = "d6612d524ac00941c4fe43cf741d0b88e67c2efce76c334bcb10e0128d752c1a", bytecode = """ program test.aleo; struct Foo: 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 9417b25260..adb290fb0e 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_commit_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8e5af978a77e15bbbf47f9025c5ad93b11577ef9b82a1b20835d7b476000074a", unrolled_ast = "558031266fb0e1342788c538df67e022740dc7c4893a28af704f3f4214aa53cd", ssa_ast = "4b69d2ca86fa9d66b2ce867180e5d8d7946c65c61ec4266b6bfd83e501236b3d", flattened_ast = "b32764b7dc19f65b493def0c49d1ac8b12c1741c2193d86a5d663dc315994da5", destructured_ast = "fc02f31a9afc57fe5cf266130ffd2fc8c8e927a197c3e3c6d70ee923f2f64c83", inlined_ast = "fc02f31a9afc57fe5cf266130ffd2fc8c8e927a197c3e3c6d70ee923f2f64c83", dce_ast = "d203a848a9cd98330dcad191a5b42df051e98ace161801683d2e041727477c2a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8e5af978a77e15bbbf47f9025c5ad93b11577ef9b82a1b20835d7b476000074a", unrolled_ast = "9a5dc7fb4da9f52bacb8436928e20748f71f486ff1a533af953029062f85b1a8", ssa_ast = "8833201cb889f353982d0d0898b6a0df771fa852d27befc3e74513a9a9fcc9e6", flattened_ast = "829a2b39c5ec42b99880b45026db77792797a82eb783b562d32e3343bde1f7d3", destructured_ast = "884f2b7714ff699a66745f2443e5b92d06ee7b684042e744b8690a9702746041", inlined_ast = "884f2b7714ff699a66745f2443e5b92d06ee7b684042e744b8690a9702746041", dce_ast = "d203a848a9cd98330dcad191a5b42df051e98ace161801683d2e041727477c2a", bytecode = """ program test.aleo; struct Foo: 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 d900c6d4ae..4a983a42cc 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5f33c08cdb5e22d7c1205004378e2f12c9c1995ca6e2e5a4d26e3998f508c95b", unrolled_ast = "40245f8f52927a0fa430b4a8458847810e2ae03eb6ad345e8f591048b7373291", ssa_ast = "e6b63ebe4cb21e5f08b6ff12ac52726889016bab3feb17da76d7f142ffbeb245", flattened_ast = "dabed03dda67a8033846f6643059305b501ce10d4a33da40693e456ccc716f10", destructured_ast = "c6eca056cb723e62aee643eb3e1949ffdb4cd8eaffbf72bcce93418513a8f56b", inlined_ast = "c6eca056cb723e62aee643eb3e1949ffdb4cd8eaffbf72bcce93418513a8f56b", dce_ast = "f216cb036f8d869188042e194bedc00472a5a13bb3f913792b4a66bec56d6e08", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5f33c08cdb5e22d7c1205004378e2f12c9c1995ca6e2e5a4d26e3998f508c95b", unrolled_ast = "28328750f7e6cf83502079c9c0b2a2686d30fb3f5dce3faf29b79eedfcef92ad", ssa_ast = "503fb0770dc3136704df2c27b0dc804ac27b20f537923489f3580b0db78de945", flattened_ast = "e11071b0a9a8d44d422ed801bfe4d57615ae1c06f47c1e1b8590d822f699e824", destructured_ast = "bb07ad6558daedcf575b650b41ed4e9012019c05abae76b205daf68b6d1cbbe7", inlined_ast = "bb07ad6558daedcf575b650b41ed4e9012019c05abae76b205daf68b6d1cbbe7", dce_ast = "f216cb036f8d869188042e194bedc00472a5a13bb3f913792b4a66bec56d6e08", bytecode = """ program test.aleo; struct Foo: 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 dadf68282b..012dc1567c 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "16cc9b0724e9b9710a1fb2b2a102bf195cdf67ef04faff80eb44a98684d53287", unrolled_ast = "d670f721cfe7b6853116699734d548543278b6eaeb3e952140c8e8462720a8d7", ssa_ast = "e7cc7fc56217cf9477599a012abb3ed6bb399abf838cb508adfb35f0a200fa11", flattened_ast = "2bdc2d48635f2a53f1d515f406d16da0b2aa89527c9279eb365f421a09305c99", destructured_ast = "71342b109f6089f0272c15b5df2dfe0513b6088980cce9e0399555cb632c75d4", inlined_ast = "71342b109f6089f0272c15b5df2dfe0513b6088980cce9e0399555cb632c75d4", dce_ast = "1ab58b911588ab84af0775e8e13c2ba97206bf2a4cf139cbb3d0d275960eff0d", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "16cc9b0724e9b9710a1fb2b2a102bf195cdf67ef04faff80eb44a98684d53287", unrolled_ast = "a275380614bd2e9cc1f67a5f5b5702e125b15102d72b63e2dc2a6a95fedde47b", ssa_ast = "f54063e4421f3c42f37715a82c0ba09bb67b436bd4a2d68266cdb08decab93a5", flattened_ast = "e53be5c1a9564de443f11691718d63c1b1b10df1faab13e83164648fc28b0e09", destructured_ast = "845bd6357d75085408f292ad5ceffc7201b316b21c971a58543930f80f9ab48e", inlined_ast = "845bd6357d75085408f292ad5ceffc7201b316b21c971a58543930f80f9ab48e", dce_ast = "1ab58b911588ab84af0775e8e13c2ba97206bf2a4cf139cbb3d0d275960eff0d", bytecode = """ program test.aleo; struct Foo: 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 62b4589ac3..3b8ef27686 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f41b5d1390511e0b7498f813fba346f400ef66bf636f0d1e28dbb55869a80153", unrolled_ast = "5f8af7898d61e0b52ac7ea36ef87f28b024f431f8e2305c0d4160d9ee1b766c5", ssa_ast = "f3ddf01e091f98d3df4f4c1471bf744273457dd6f0890e1bb9b0529827a98bbd", flattened_ast = "734d0577bb2075407dac4927928cd9f0eea62cc5ad5b8208488b9ae3e610aaf8", destructured_ast = "f4a08738e66e90b3c3b271e3bbe15ddc161dab9e7f8eac68d3597cd415090db0", inlined_ast = "f4a08738e66e90b3c3b271e3bbe15ddc161dab9e7f8eac68d3597cd415090db0", dce_ast = "f6e6331a8e25bb53dc1f975def720467a900ef4b76ab5334fb5e6829d0d35fe4", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f41b5d1390511e0b7498f813fba346f400ef66bf636f0d1e28dbb55869a80153", unrolled_ast = "ea7bb3eeb2e4d3f9a01403ebba65fcc858b1e330e6347e8e842510256f11f7b7", ssa_ast = "08304b9c8155ea324711f2b7442c4949a5433fb571209deeae842f3b88297502", flattened_ast = "9966a066457ca6f8964aae36db025d6046103ff55e3c079a8cb94d6ba9e092ac", destructured_ast = "4cef728dece768c4c3662f5a1b4ac645dad4552e40a9cba87ab743a43714a779", inlined_ast = "4cef728dece768c4c3662f5a1b4ac645dad4552e40a9cba87ab743a43714a779", dce_ast = "f6e6331a8e25bb53dc1f975def720467a900ef4b76ab5334fb5e6829d0d35fe4", bytecode = """ program test.aleo; struct Foo: 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 42580ff937..bbcde72570 100644 --- a/tests/expectations/compiler/core/algorithms/bhp512_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp512_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d60a209f48b0a4b33519f098daa79b8b28be280323adeae4c0a616bcc5d62110", unrolled_ast = "78d218d40218d972b274da39abf96be8c73c76542f6baa4a0deb6ba4d85a2b12", ssa_ast = "3545bd40ffacc70f3e300d5dc3038f750d6a29da08d085884e8188bd09b1581f", flattened_ast = "07522cf4073a847234376dccc7ec5621b461a0a74e4a2713c2a4c466691770d2", destructured_ast = "b0dab9717288ef9afaae81d806466f9cb55c00e7472fe641f357ecc4952c4bf1", inlined_ast = "b0dab9717288ef9afaae81d806466f9cb55c00e7472fe641f357ecc4952c4bf1", dce_ast = "484a6aa023ee82c0181203da9a7f797c77a938c1fe41d721e84c374899a91890", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "d60a209f48b0a4b33519f098daa79b8b28be280323adeae4c0a616bcc5d62110", unrolled_ast = "95798b34b67b8f11d5e1723a7c2e7bd5e3c0c297ff1a33e0c202301a340e612e", ssa_ast = "ab226c6fc5a5f03ce1a1d3e5d10e9de2bf53b042f7e22c1800cb183d0533a247", flattened_ast = "629dc0a3a5b23d40310b08360559d94ef6e43e5cc02ad1da7acdacee5c0a2c7d", destructured_ast = "621401f5fb1ff7967eb0b4d392cbd6fb553a22c4c8f7fab1890d43cab60bba64", inlined_ast = "621401f5fb1ff7967eb0b4d392cbd6fb553a22c4c8f7fab1890d43cab60bba64", dce_ast = "484a6aa023ee82c0181203da9a7f797c77a938c1fe41d721e84c374899a91890", bytecode = """ program test.aleo; struct Foo: 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 ed2dbe561b..ba349557ab 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_commit_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_commit_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "fb08394f4d3809df07ea2bd43d1a2d603a5b60bd5ec0ebea53924e2e477932b3", unrolled_ast = "2597dcaf791eff668515cc8527cf65320614f8b4c0d9280c81fd7efc4b2d4fd5", ssa_ast = "18c45c9ebb0c018c6d2e0e8e9c7b989d8374cc2a949680bed5253a84994fe9f8", flattened_ast = "3e6f818fd6a8beba3ca873f1be90e0253631e64b94a05b0421ccad270d712527", destructured_ast = "b4caf60461e32329e0ca1f727dc3cd0b429cd57d863e96dff6750be180404b94", inlined_ast = "b4caf60461e32329e0ca1f727dc3cd0b429cd57d863e96dff6750be180404b94", dce_ast = "83db82b50c496ae78db4ad98186cfa92d82cf88a078f5d03c87dee1ada49273c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "fb08394f4d3809df07ea2bd43d1a2d603a5b60bd5ec0ebea53924e2e477932b3", unrolled_ast = "139d4934fa3e95e8b7b35253d881e26ed51c906a6af8d7b8c404c8a802482c77", ssa_ast = "0b39ccc8095d10f4a18fe7abffa1f33e2285d444f53dc36d7c688d54ca4e70ac", flattened_ast = "c8c4d4604f96895231c94c23547d825746e5b9503a54af76d336e15506562d97", destructured_ast = "65bbb0f661d1b10798e458d42a07049ecd1e91f4e362b9c09c25b1a0d4cc548d", inlined_ast = "65bbb0f661d1b10798e458d42a07049ecd1e91f4e362b9c09c25b1a0d4cc548d", dce_ast = "83db82b50c496ae78db4ad98186cfa92d82cf88a078f5d03c87dee1ada49273c", bytecode = """ program test.aleo; struct Foo: 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 4949ddcce5..7f8635dd4a 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "3e30a24d3bdbc75b54c300a8e99fc4e1d513af6c597b1291c9dfb7e67da8c297", unrolled_ast = "9863883d19c818138a29e0960443c3ee8abbacefc6aef267f5f028e6dc2effe4", ssa_ast = "126202e371a49193414242ad4ff9958193b6a8f30921bdae69069864709603fa", flattened_ast = "f85002c19f358e86e0e3482a752c8abc5488683470107bd255ce77ddcb5de1c5", destructured_ast = "9c8c9b758a000a0a37e6fd9c651875d9d415be34188ccccc4c1dbff992174246", inlined_ast = "9c8c9b758a000a0a37e6fd9c651875d9d415be34188ccccc4c1dbff992174246", dce_ast = "f216cb036f8d869188042e194bedc00472a5a13bb3f913792b4a66bec56d6e08", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "3e30a24d3bdbc75b54c300a8e99fc4e1d513af6c597b1291c9dfb7e67da8c297", unrolled_ast = "8b6ee1676909572cfd05cdc5b2ebac7ced49ff82c388e08f75d2e5b9539513e6", ssa_ast = "238594e3f9ca7a6401406c19fcd357f7e6e775d0e45dfea3310cef33632005b9", flattened_ast = "30c0251542905e06977e37e09c279c66ff81459b9f4f18e532500a0ed49e3e91", destructured_ast = "facf99736d1cb36f1a5fec2c101dc24327a6286bb7b645e2ba2ab53a7329b241", inlined_ast = "facf99736d1cb36f1a5fec2c101dc24327a6286bb7b645e2ba2ab53a7329b241", dce_ast = "f216cb036f8d869188042e194bedc00472a5a13bb3f913792b4a66bec56d6e08", bytecode = """ program test.aleo; struct Foo: 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 c2fa160790..2b6fc38d2c 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "6b68c65600169f8c8cee0a021d375084f0ddeb6149fae46b9573c699766c5ab3", unrolled_ast = "3bf96022d2edd65deff5555719f9c320fd83879fc42df1e9dcc86907fe0574ab", ssa_ast = "d7607591ebdd1ff40eaa35bf7627bc114a87f3b9430684bf097e385b285c3ab3", flattened_ast = "7be76e5de9f110812dd29568e582d39d85ebc93f1edbff85ed5b16735d15cbb1", destructured_ast = "cee470e932e5891e9be42ec7e855042689263439a7502c6cab7299eab28c015e", inlined_ast = "cee470e932e5891e9be42ec7e855042689263439a7502c6cab7299eab28c015e", dce_ast = "e715909768cae7cd27293586ad029359938f118a31c5b8d18e905cb54ae841a7", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "6b68c65600169f8c8cee0a021d375084f0ddeb6149fae46b9573c699766c5ab3", unrolled_ast = "e32f9a16d0a8d7d6a884ac6c74c5244c027d17daaed5bc24d2828dc6c0eeeb17", ssa_ast = "64acac38ce3987acff5ebeaf1c154bb06021b5a655436d44290f4d4c246f0835", flattened_ast = "d26e44d2a6941e3e03b119b2d6deadfc43e2fdbae5cd63d174a77b4ee87fc09f", destructured_ast = "ac0a356acc9930afd4a05d097c9b9cc63742051e991cfdd781d3c768330c77f9", inlined_ast = "ac0a356acc9930afd4a05d097c9b9cc63742051e991cfdd781d3c768330c77f9", dce_ast = "e715909768cae7cd27293586ad029359938f118a31c5b8d18e905cb54ae841a7", bytecode = """ program test.aleo; struct Foo: 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 c0447d297d..cadf9e329c 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "3a42543b6248f5911940c48649b66b5e860f25a8b3255f3912a5e2770eef5ace", unrolled_ast = "4c167a2dea70b234b4f1967e2121c0543a442901f2d3873f6f292c9fdac4159a", ssa_ast = "175ab910f1cc4dc6d4302a613a1af74cb59f1885fc70a6dd4d720ec722e4b1ea", flattened_ast = "ff0f19330d4bede1690b6b5d77e6d1c3c7a3172dcfa45cce6b5669b2b1d9097c", destructured_ast = "1ea4efd87baebbc969a4b08d45179825d062a8a057a40ce8763bb228ff29ab7b", inlined_ast = "1ea4efd87baebbc969a4b08d45179825d062a8a057a40ce8763bb228ff29ab7b", dce_ast = "8502e5779a67bf961b705bbae4143ffb841ecc5e48ef452d17017fc82bca95ae", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "3a42543b6248f5911940c48649b66b5e860f25a8b3255f3912a5e2770eef5ace", unrolled_ast = "cf084c3a816ce76a3200f2a41bceb4bb51528551ac116101e1fe18edb9aae1ca", ssa_ast = "beaffa484fa7b1905af9d114da61fa49cacfa7a08a9b91b210a448fc764ea034", flattened_ast = "2fd66ba114534b7ad4a3332936abb9fcbb2f69a66c14038c86e8063574340fc3", destructured_ast = "a5c057f7a44764a04fd1f7b571d1f1a3ef0cae61ffd819fcd83425f79ebb4af4", inlined_ast = "a5c057f7a44764a04fd1f7b571d1f1a3ef0cae61ffd819fcd83425f79ebb4af4", dce_ast = "8502e5779a67bf961b705bbae4143ffb841ecc5e48ef452d17017fc82bca95ae", bytecode = """ program test.aleo; struct Foo: 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 8cfa1de3e3..a212a48f3f 100644 --- a/tests/expectations/compiler/core/algorithms/bhp768_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/bhp768_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e24ee1bcabcc08b4b186df3883e05bae4f6452569f613294a6ee7aaa5b51a67c", unrolled_ast = "a82e90122640e71692c87232f54ed72343776430612e099308a296c6ca4621eb", ssa_ast = "f9757af6c272677bc92b4acd70bf0d6407f6902f966e4fa738f6c431b98f7e97", flattened_ast = "03a6fabc1d76ce9be96c0947d5dad6a0abef0efa86dd7078279cb3a4cb0fca2a", destructured_ast = "06ff3c98b67c549d18518005762f0553eecc0055b1656f0275f83df1b5e4f7d9", inlined_ast = "06ff3c98b67c549d18518005762f0553eecc0055b1656f0275f83df1b5e4f7d9", dce_ast = "d6612d524ac00941c4fe43cf741d0b88e67c2efce76c334bcb10e0128d752c1a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e24ee1bcabcc08b4b186df3883e05bae4f6452569f613294a6ee7aaa5b51a67c", unrolled_ast = "2bc51f5a45592e671c113f2e741844e11ef0a9bdc0e25c6414977ef60d8f4d51", ssa_ast = "05c3997e8541bef87506e22b9fe05c6b9a2597094799ca75d092cfd70fd96a33", flattened_ast = "2535ce878be1109e7f813c5116b764f92a274c125ab7dbd48582de8d7dedc262", destructured_ast = "f884b0cdc637b0a4a409fcca497d54acbb70ef8697bfc9fc5c695fd29829f9c9", inlined_ast = "f884b0cdc637b0a4a409fcca497d54acbb70ef8697bfc9fc5c695fd29829f9c9", dce_ast = "d6612d524ac00941c4fe43cf741d0b88e67c2efce76c334bcb10e0128d752c1a", bytecode = """ program test.aleo; struct Foo: 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 14c83ef68c..6bb554cbb0 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "442c5362ae1cccc6219eb6ed3535001f3aa1d8211912e35855d268e36c35d71e", unrolled_ast = "b2510ba2a468faaa30159639da4eeb0bc232d171c0d95a20d520ac4f0f89b183", ssa_ast = "47dbc8769d9458a321dc5e4c289e5584d5f6ad5f0e13f165455e9153f3c36e15", flattened_ast = "43583d62b29fa5e10ceecca4ccff0c8a15d4bcab1e2050709ca8fb082402a1c5", destructured_ast = "9257cb8d84fb77085b58830c21a84a29b38e979d604d05d9d8eee6b7d3611820", inlined_ast = "9257cb8d84fb77085b58830c21a84a29b38e979d604d05d9d8eee6b7d3611820", dce_ast = "4148bf5fd57130336cd20d2eb8ddfcdcb6cc206c0b54f47a9a1c71b217338fbc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "442c5362ae1cccc6219eb6ed3535001f3aa1d8211912e35855d268e36c35d71e", unrolled_ast = "bd2b4625bc061f00a6a7f1ddfe2c8ae69f821102cdbe9460c52c57f1d4549167", ssa_ast = "ec1672190cc2e822a509072dcd744ed98f3e62f89fff2bbf5dbcda7c3947cf1a", flattened_ast = "e5da540f44201a64fbd256af8568fef0c21d622cf3e07725055054f8dc9070c0", destructured_ast = "de165bf93059c27e3ae6a25210cc7be1ab45c5a13c204db8f42f6793e2da2c52", inlined_ast = "de165bf93059c27e3ae6a25210cc7be1ab45c5a13c204db8f42f6793e2da2c52", dce_ast = "4148bf5fd57130336cd20d2eb8ddfcdcb6cc206c0b54f47a9a1c71b217338fbc", bytecode = """ program test.aleo; struct Foo: 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 fe170ef65e..c0ccbe0e82 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1d5396288476d5e898e696c848ab2eddd039d20542dd4544de4fd5d47d742520", unrolled_ast = "385d87bd57bc2ba461869cb82865f72ad3acd49a0311c04c9ce28fc3ad13c618", ssa_ast = "a9cc7860d02b8de1e2596899f3d3459ee52ff76f7dec0a4567da62380b77577a", flattened_ast = "1e39bcce9571a6ab22293fff24a374e59ee92af23bdea093a95b814a8f5379a1", destructured_ast = "3dd7c1536fca430fbd9b613a1ed79f6f7169e065a179d216d6974db2bf9a1eeb", inlined_ast = "3dd7c1536fca430fbd9b613a1ed79f6f7169e065a179d216d6974db2bf9a1eeb", dce_ast = "b57d7bd5c396aa3998e16b9680d37a7ab43eccb778445d252198a6370fb436d0", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1d5396288476d5e898e696c848ab2eddd039d20542dd4544de4fd5d47d742520", unrolled_ast = "639d5a32a74a78ad8ac98020fc62d39e1496641304fca01ca825e43a469c4ac0", ssa_ast = "9efeea2c244c5bb6f598bffbcaadfcd614a6d559589b8606e73fc8d69fb1c9d6", flattened_ast = "e97426290aa895e577f830a3761a8143c70bda7fb996a51ac6a048de10bbbccf", destructured_ast = "86623017dae025873ed5dc8267a906a81fad12fe1eab243ae28d0e37e0d56401", inlined_ast = "86623017dae025873ed5dc8267a906a81fad12fe1eab243ae28d0e37e0d56401", dce_ast = "b57d7bd5c396aa3998e16b9680d37a7ab43eccb778445d252198a6370fb436d0", bytecode = """ program test.aleo; struct Foo: 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 cdfce98693..7ca1c229b5 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "468a619ae62ffb64127629908968dc3d9a7542085ce407f7513522de43b57e59", unrolled_ast = "ec899c2fd707adabc61cc0f617a1baa251ae11f9a3cc5ef10c6ee92696bf54fe", ssa_ast = "c2912cc23ed3ed7fe4af54711da80952f6112341280b169d5658a50a9b5a70dd", flattened_ast = "10fc8581c18e944f706d54cbe2014a25fbd354de9da2ccc04b9434763813e00d", destructured_ast = "dc8803e0a500839dd1b45da6171517cd644cfb553aee44bd2fdf1010098edb64", inlined_ast = "dc8803e0a500839dd1b45da6171517cd644cfb553aee44bd2fdf1010098edb64", dce_ast = "c492712aa033bde5e4f35460b4d35d8702c16ddbb015ea26f6e3363479103930", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "468a619ae62ffb64127629908968dc3d9a7542085ce407f7513522de43b57e59", unrolled_ast = "e1a5d2d44e37d48c5c9d8928ea0393341a818f9ab2b3f3ed8c0528976cdd53f2", ssa_ast = "fd824625ba9c7a00dd7e7519361ad8dba58a79ca42de53a0b14aba2f053cca46", flattened_ast = "246953d9d2d2afa34ec2fd0e9038ef9e1cef281727bf5d00b719cdb523a75e1c", destructured_ast = "b2109ae61fa0711c8be9e13684eb4d8d47072384a6bc160012475a023e7bf0bc", inlined_ast = "b2109ae61fa0711c8be9e13684eb4d8d47072384a6bc160012475a023e7bf0bc", dce_ast = "c492712aa033bde5e4f35460b4d35d8702c16ddbb015ea26f6e3363479103930", bytecode = """ program test.aleo; struct Foo: 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 ce96892b3f..b14f24d5dc 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ef6a8b12ab9a2990728744af5eed85e7488f25e22611778f05633be09dc639d0", unrolled_ast = "f0ea511748d6c83b05f22dfdd39fd10d67a4f243189783908c1e54e3825a4a5b", ssa_ast = "9a48a5eac89bb5c818e852f2d43f30670853ea4b3a879c638da47764507a1786", flattened_ast = "16e3044cbb9eb12e998d9c8c5b7dff905e86b45397ee7efb3d0e7be5993e7338", destructured_ast = "8ab58971537d5fd20c7b92a5a60e5945b25948968137ed56f8ba01a1beb25b7a", inlined_ast = "8ab58971537d5fd20c7b92a5a60e5945b25948968137ed56f8ba01a1beb25b7a", dce_ast = "e43a37c70954610f49a8d667a69241c0d32d31aa22bfadc9d5b4e8ab4783fb4c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ef6a8b12ab9a2990728744af5eed85e7488f25e22611778f05633be09dc639d0", unrolled_ast = "5a82af06840d7d6ce9bb6da9833af7e1482bf7ee77a1307324ae984203d02efb", ssa_ast = "e28321f3b13a7bd4b4937e330591c9d0343230c96a964461d0428d79e55b63d9", flattened_ast = "709573a8fc378da657fccf329a02baf7df6febdbb63f9050d199abe53ac1a4a1", destructured_ast = "5ed87095f19f1cce5de708cd1cfc11465f1523527294701ccd3285ce17d70b26", inlined_ast = "5ed87095f19f1cce5de708cd1cfc11465f1523527294701ccd3285ce17d70b26", dce_ast = "e43a37c70954610f49a8d667a69241c0d32d31aa22bfadc9d5b4e8ab4783fb4c", bytecode = """ program test.aleo; struct Foo: 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 2b9143be27..5338e7ee3e 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e0a0f783611f7bcc08271c7259ef2978ee4571cb86633016317f8a61263f9bdb", unrolled_ast = "182f642fec7cfc6176780ef0ddc1bfcc99eda38656a13da8cb1fdfeff8c6be50", ssa_ast = "ca57e4fefb5266395c7be1629bc32e73788320964379c64647bbc976df62a0f2", flattened_ast = "89127f7411cd4d3198602d7e33a64c4ae68beaead283e77cc5e4858eeab06d8c", destructured_ast = "73d626ac27fd38013298c98b612029f53282d64f76c5c03dbc11f5000c1cfa59", inlined_ast = "73d626ac27fd38013298c98b612029f53282d64f76c5c03dbc11f5000c1cfa59", dce_ast = "3c8d3669a2254c81a30fc6485766af6341693970fc1ec51e7bfe9848180e4952", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e0a0f783611f7bcc08271c7259ef2978ee4571cb86633016317f8a61263f9bdb", unrolled_ast = "17524d9b4018333cafc805e306c6239887436dda51b7b5cd9e11b0eddc78b29b", ssa_ast = "170d88764ee58e78c913eaa8ce38c53d23620d386903642bc85aa17b85a8681e", flattened_ast = "ed7a7ea5953cecfc55c5027026f9dfb09f4baebc81e44868ce785c1aa089e5c3", destructured_ast = "c633c13a6b8627f6da153d25d097c8437d66f4578b168b289e50b4cfdddcc89c", inlined_ast = "c633c13a6b8627f6da153d25d097c8437d66f4578b168b289e50b4cfdddcc89c", dce_ast = "3c8d3669a2254c81a30fc6485766af6341693970fc1ec51e7bfe9848180e4952", bytecode = """ program test.aleo; struct Foo: 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 1e2fcba9f7..d9ed62a9ec 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f186cd70d912c729173ba3daa52d09f432de6752ebcf8eb98c9ec9a173a6345f", unrolled_ast = "4a87a4601622a5c549c2c41b0201d292231475043d19a914f5026d53e8c84d3d", ssa_ast = "46813c4e2d618c5e4ed234c3b7249caef5d969383bf3ca042a49f7727915d68f", flattened_ast = "cae660c492cc03a3f6e681736feb5a0299dd9d18ab8ad0f7bba1df5946c78467", destructured_ast = "579a56cedfbd8a78dcac459f3225587a245c4575050c5c83a2cd15f393c41d9d", inlined_ast = "579a56cedfbd8a78dcac459f3225587a245c4575050c5c83a2cd15f393c41d9d", dce_ast = "0bcc26e8b9845d9c28ef67a8808b6ee925ca1ddd4be197997de8daf2c07f561d", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f186cd70d912c729173ba3daa52d09f432de6752ebcf8eb98c9ec9a173a6345f", unrolled_ast = "3ceaa3e62ce00935547a292be035512b47352a0f09342e267c2f8b2bfa6e1eba", ssa_ast = "2af9640e05fa7128cd1a9cd23025296e8c8613a43abb0669ea566beaad88bec5", flattened_ast = "64237ff822d8cc3abae42eec52ff9583e5ee9347643c4712bdd03df731f927e2", destructured_ast = "031a5ffba84fc467b0913725794991cbe70d20fdd71667c22d974db1069ad942", inlined_ast = "031a5ffba84fc467b0913725794991cbe70d20fdd71667c22d974db1069ad942", dce_ast = "0bcc26e8b9845d9c28ef67a8808b6ee925ca1ddd4be197997de8daf2c07f561d", bytecode = """ program test.aleo; struct Foo: 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 e2fed05f92..665b8cd628 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "52e8149620770b85c4bcad0c3166c45ac4a4b16f2d40245f461e6fe66e1437ad", unrolled_ast = "8a7be6ca05da5e3f6427625a17a89868c20e4d9f02f302d58fbaf34a5920f914", ssa_ast = "659688f612371264a5edac1d9474200e87b38d7db4cabe337168bcadc328e516", flattened_ast = "c37b72f013801a334ea148d290638d58b38a65a5c9d9b1a16f7faf4b65dea160", destructured_ast = "93098a9214b2d04527a912f0d05e68f49b2fafbb65fa0d552cbb9ec5a1116d35", inlined_ast = "93098a9214b2d04527a912f0d05e68f49b2fafbb65fa0d552cbb9ec5a1116d35", dce_ast = "690e2d9d0278d9418be6ef854c906b50a9deb62e84a7b0cbc4debd27dbeca60b", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "52e8149620770b85c4bcad0c3166c45ac4a4b16f2d40245f461e6fe66e1437ad", unrolled_ast = "e52b24bfa2e7d0a73d9f5336553ce0d01d4df540b0deb547a585e3b5faabd2c8", ssa_ast = "77107ae4de53139efce3ffb7174b0024535a12f37b1988c9924c219247a51f17", flattened_ast = "fc87527116ac9f64d83ab8952e750067be6c2467238e6041a4ecab158d9d30d6", destructured_ast = "ca8d5070094dae714aba710a3e9828c28a3ab5e8b93eb92987bffd072b58cce4", inlined_ast = "ca8d5070094dae714aba710a3e9828c28a3ab5e8b93eb92987bffd072b58cce4", dce_ast = "690e2d9d0278d9418be6ef854c906b50a9deb62e84a7b0cbc4debd27dbeca60b", bytecode = """ program test.aleo; struct Foo: 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 35f8030e50..fec936336e 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "0bf4f3e0c0909add978c1c86d40acfb2d6bcadf3fbefe2ee4716718d953d0d58", unrolled_ast = "abffbb2d38809b858937a838192d0990fbdbf40468f9f33ab1187795378f5bc4", ssa_ast = "b217b2422fcd3125e756677a8793071ac32a5706e3a9c82751cbc2e7f1375797", flattened_ast = "ef8a069947819702862f85f11ac4a3e8a0ddcd08d10015358bceba7b86cebe60", destructured_ast = "82c4d88d9b4c6585ea8489d2d06f914b09f1fd293de4d6b364fa7fade96e4596", inlined_ast = "82c4d88d9b4c6585ea8489d2d06f914b09f1fd293de4d6b364fa7fade96e4596", dce_ast = "09b442679455fe6b3ce90bb6a225614a544e23b81d9867a44e97cdee123bd219", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "0bf4f3e0c0909add978c1c86d40acfb2d6bcadf3fbefe2ee4716718d953d0d58", unrolled_ast = "edcadd1a0e9df207ec625f189fc39226f9d65b1d48762bd58fcba9fc1586e291", ssa_ast = "16ec0c6cc5f824ad7d989af1cf94f0d408627d745475d802993c2a7aea4febc6", flattened_ast = "e596f7ebecbd73f372d4e90390d601757c909433eb8a316cf6100331ae9603fe", destructured_ast = "06678f78ab83687384e46eee2d2e4c55d99c08946afc39da4fea6331c5769dff", inlined_ast = "06678f78ab83687384e46eee2d2e4c55d99c08946afc39da4fea6331c5769dff", dce_ast = "09b442679455fe6b3ce90bb6a225614a544e23b81d9867a44e97cdee123bd219", bytecode = """ program test.aleo; struct Foo: 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 da5b2369e0..d7170aaab4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ebddb7d5799f23e53b3d61632ee643912bbb48b9cefa4ac065be85d37aaa50bd", unrolled_ast = "913a42cfccff6cd9ed4f2e2a6b15559b1caa3a63fb128319315a0343817e385a", ssa_ast = "815c3229dc38d1059128bf46b7faf0acfde42d2e4754ee4aebc8320aea0ce47e", flattened_ast = "1b9c53b8281bef2e1c3ac1414dfb368ec36121160eeb9ac9a1608815357b36ba", destructured_ast = "dc34fae9ff8b35bc9baa9d802d75f45fa77a7258489ab435e49fa189d419a4c6", inlined_ast = "dc34fae9ff8b35bc9baa9d802d75f45fa77a7258489ab435e49fa189d419a4c6", dce_ast = "871b59fc820e29cec8accf78d8ff915c00c2c29147deb6ea90fd6bfc35b881ca", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ebddb7d5799f23e53b3d61632ee643912bbb48b9cefa4ac065be85d37aaa50bd", unrolled_ast = "f5d410c3c35f1965dd32e44a88afac136959435a785022ac7a3eab40ff496d37", ssa_ast = "c65789301fb7ee31fc69838ea2ab5bec472f8937b555f2096376cd043dc6a824", flattened_ast = "19ffccf1f8dd628b46277e9313056462e1dfee99575f684bae81e366bd5f2a21", destructured_ast = "43897e393f5847857f209fa79fe3b3af89cbfd8f1051e7937a7433efd90cc62e", inlined_ast = "43897e393f5847857f209fa79fe3b3af89cbfd8f1051e7937a7433efd90cc62e", dce_ast = "871b59fc820e29cec8accf78d8ff915c00c2c29147deb6ea90fd6bfc35b881ca", bytecode = """ program test.aleo; struct Foo: 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 b28d993f15..4233554ec7 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9aff620dd76ac53998b174eb9bf08401e5afd8d6a467b967e2b46cb5558241b6", unrolled_ast = "a9dca2879c37837473a0ca903c2ab1d10549f307bd8922e8c493a7348e6d7d9d", ssa_ast = "c7d8d6d59015d693bd1682c9d217df2ca454f0cd4e8a1924933ef92b447b298d", flattened_ast = "42747cb2c52c0d5e9d7d4846814d3b9560bd651141dbd897205462a98a10f949", destructured_ast = "6a7007fa34b0b11cd0db431864c8939e77c927bc262c14b8290b0e4e52ae1f6a", inlined_ast = "6a7007fa34b0b11cd0db431864c8939e77c927bc262c14b8290b0e4e52ae1f6a", dce_ast = "26f1b5a1c411ea2a980f04463e0cf35802a62eabca0ea8299365e5616b22e853", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9aff620dd76ac53998b174eb9bf08401e5afd8d6a467b967e2b46cb5558241b6", unrolled_ast = "43e521abdfae9b8bd8598f78815213386b73adeb45996f4843f3b6072d40af74", ssa_ast = "6deac47da0b477fa29949ed8b468ef6d50819e812dcd982641304d9d1d125099", flattened_ast = "04b09c79eafc52b6f3f2ab7091fabd577fd1778e56c57cbbee7f27e5658368bb", destructured_ast = "3312eda37f114620564dd543a4afec1bf59e4eaffb8e505009efb17c34902f8c", inlined_ast = "3312eda37f114620564dd543a4afec1bf59e4eaffb8e505009efb17c34902f8c", dce_ast = "26f1b5a1c411ea2a980f04463e0cf35802a62eabca0ea8299365e5616b22e853", bytecode = """ program test.aleo; struct Foo: 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 c60322fa96..8415de8b9a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "aa9928beca3c8bebbf79c20fdbde7a985791d8489b5d32aef9689ecbc0325a14", unrolled_ast = "8fe1404c0e7406f972ff4f0be1e20bf4ea2f5b31c35e98d4ba53dc631e8f80e0", ssa_ast = "444db1fa22933f607d5e159b4bcf350b732c8475f366380fee69efa8ef17fd78", flattened_ast = "8588a4d8d5330c31e76451b8e414f0cae00fca57cfc2c7c276868093b29d690a", destructured_ast = "86a75a9ea3b356668beb756bd421baf8742c45c0ce8c8752efdb4d0bbefe8e3d", inlined_ast = "86a75a9ea3b356668beb756bd421baf8742c45c0ce8c8752efdb4d0bbefe8e3d", dce_ast = "ac173fadede934b3a83a692a8c0718747aae1fd7040cf0441341daa7bbf9a2b6", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "aa9928beca3c8bebbf79c20fdbde7a985791d8489b5d32aef9689ecbc0325a14", unrolled_ast = "47169573c1091f72e865e53764efc51e47f00f4fd89e6e98e56dfa2024c6b7b5", ssa_ast = "22107cb40478d50b73497f9a9a1e5d0507e042e2c002aaf5f919c548224fa10d", flattened_ast = "13ce45ac663c39b66db43865a2a83219be419d0408af706461bd7ff41a82b334", destructured_ast = "dbdaaa7f43ccac2667e0d32f09221a0e245013bc0a41093a4c5aa4d94b1aed62", inlined_ast = "dbdaaa7f43ccac2667e0d32f09221a0e245013bc0a41093a4c5aa4d94b1aed62", dce_ast = "ac173fadede934b3a83a692a8c0718747aae1fd7040cf0441341daa7bbf9a2b6", bytecode = """ program test.aleo; struct Foo: 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 016dc04e10..95e7736cd8 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f46880150d359516cf54e876dd4b1b42cbd311d8044d50bcf2d6f6aeaf8e7047", unrolled_ast = "4dbdd4a81b9d8c97d4884df62d2a9eebeb45f9f77e28f76c49141c07d94f1dac", ssa_ast = "c9898a431b04604e9fe8565c05c0983724385c47621f3eefe972ada38d6be0a1", flattened_ast = "3e418690bda9fdd75751359af19796b6b57e14e773b5d4e91ec211ad28991ddf", destructured_ast = "4b145bc7de5e3385c03c2498e1fe2b86349d90adbda227c7d9e93e7ed9d2510b", inlined_ast = "4b145bc7de5e3385c03c2498e1fe2b86349d90adbda227c7d9e93e7ed9d2510b", dce_ast = "15cc529871e1ced7d23ba498485f5ee85dda1925ee4d4b500a416ef2dca3d88a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f46880150d359516cf54e876dd4b1b42cbd311d8044d50bcf2d6f6aeaf8e7047", unrolled_ast = "5755dc6dbc64677fb0431ddcd83cc585e37efd2b08fd1f102677db13d9206a6e", ssa_ast = "075a9f5255cbef03d3910ae47cbbd49c37688ea74a47f3f291192803f1344e16", flattened_ast = "4699b90e51af3c59cc55a63e62d7c77d66ca963467251d93e6dc2bf69aed548b", destructured_ast = "289dee7483b84ee8a1ad098d2932203c810045d99d8916460fb9e25e8efa1767", inlined_ast = "289dee7483b84ee8a1ad098d2932203c810045d99d8916460fb9e25e8efa1767", dce_ast = "15cc529871e1ced7d23ba498485f5ee85dda1925ee4d4b500a416ef2dca3d88a", bytecode = """ program test.aleo; struct Foo: 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 49b1c634df..c1b98e06ad 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b46c4964c34bb041010d44e5e224a2a89044f42e7093b3c062fc6980cd70d35f", unrolled_ast = "712632fe4d1eeef99ac50d06dc88ebfafe073169bf8dff3d6da4d40f8dea8f62", ssa_ast = "04c581da25aec02d6a2db3e53e38dca03272276505320b37b4423e2a4a631bfb", flattened_ast = "c0d89019240f3bed91bd0e95c77cce5c21eae941a9585ffc1ba602d055636b01", destructured_ast = "d04e634bff73eb5713f258f65f779435eb4884f79599e61058d8ad2c3409c6ef", inlined_ast = "d04e634bff73eb5713f258f65f779435eb4884f79599e61058d8ad2c3409c6ef", dce_ast = "c047e9a70d3c79fbe004f212b0a34f1e70fd0abd6e6fb3ac4084c6f24b08804a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b46c4964c34bb041010d44e5e224a2a89044f42e7093b3c062fc6980cd70d35f", unrolled_ast = "44e96aeefeb6cecb3e3445f57a8ee14451aa592abc9c33eca86648ca532eaa73", ssa_ast = "0205812d38ad718fe36ad19677d2eaf6138dbc77b325a7be013f847d60359a8d", flattened_ast = "98fdc8bf09dbf65d571ed4068f2d6bd0afcaf5b931f793f7cbd85a618ad65da6", destructured_ast = "478d9cde493b5e99a672bcef10fa9c4e993552475e4b0b2d19dd6b5fe821a6ec", inlined_ast = "478d9cde493b5e99a672bcef10fa9c4e993552475e4b0b2d19dd6b5fe821a6ec", dce_ast = "c047e9a70d3c79fbe004f212b0a34f1e70fd0abd6e6fb3ac4084c6f24b08804a", bytecode = """ program test.aleo; struct Foo: 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 eb6569b99d..cc2b7e6716 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "0663047e3d732d241fd9d28c6b15973a8f08a87590ae3bd6b06daae22eeb1889", unrolled_ast = "23a02ccd5082e374abe5d9b38e8d3baac281d931867c6a98781f066bce9a3004", ssa_ast = "3a1163591d1df62707198de27190028ec701b2616db2bc0bcfe2acbd78c71dbc", flattened_ast = "f0601285b6c8d56a340fdfa5699b2c110536b618f11dc67b991455f931087014", destructured_ast = "0dfe5f0181c851a62282d35528cec8e130627beba50840063cd6d79a96a668fe", inlined_ast = "0dfe5f0181c851a62282d35528cec8e130627beba50840063cd6d79a96a668fe", dce_ast = "bdf6089fc21cf84272f0b96b21595e642a7816a5646e9d4ec65afb34be2b5aef", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "0663047e3d732d241fd9d28c6b15973a8f08a87590ae3bd6b06daae22eeb1889", unrolled_ast = "dafe41099b4118243fe9e64354bf1522bb854471b53b22e487cc19a699ead176", ssa_ast = "b7b662fba889556279a2be5ed58ea38433fb0e4a59f84456df4d4fb38c77f1e7", flattened_ast = "5abff5930fb757938997561b4cf2eeed4018054624302f89ce29fc127416c00d", destructured_ast = "b92726d24e2cdeba4a605744e6aed2897b6908f9ae5423d7300e3254693d2e6f", inlined_ast = "b92726d24e2cdeba4a605744e6aed2897b6908f9ae5423d7300e3254693d2e6f", dce_ast = "bdf6089fc21cf84272f0b96b21595e642a7816a5646e9d4ec65afb34be2b5aef", bytecode = """ program test.aleo; struct Foo: 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 bedf00abf8..4951ab9ec8 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "408ff092c48d0daaa2603e45c07951f3449da4c82a2468b7a70ee081f2458868", unrolled_ast = "f28be55beec05cbed9b23ebaf76d09766198c243497f895912a25b7294e90f89", ssa_ast = "ba9a83bf741be8c4d22ec5f5da49bf30eb8c0a13a3587539f1580a07079e712d", flattened_ast = "633ba587eec2bb768c8ebea97d390b2f483e30e6706be8fdaf980a27b3e8f49d", destructured_ast = "a956a96e4eb565934913690fb84382e401978f915a10594331c01aace30ba9a0", inlined_ast = "a956a96e4eb565934913690fb84382e401978f915a10594331c01aace30ba9a0", dce_ast = "48548133d071433597d84b45e8c08d2c26a57ab89d65d86b7b18d6a5fe50540c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "408ff092c48d0daaa2603e45c07951f3449da4c82a2468b7a70ee081f2458868", unrolled_ast = "dbeb8d6f9b2d79b3eb806623fbe3bbe49288e89c915f308982078ab29cc6fb19", ssa_ast = "3b28c0433085e9c6cf66982095169ed78e90b06c25b2c9e6d5b5123234aeafac", flattened_ast = "91ce9c9b65a186504a27c2ba01881ee5f2b86032a6ec91f754eed6747542ace0", destructured_ast = "13f8e2bef58279a25514ce79dd8c5684170d851ad95f12b154a5d38830f9277a", inlined_ast = "13f8e2bef58279a25514ce79dd8c5684170d851ad95f12b154a5d38830f9277a", dce_ast = "48548133d071433597d84b45e8c08d2c26a57ab89d65d86b7b18d6a5fe50540c", bytecode = """ program test.aleo; struct Foo: 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 5fcb66f726..2cc0ffc183 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5af291cee1598234a6dbc2d2e57253e795493ee900ca384b4737d32df27e2275", unrolled_ast = "fc58735c08504a6ed2da94baf6db65961276655ed06beb035606eec5c0789082", ssa_ast = "994db6f5a7f894b7edcf03fa046d4cdf34b2f9d540e353976994410ec1396d5f", flattened_ast = "3f430a6fcde32e3c8e1f08a70c3100c4093d99923f69fb0b7ef8590c1413279f", destructured_ast = "e835cc2c658315e57c49c8440874cb281abdf5c6ffd851259abfb51367d52bd6", inlined_ast = "e835cc2c658315e57c49c8440874cb281abdf5c6ffd851259abfb51367d52bd6", dce_ast = "27f6d3e5d398cd724f2fbb10870f11e987d6cb7330502e11e35e3d6d232ce757", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5af291cee1598234a6dbc2d2e57253e795493ee900ca384b4737d32df27e2275", unrolled_ast = "9062cffc9a6945a956a503aeedf321cf003f6511f379c960a11ad3e892205ab7", ssa_ast = "0ef94fb2f7fff5fd967ba89d468de2f767dd2e9288b13b7152e63407359271ef", flattened_ast = "e025e0a20ea876fa8f175a84e004aca2562655997ff7685158c7ac4e25828a55", destructured_ast = "0030c92ceac8d5ae359e31936b002fdc3506a128a0d262c8227b1c7308cc6d70", inlined_ast = "0030c92ceac8d5ae359e31936b002fdc3506a128a0d262c8227b1c7308cc6d70", dce_ast = "27f6d3e5d398cd724f2fbb10870f11e987d6cb7330502e11e35e3d6d232ce757", bytecode = """ program test.aleo; struct Foo: 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 10a4425998..bb1a1153fd 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "127255a3073f38401e6dd2747da420529765cb6056b842f67b5d24445b09a69e", unrolled_ast = "214ae8bf4c67eeb4ed855d731dee87f7e14b893bd980c6c35e4944d206614252", ssa_ast = "2305f6c8916385083432868b9a9c30c3f8453b69746b9350c802b1e86457bba0", flattened_ast = "ba2354fb7dd36609a8da5e27b4ccd061b5d4010c3754a23be03713323c1790ba", destructured_ast = "cace9396f925ad500a816f17dfa6d044d9bee9a1a73cb17279bcb370d3372160", inlined_ast = "cace9396f925ad500a816f17dfa6d044d9bee9a1a73cb17279bcb370d3372160", dce_ast = "0cc65aff419980c3f98ceced8f38877a029c74498c2f63a8e8dd4bf3a536582c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "127255a3073f38401e6dd2747da420529765cb6056b842f67b5d24445b09a69e", unrolled_ast = "600d7901e5bf021dd080286b17acf20afda1337a27da11263e3459a4bb03e48b", ssa_ast = "08d795eb9eaae98b2a0b7937acc19c13970c1ead3b9ead612ef7a92b350ff84f", flattened_ast = "9845a907282c3a11a57683003694fe822526301004f278a36e2339d612b88461", destructured_ast = "5384e83b36760e4a389410c2ca67772ab57e7cd985555543d33615d921d2cb7d", inlined_ast = "5384e83b36760e4a389410c2ca67772ab57e7cd985555543d33615d921d2cb7d", dce_ast = "0cc65aff419980c3f98ceced8f38877a029c74498c2f63a8e8dd4bf3a536582c", bytecode = """ program test.aleo; struct Foo: 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 ebbb49d186..6cc1a9b411 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c38ca1536436eda5344a2d62c7c6aa43cd8c4982f48668ca304c2236f8c86dbb", unrolled_ast = "73bc7b7046ecacc92adcec079d2372c03cb79f6d34fc76e1c71bbb0c0f986e31", ssa_ast = "ee8212326fc6c5e8e8ce3e01b19cd75c0a469072956ee5576124b685147ee572", flattened_ast = "5a8c7f2cae983e95fc8f8e99aba1a67e07c23e13fd27b82f25942cdb2ccb15a6", destructured_ast = "ebdb24826db6d7521639dee8b4a253a8343c3ba290cf489d2c5d18b0b26a4d26", inlined_ast = "ebdb24826db6d7521639dee8b4a253a8343c3ba290cf489d2c5d18b0b26a4d26", dce_ast = "9f086e603ca7c1aedcaab0e063def1ace81ec54f23014d93ccdf372ebcfada75", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c38ca1536436eda5344a2d62c7c6aa43cd8c4982f48668ca304c2236f8c86dbb", unrolled_ast = "8405c0c3e0ab0d35ce7d2383f69cded02d7d5ec8de27c2c8a3888dcc11ba9498", ssa_ast = "d028ea4537c732865991b600b11cf1b5328dd9be4a32c22264dd7178dc3d0dbb", flattened_ast = "07ff69805b44cf4395c7833cd4229152c5f756c40d4f9a8bb1cdfad4b610f17d", destructured_ast = "d5764f6a8b6999202fb0420d31b7ae7bee0eae3110dc3056245bcef262d87873", inlined_ast = "d5764f6a8b6999202fb0420d31b7ae7bee0eae3110dc3056245bcef262d87873", dce_ast = "9f086e603ca7c1aedcaab0e063def1ace81ec54f23014d93ccdf372ebcfada75", bytecode = """ program test.aleo; struct Foo: 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 1cb203a23c..33e7da321f 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f408a1ea2eb74d53724ef1ffd004c190ac3586d062c27e9992582e3a002e4ff6", unrolled_ast = "e7af15aafb217a868851e570e591fee210b273b531800df94b70d2d1e19eb1bb", ssa_ast = "6bbe7c986de130aa454a9eea472fd806505d61d214b4961fd9c942513d3cd80d", flattened_ast = "1696b63186df8f819b8c92aece1dcc43bcd40ec2a2bb556d86e5ed86aad0336d", destructured_ast = "0a9711391095ebf559ccf3a4a5673fc636e826e1aad3552106663e6a5291093e", inlined_ast = "0a9711391095ebf559ccf3a4a5673fc636e826e1aad3552106663e6a5291093e", dce_ast = "946e74c2fa0cccafd1947c66bb5f791fc84cf22f3fab7592bd59587f75f504c9", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f408a1ea2eb74d53724ef1ffd004c190ac3586d062c27e9992582e3a002e4ff6", unrolled_ast = "f1a29a9748f49014b1e6b21d032497607184c5624c4cd6da2df02f864f82eeae", ssa_ast = "5bc4ba3b02fad7536e9f93ab24d12c48bb09a293ddab9dc734101d8b35a357f7", flattened_ast = "a44755dfa0d5a28d497bb1c781134c7fdc25fbe2807105be02e31d1b0f786d8c", destructured_ast = "ba3412c34582842dbe0293c3defa521ffd60422b687f3ef01e12ccb116e6efc8", inlined_ast = "ba3412c34582842dbe0293c3defa521ffd60422b687f3ef01e12ccb116e6efc8", dce_ast = "946e74c2fa0cccafd1947c66bb5f791fc84cf22f3fab7592bd59587f75f504c9", bytecode = """ program test.aleo; struct Foo: 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 39fb8e03af..e2c78eb9c4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "7b45e451cd1777a58559ac04d9af6d6e1d86e65b09442ec159330a4f38b59546", unrolled_ast = "d56333546c189de4980cb991e15e6d14f3299f039332920fa160fa3265a3a77a", ssa_ast = "9f3375a30608a2c12cee0d68bf50af81a75d399902e88d808695259c96c92ba8", flattened_ast = "f2876bc74ca7555b6a831dfc274f3ad70ae2a6664cfb0eb85044a4ae397aaed0", destructured_ast = "14d4bf710eeb61612c0582421751eec70e7257253cfed7bb411a7bbbb8accc7d", inlined_ast = "14d4bf710eeb61612c0582421751eec70e7257253cfed7bb411a7bbbb8accc7d", dce_ast = "eebdc31285b45e624a080f81b9f68f4cd2a81cb76a21bbc5821d98493e24a87a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "7b45e451cd1777a58559ac04d9af6d6e1d86e65b09442ec159330a4f38b59546", unrolled_ast = "5d72a7965eca7cec18d6dea1a4587fb02dba148eb56bb182cf79cd71ec16aa3d", ssa_ast = "5953c77d8778dfbc57204440fd34866c379405bb77b039b472c36697d326d245", flattened_ast = "8929df511e91ce5150bacb1b247edc59a242af3b4311f31911c6257fcede0c34", destructured_ast = "16f9280e5d397917f6eba607a9b76ffe5fefc6d0382407d5072dc688c69a1bef", inlined_ast = "16f9280e5d397917f6eba607a9b76ffe5fefc6d0382407d5072dc688c69a1bef", dce_ast = "eebdc31285b45e624a080f81b9f68f4cd2a81cb76a21bbc5821d98493e24a87a", bytecode = """ program test.aleo; struct Foo: 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 4ab67da07b..ee15c34f7d 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "a7f690d5f9fdf10e4861ed37c5291db9c543859523b890b74bb80e91a460ed9b", unrolled_ast = "2dc2d53370dac8a00776a3a7d4f11fbc531d6999c78ef02fe7c52af8e0cad1f5", ssa_ast = "eb5c0a7481459686a1cd71a4d9d5c003bae0860fa5a89642e7bdc488bc56e91a", flattened_ast = "a90431b7a490780d332e679f4c5b3d3ef3b61b541c506bb9aa34b2146061ae98", destructured_ast = "e8fff26e9267458fd8ed6b9da58de37ad6e7972e4469afd77d8d6d8a9a5b4f0e", inlined_ast = "e8fff26e9267458fd8ed6b9da58de37ad6e7972e4469afd77d8d6d8a9a5b4f0e", dce_ast = "4e636a2df3cd8d7f40057452a32b7b2373da56bc1f8c8ec44bd7b35b00a25fe0", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "a7f690d5f9fdf10e4861ed37c5291db9c543859523b890b74bb80e91a460ed9b", unrolled_ast = "5a1bc1ec2be6fbbde848d6f97d2a028313f0aef24354ecb768741e3afdbd61f3", ssa_ast = "30570fe4337a3cba97f98dd45678e62e62fcc437676a44d4cdb62f17add19499", flattened_ast = "63f415161b777c19fae2fe4999a67fd471bb1a0c5b1e5a1ff82214801e1e46b6", destructured_ast = "dada61fd9c52503770d6a20afec6038a911320048f7edaacb6199cd751f1e493", inlined_ast = "dada61fd9c52503770d6a20afec6038a911320048f7edaacb6199cd751f1e493", dce_ast = "4e636a2df3cd8d7f40057452a32b7b2373da56bc1f8c8ec44bd7b35b00a25fe0", bytecode = """ program test.aleo; struct Foo: 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 f778ce5a9d..7c25a02d8a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f4733a66bc4cddca0d350e8af547fdde33e43b715ac5105f62aed7e45503ca2f", unrolled_ast = "8d7e7b1e01cb32519a9b53c6fa9dbd0ea370b8064da4f6224081c4776d65c9f6", ssa_ast = "9639ab3befcfd3fbd4fc21c8c117b0b0df2ace72b66f017c6e269327be4e826c", flattened_ast = "9e15b4e3d4acd4dedb047cfb75c4da19af0ec45622dd4530d3fa5cdf2e0922f8", destructured_ast = "d766c90e79002aa6a6c5bf036deb2dbb96343f696de390ce45e36aaee22e21b2", inlined_ast = "d766c90e79002aa6a6c5bf036deb2dbb96343f696de390ce45e36aaee22e21b2", dce_ast = "da37b555501c7d90067ac4342b02694fdfe83e5c3f07ff9354a4a154f227137e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f4733a66bc4cddca0d350e8af547fdde33e43b715ac5105f62aed7e45503ca2f", unrolled_ast = "b424b7a16e1947bf44f3ba66261d3530237f51750a40885d8164c064b87175b5", ssa_ast = "15dfc3b7716bc3b983f6909b7a233c73e64940587d0ffefa0f6677688447a388", flattened_ast = "b7e268ca516951b7c1e7247a060140c81cec45fd33d6da217606ecdd2a041df5", destructured_ast = "929cfa9d8a9cdfec334c45db4ae77b47b7aeeeb3d3291d74af4bdc73227d604c", inlined_ast = "929cfa9d8a9cdfec334c45db4ae77b47b7aeeeb3d3291d74af4bdc73227d604c", dce_ast = "da37b555501c7d90067ac4342b02694fdfe83e5c3f07ff9354a4a154f227137e", bytecode = """ program test.aleo; struct Foo: 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 3f125ba8b8..668de3c9dc 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ea822de086b74c197715a51d4a757600ea8ffdd388ae030bab9f4b6614742c37", unrolled_ast = "f601d1ba21e436096951deba463683752359f493b76c87eff136b11cc1d7c544", ssa_ast = "03a2165f050ab968f229b89058505e7878a05f0535348c1ae6c8592ad8178daa", flattened_ast = "31b797287c18138370f23408a628090701d489f188680ecfd3f02a9e68cc1ab0", destructured_ast = "9b3838200f03716d60ff37baae33ef671cfd33659b9845e4a820eafbbf5b26dd", inlined_ast = "9b3838200f03716d60ff37baae33ef671cfd33659b9845e4a820eafbbf5b26dd", dce_ast = "20227a1a3e56502c78a58d9b8a505e04f7179e19be922b84c554d7d251bbb822", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ea822de086b74c197715a51d4a757600ea8ffdd388ae030bab9f4b6614742c37", unrolled_ast = "fb43b73b689acadc734a93a0f06b2207b31111462f138d51b520780bba5016f5", ssa_ast = "eee5ad885734743aa13d28b48f76cf363e574e9e5ff626ebfc32203e86745341", flattened_ast = "a203f2d83775cf1b2b649155999c4a287fd598b41d687323e6bce928fa081304", destructured_ast = "5a22b86d40d8ea6315f2c6570cc709af01ac383ee3ab735a2e0459bd1cf98182", inlined_ast = "5a22b86d40d8ea6315f2c6570cc709af01ac383ee3ab735a2e0459bd1cf98182", dce_ast = "20227a1a3e56502c78a58d9b8a505e04f7179e19be922b84c554d7d251bbb822", bytecode = """ program test.aleo; struct Foo: 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 d7f572df38..6aae07c6db 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "564575f4e6373b12b437541baf545a744ce94d322c8cc9d806584d3c6f0103ce", unrolled_ast = "85577e1da3f6a36f1e82732f077bf859dbae1031aa042cd3b7d674fe6708aeb7", ssa_ast = "4cbe622571a971e31f8b37407d579eb276616aa75b4b0ba135c47725f2c9c259", flattened_ast = "322b2aafef93b3989c80b792f63c0190d9a200978f2d0b83cf8f21d4b7d0ce17", destructured_ast = "29c55f49e694eb67c7f7a5254d09e17402da76a473e35d504856e9624553e865", inlined_ast = "29c55f49e694eb67c7f7a5254d09e17402da76a473e35d504856e9624553e865", dce_ast = "297a671457987f9ddb2e06529c81c05a06a91dddac49d4141a9b96a7e5a8b92a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "564575f4e6373b12b437541baf545a744ce94d322c8cc9d806584d3c6f0103ce", unrolled_ast = "9fb125b8b930af500c7f1e0a4ce8dd678bf9d0d4a6539c8e092eb833cc9051ac", ssa_ast = "8fd1a3fe49be58d5f90955fa2b0693475b7f9d2d5e7d24f5c94863df18d721b7", flattened_ast = "a7d5fa99f36a3686c72ffc10f29411f24c9d35d70755bff9bd61c9675b856fe8", destructured_ast = "7512679a266264ecb532bc06114bbffd827045322848bcd7cd866e6baca136b0", inlined_ast = "7512679a266264ecb532bc06114bbffd827045322848bcd7cd866e6baca136b0", dce_ast = "297a671457987f9ddb2e06529c81c05a06a91dddac49d4141a9b96a7e5a8b92a", bytecode = """ program test.aleo; struct Foo: 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 ab75a6d59f..b6b1658fb1 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "bb1650e04dbda5691d388fa7084fae0615de6bf8ff6a2c337baecd93f72fadbe", unrolled_ast = "5a055863d48096422184166777966cf3a0edba531f725bfb5f0f8545164400b1", ssa_ast = "a43b63ee503556d61c0c508caa734d7b4d095cb0b039652db3132c5b6796e0ae", flattened_ast = "64ad882bf405e95d55ecfa2d03ef599fdfb5dc72e3853a54190bc8aae8a383c1", destructured_ast = "00caa31b3a5dc9f692c807ce1d5932839d2367fa0bc7b6a1e5c103c11bc8fe12", inlined_ast = "00caa31b3a5dc9f692c807ce1d5932839d2367fa0bc7b6a1e5c103c11bc8fe12", dce_ast = "51608ca3b6d76152faf075f4eafd2e3aeadeb96cee77d018a64dbc0502420bd2", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "bb1650e04dbda5691d388fa7084fae0615de6bf8ff6a2c337baecd93f72fadbe", unrolled_ast = "5fded2abffac65496a67680f2f4f519bf918e4923c88b83e3f6be282329622ff", ssa_ast = "8d5cd69cbdaea8d2ab7e6a85dae4c8f66ce050fcf3231e7fbf5b5c75ce7d07bf", flattened_ast = "ea63830e1b8437f1d98d9da508d064344b6154baf0034b3e03e5797a50e32048", destructured_ast = "f4a685510a65d53dc6f069f4d2df99f7299b7efd97a1b2bd3bce925420ce350b", inlined_ast = "f4a685510a65d53dc6f069f4d2df99f7299b7efd97a1b2bd3bce925420ce350b", dce_ast = "51608ca3b6d76152faf075f4eafd2e3aeadeb96cee77d018a64dbc0502420bd2", bytecode = """ program test.aleo; struct Foo: 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 da52a0c0ab..93c33f58a6 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ee4f60c5f316176f57612508cde4f131b0c2d4d243d3496abbb2dc7f8f99899d", unrolled_ast = "c54e29711a44721657eb7191b30bbf5cd461bcbd51bd55cfc95df91a366a75ee", ssa_ast = "8df64eeee85baf12e41876fbbe054d2a7d99a3ecfe7e1fcc14aef1b3da6ec2d2", flattened_ast = "e0c6b26aceea81051fc6cfd95e2c839b200b88098132357edf0e6d4707e1cfdc", destructured_ast = "46980abaad188738a2a0aee8b6be85e9cf0784b1ae5b700efcf9d983f0f4fbb2", inlined_ast = "46980abaad188738a2a0aee8b6be85e9cf0784b1ae5b700efcf9d983f0f4fbb2", dce_ast = "ad57d64750f571349fc1064424a9cc7da6c3a904cbb6674fb3383f91797db2ca", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ee4f60c5f316176f57612508cde4f131b0c2d4d243d3496abbb2dc7f8f99899d", unrolled_ast = "c10bb03c03a3d3b16dc055fc75fd5ecfc09b11e08c9c6929556f7cc42289c7b2", ssa_ast = "f995ccc3469e26d5a5915e89ce6c0de7a43f807925ef2fd6917c91015d2fec63", flattened_ast = "3eafdbda39ea8d84942d563b9e01568e14aeef7e35b9f6ff8f534958a856701c", destructured_ast = "bb3d8360b1931ab0eb19e40402a26b83a8bb02c2acc66105a18256c1a89b32dd", inlined_ast = "bb3d8360b1931ab0eb19e40402a26b83a8bb02c2acc66105a18256c1a89b32dd", dce_ast = "ad57d64750f571349fc1064424a9cc7da6c3a904cbb6674fb3383f91797db2ca", bytecode = """ program test.aleo; struct Foo: 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 a261a4e97a..343cefddd4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "6d7537ee933b51746d93325a2d2aca7315b8ff642a78f92d3e63c4f6f54d1f82", unrolled_ast = "d98a38aee7384d1961d2b5d33a6b12102c261f1f87d591ac8b22dcf4a2e65fc6", ssa_ast = "e76e986194eaf1e821ac59dd886ec112e4ca98f4dbc0066c794e22c99d101b4e", flattened_ast = "64b6bbc4bf99796289d4c6bc38ad0a2e146989c56bd628b1213dc66d47a88899", destructured_ast = "dfc014fa6a9d4740992e2a8eba89dbd4d28f5afc613cc655b6220a1316d191ff", inlined_ast = "dfc014fa6a9d4740992e2a8eba89dbd4d28f5afc613cc655b6220a1316d191ff", dce_ast = "502b0c512607bf460fa79cb314cadde51f75dfd70115c50bd0ea6c9b9ceddcd9", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "6d7537ee933b51746d93325a2d2aca7315b8ff642a78f92d3e63c4f6f54d1f82", unrolled_ast = "424242e478f536482322427d6a77863dd4e49bcf5e140daf7edd6fe90d692b6b", ssa_ast = "c59e76c3a70b6730efc34701c3baa850eef2161b060adc2c2b81f1b7d357d432", flattened_ast = "97c910dd15be13cf94ce56d6dda00f1aceb861cc3126c5e0b1a40f00a803db8f", destructured_ast = "f7a1ca24fe7542682806d9fb13ac293ad0e3790aaf201e2fff520552d926d669", inlined_ast = "f7a1ca24fe7542682806d9fb13ac293ad0e3790aaf201e2fff520552d926d669", dce_ast = "502b0c512607bf460fa79cb314cadde51f75dfd70115c50bd0ea6c9b9ceddcd9", bytecode = """ program test.aleo; struct Foo: 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 32ba1eb7fd..1a0d2c7231 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9e1e981d6feb7eff67a920f434d9b7fa996e1a7d3f7ef324ca443375e3e26b08", unrolled_ast = "f723dab02b06249d4e556a6ecb0812747bb246a88cd17ae75ee9b6a83983afbb", ssa_ast = "31f0510272fa35f17679dab3bfcfbaaa8936ef7aed685be6bd78b3065cde7415", flattened_ast = "cbabb87b4589e883dd61cf2fd8dc65f04b59ac027f199aa0850ef5fe65aee4f4", destructured_ast = "1473448bff4699b5936814bf81b59d1fa2c0a792e0ee9fa15e2d6f02e2bed174", inlined_ast = "1473448bff4699b5936814bf81b59d1fa2c0a792e0ee9fa15e2d6f02e2bed174", dce_ast = "02f8a7412a0bc307be07bcae6b726a9256ba0cf30cae99edb97ca8d906722077", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9e1e981d6feb7eff67a920f434d9b7fa996e1a7d3f7ef324ca443375e3e26b08", unrolled_ast = "d8d90630cfc488b2c67c60020a8c30f719fa97b11c233fd4c5e323821b3742c1", ssa_ast = "d62b43126ce758e63ea0498e9386ca7494a257bd4a124f5a6167840e25e6c573", flattened_ast = "cd21cbea79882c0ca39bc5439cf870ec2a57e7cbc67435f7da8ddc19c24ca9ca", destructured_ast = "bdad3e685f4afd2f0e3049a625fa07589304f62eede106e2311fa8601e91499a", inlined_ast = "bdad3e685f4afd2f0e3049a625fa07589304f62eede106e2311fa8601e91499a", dce_ast = "02f8a7412a0bc307be07bcae6b726a9256ba0cf30cae99edb97ca8d906722077", bytecode = """ program test.aleo; struct Foo: 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 4e23b95961..3109b725ea 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8c3c3ee913d30cec14aac66a3ebec4e26f52b701c055da68b865a78f1bb02b09", unrolled_ast = "cfcd50cede1cdfda370e909c33d7f4cac60f0b26697e91b1723dfbd9b69d70c8", ssa_ast = "0c6e068c1f8447019dbc0b29bbb1c93c31a6762bed39a8b0eac4030d10c80609", flattened_ast = "46fdd6647e583c009aacd6fa8aabbfeefd3555e0272089963f306f2ca66a0871", destructured_ast = "fecd077621a831d67e23d9420b233570b133593282017f56427c6c4ab2dd7492", inlined_ast = "fecd077621a831d67e23d9420b233570b133593282017f56427c6c4ab2dd7492", dce_ast = "5c07c1a89bfbd47a7ac983e02a7874f4d3aa9f1fe6970efa44fe0ba3089da938", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8c3c3ee913d30cec14aac66a3ebec4e26f52b701c055da68b865a78f1bb02b09", unrolled_ast = "251359ee75d30af18675bac4fa07e9614acbac8038e2a7c80dd7908b02bbc391", ssa_ast = "ff293b448f144097984a99764d2ae13f858cc1457f1c5c69f39d836f923e00d8", flattened_ast = "53f4df026696be1fb439ae9915656b33b928f5042f4b3fff48fd694f7818747e", destructured_ast = "4f179e78063c232385b1349872bfde682281e5124e1e0d8c93cce33170028737", inlined_ast = "4f179e78063c232385b1349872bfde682281e5124e1e0d8c93cce33170028737", dce_ast = "5c07c1a89bfbd47a7ac983e02a7874f4d3aa9f1fe6970efa44fe0ba3089da938", bytecode = """ program test.aleo; struct Foo: 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 aade820c46..a52945b1e9 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "809e522a97319e26936730436d965cafd891d81f25cb06d55a64d162a3150af4", unrolled_ast = "18df2b9c798cf3398f738ecb3a0237c6e5ad4241910300b4f937e474fd182904", ssa_ast = "179e53429a9c6c3404a3ea9a3354eab8f3c10feca25dd4a54e6caac2fde0b8db", flattened_ast = "c8e2edefc3dec7214f45f70a6f54b7fcc037782df289f004b1e5cb7fda8a8a12", destructured_ast = "40ddcb68d5d1a6e1c83007d77abc5e50d4c97fe1fcbc4cb019608cdc0be548ef", inlined_ast = "40ddcb68d5d1a6e1c83007d77abc5e50d4c97fe1fcbc4cb019608cdc0be548ef", dce_ast = "1ddbd10c10ea7c0906a489d3130b4187c73d41d32aaa9b939b6d45c521959720", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "809e522a97319e26936730436d965cafd891d81f25cb06d55a64d162a3150af4", unrolled_ast = "daa6c454e1c7e95b27bb0c2372063b621d171e27d5ac19327bf5dd961863160b", ssa_ast = "80a9550c5255145c9d05054edf5271e251a2702d1c4772893f6d0593a7302e5a", flattened_ast = "7c3e651b8ae9483905eb28fb7c947b6f200cb9d5db6744a35317b52292d8bb55", destructured_ast = "589f4a959c59898acf3f4ff1541fad56ec86a5fe75d9b26749184ed850174d1a", inlined_ast = "589f4a959c59898acf3f4ff1541fad56ec86a5fe75d9b26749184ed850174d1a", dce_ast = "1ddbd10c10ea7c0906a489d3130b4187c73d41d32aaa9b939b6d45c521959720", bytecode = """ program test.aleo; struct Foo: 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 039c80c2e9..08348e8d80 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "913aaf9590b036c45a6aff322458b70e7fa8d2223c6afba92ad58507eea4c64a", unrolled_ast = "eb39e5b7f7445eaa36cc7c6737b517802681091c44d4e9ce0fb741ade4e0a7d7", ssa_ast = "63f892a55f0af17d99cec11298b447ff695bc44fb8ad0775dd96fc87d63c2076", flattened_ast = "c080cffe7a074effb993cfdde4d15d43fda9ea4375a005e44f5d6889dd0fa124", destructured_ast = "5c8d00cae596551bfee4de2e8df72e897ccc5f213edb14b7192dbb44f9875937", inlined_ast = "5c8d00cae596551bfee4de2e8df72e897ccc5f213edb14b7192dbb44f9875937", dce_ast = "4b0b88150151d99ff4c5d684eb5d18dbc148e73e1e5492527540ec7c1c5510ee", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "913aaf9590b036c45a6aff322458b70e7fa8d2223c6afba92ad58507eea4c64a", unrolled_ast = "8fc72256535af8cdf659626f87066ce96d351029fdad1758e675f3771a810a7c", ssa_ast = "af415e79dcc8579fb9a28bc02e618ce54be9e13291fe1a456293f7f249f9718a", flattened_ast = "75ee8d211897c492f62a66300a25f773ca794b4be020be5fb7eae1cd9c91798b", destructured_ast = "f56631fb99084589bfb002bba33eaafa9db127365edf6a1bac6f39426780735d", inlined_ast = "f56631fb99084589bfb002bba33eaafa9db127365edf6a1bac6f39426780735d", dce_ast = "4b0b88150151d99ff4c5d684eb5d18dbc148e73e1e5492527540ec7c1c5510ee", bytecode = """ program test.aleo; struct Foo: 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 fb3dbb2d0e..5d4570bfb9 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f3ecdb06b489edec882570532e6b6cfe1a0414fc505ebbd396d7872f5a34f306", unrolled_ast = "a91c624ade81d0bd01118525319296a494f7e47cd66249ff4f53ae9624e723d9", ssa_ast = "5c88225fb95968fa5cdfc7832e9ed4d54fce5cbea05bd50f706b24025e752192", flattened_ast = "f12d42219ec26931150409d50f70859ce4504263fd621544f09b603bd58368c1", destructured_ast = "8e9180899db82e5281c3776a2bbd7368c57a35e2c316acb35663ef429107f0c7", inlined_ast = "8e9180899db82e5281c3776a2bbd7368c57a35e2c316acb35663ef429107f0c7", dce_ast = "c01fbb5402eeb9aeadace7315fdda76f889fc27a9502e962710e7661371c9191", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f3ecdb06b489edec882570532e6b6cfe1a0414fc505ebbd396d7872f5a34f306", unrolled_ast = "59815718dc1a0045736482bb24482ff5890db1173604375fd935fb1c0367477c", ssa_ast = "533687f03b3d403b400e965d08ed70916fc5dc17179213c68194db9cd72df6f4", flattened_ast = "9067d01ed332d23ffa0e5c64e6699f1fa6100a3216f970f1cc478fbbd6effac5", destructured_ast = "00ff227a8bad0c7a4a7b258be3bd7d69f286f323277541bfc2002d51e26a933c", inlined_ast = "00ff227a8bad0c7a4a7b258be3bd7d69f286f323277541bfc2002d51e26a933c", dce_ast = "c01fbb5402eeb9aeadace7315fdda76f889fc27a9502e962710e7661371c9191", bytecode = """ program test.aleo; struct Foo: 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 2432e73e75..424984bf55 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c22554507a52c39fa2dc0b2bd5e706eb40e537c141c5c79c1563e53f2c9d6a9a", unrolled_ast = "29c0979ec2582cfabd2f126682a0c2de6a0848b4cff6aca98094b05aebd92e1d", ssa_ast = "196e2faeef47a07d60f72727b363e2066febba55a47da586ec86484bdcf1f4d9", flattened_ast = "6c3c0e62d639b7a78f93c08c5bd7010c2dd353a9abc8e3c25b68014a03154f53", destructured_ast = "0f45cd038273e80f1935464caba7985fdc14f4f4c36579d99d9a9d52d2d29734", inlined_ast = "0f45cd038273e80f1935464caba7985fdc14f4f4c36579d99d9a9d52d2d29734", dce_ast = "95cf2e0e5c2f68a03d73c4cca70efc2a21762ad39688c30f09de155aeeb9f837", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c22554507a52c39fa2dc0b2bd5e706eb40e537c141c5c79c1563e53f2c9d6a9a", unrolled_ast = "e51a98f80ad9b0ae9b8e46f5bb49966437404a38caaa8cc403e458e44a45adae", ssa_ast = "d5380bd1aa337405bfd5842ae352917c96d99f2fe9e3c345cde9a5470ab354b6", flattened_ast = "a740213c7b396c84d3612dfc1da49aa996b997cff840a61d4b0ab2633a20d4ca", destructured_ast = "20083ae68604bcc4b909da14218bb42f0d946ac4772a98e82c04d33b19208334", inlined_ast = "20083ae68604bcc4b909da14218bb42f0d946ac4772a98e82c04d33b19208334", dce_ast = "95cf2e0e5c2f68a03d73c4cca70efc2a21762ad39688c30f09de155aeeb9f837", bytecode = """ program test.aleo; struct Foo: 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 5e53bca09d..af0cce410b 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "63cf391a302c5a16dde79e1bbf9b2dcbc474d0ba6ab04a261d8187cb1206e9a4", unrolled_ast = "4b6c21526e41358fc068425d950bc0a928ef2acc2f922132ef29605df4fcdadb", ssa_ast = "20daf41338f6cf5d16eb320179942acdbfe461ad7719356a06e584fcba55674f", flattened_ast = "2b2951201acb425c83c01c899f9ebab05ffd25e22a461a06fd89dd9e14dea51d", destructured_ast = "bac405908fb483771f8d2edad8d4cb921b7eed09795610c67076ee8af2d90b6d", inlined_ast = "bac405908fb483771f8d2edad8d4cb921b7eed09795610c67076ee8af2d90b6d", dce_ast = "554896284b6cc73155ba7735ac9ddbac2df0e60ee7228b0a554209e9b335e12e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "63cf391a302c5a16dde79e1bbf9b2dcbc474d0ba6ab04a261d8187cb1206e9a4", unrolled_ast = "42de1ea4899d1fe80784d1aa2256967e353961f944f3aee94c13d5e2fb5c2c71", ssa_ast = "c34d9c90ffb83b0f5400568597d6fe8249635c1562c2b19713d489e9abc4f812", flattened_ast = "29c9f5c1292ea0bbd243c00889220e60f3b747c0bb2e2e942c607b05123698fe", destructured_ast = "3e6005c08e258bdbc61786c91281839eef256fdfa74211e47f6636b9474f0af5", inlined_ast = "3e6005c08e258bdbc61786c91281839eef256fdfa74211e47f6636b9474f0af5", dce_ast = "554896284b6cc73155ba7735ac9ddbac2df0e60ee7228b0a554209e9b335e12e", bytecode = """ program test.aleo; struct Foo: 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 14151e29b3..e8e66eb170 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d3ee63ba4d7268393907d4e0eca081f3db1e9ec5357904551691b3755a80d47a", unrolled_ast = "08abe68012c29a0697687ebb514dac3483a1cdf8b2732eea3d7aeb0105dc2223", ssa_ast = "00944bf4e9b991927ff5f3abcc7e87d3ca0f1d18f2f743ed139d4af83037b494", flattened_ast = "ad089f6345c7132e853f2faae0579d929a1de9931cd50ad7b4974491b33fc3f1", destructured_ast = "5012620b2bc544e6b3f1d78fb2cf9d533d76d08b04d01075a387546542e1c13a", inlined_ast = "5012620b2bc544e6b3f1d78fb2cf9d533d76d08b04d01075a387546542e1c13a", dce_ast = "83cd8ce6e2ab8fbd94963fa341df6864b231bb6d2883007159734a54625779b2", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "d3ee63ba4d7268393907d4e0eca081f3db1e9ec5357904551691b3755a80d47a", unrolled_ast = "3eda9d5fb03a8d857c107038992a2bc234c760ec1e1b636dde8b573c80a8148b", ssa_ast = "ba0ed28872b36e1de82787bc5894a9e450a3c89e942564ca955052601ff73431", flattened_ast = "a5277d3460fe9329a1e86227d816c46947c68bab18e62d4c923efad8270c3dd0", destructured_ast = "ee58328e77ae64aad54d412af8e99124b201a42295fbc13382bde31702a5b2f1", inlined_ast = "ee58328e77ae64aad54d412af8e99124b201a42295fbc13382bde31702a5b2f1", dce_ast = "83cd8ce6e2ab8fbd94963fa341df6864b231bb6d2883007159734a54625779b2", bytecode = """ program test.aleo; struct Foo: 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 e9e41693f4..0c28aa9f33 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c99a58051d5cc5187a6402726f8ba001e03333d3b2298de813a46f4aad889f2d", unrolled_ast = "8f7161c0cd3e9e58d682343a359876a1e03e847a97145034b7cdf370d151dd34", ssa_ast = "e134c8d6477352daf7803408aae76b9b7134b241af114e6f0e45e04967b36c8a", flattened_ast = "1fb32eb70340eefb2b32e4ef5bb41d4f429e9af30ebccc1dae1ed793f077e87c", destructured_ast = "b47590d97e28b8c0ed879e7aaec2adb9b4c31fa686c1df7df431ec59f62c2799", inlined_ast = "b47590d97e28b8c0ed879e7aaec2adb9b4c31fa686c1df7df431ec59f62c2799", dce_ast = "5d6a24aa05ea584d8b0a9c47c47803fbbc1561132750f3d8de25099111197e2e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c99a58051d5cc5187a6402726f8ba001e03333d3b2298de813a46f4aad889f2d", unrolled_ast = "098337d48b752924162c3b0c274e80865941eed517951fcb141ff2ac419ebbbd", ssa_ast = "30940cc7b00b989f0acc621c432817dd9be37e229dc27ab01b1071c9d29bb431", flattened_ast = "a5f5a51ac6eb15f91f8db352552ed0a70abbfb961580dea10e35d04391af3268", destructured_ast = "6d9c9e34399ccecff58d0f94bbcaa93f2dfc61d9463623290c8d0694771b1090", inlined_ast = "6d9c9e34399ccecff58d0f94bbcaa93f2dfc61d9463623290c8d0694771b1090", dce_ast = "5d6a24aa05ea584d8b0a9c47c47803fbbc1561132750f3d8de25099111197e2e", bytecode = """ program test.aleo; struct Foo: 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 afa832a55d..e8eefc988c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b8fcebf03abe1036145e4bbe5648bc5ef97533dff35bb04dc55a82641e1903bb", unrolled_ast = "2aab17354a87872a6dade3db36fb25f104b933209b799c880db1d358abdd8a4e", ssa_ast = "2b5e089e0f4cc4b6298fdedec9f62d631effa4464fd117fd50e840360f6b2433", flattened_ast = "85410eb049e30a64dfed8059b80781d2fb2f9c2bed60d6e40f44741bf5ce20d9", destructured_ast = "602e3801461ee97a07a6b3d9c4ad2afd199d4cf2cbb892358a818ec0fe802fba", inlined_ast = "602e3801461ee97a07a6b3d9c4ad2afd199d4cf2cbb892358a818ec0fe802fba", dce_ast = "059372be7829d41bcd9a0813feb3afcfbd044329dcfbe2adda9e3834926bff43", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b8fcebf03abe1036145e4bbe5648bc5ef97533dff35bb04dc55a82641e1903bb", unrolled_ast = "9180226d11ceda7b1182e756333e629e8c3888279d9db82bc8f4200a6e995e14", ssa_ast = "b70208eb823e704e74c73473dcc87ab38388b4288737850289c8875ac48db2d1", flattened_ast = "bfe7c61196ba470ed43858833d45c19690de373f4e6972675cc0daa820f12ff7", destructured_ast = "98434fdcce3080d01f589b5bf7219f06010345e0a79d7823baf8200a03a239ce", inlined_ast = "98434fdcce3080d01f589b5bf7219f06010345e0a79d7823baf8200a03a239ce", dce_ast = "059372be7829d41bcd9a0813feb3afcfbd044329dcfbe2adda9e3834926bff43", bytecode = """ program test.aleo; struct Foo: 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 115bcd8fad..326c306d4c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8a8959681eb6ba84ccc3524c3c93d423b01dcba516a72e37e82944a0744be54b", unrolled_ast = "21de15e96391e149d8d76f4db06c51176e483e9edd98cf88286d8ea77b991c5f", ssa_ast = "b606207f0d4f91b92249a77de22020a83f474fa0ed79536744cd18841dccdef3", flattened_ast = "d800a62e36820371b3fb5dcaaef65932bd17a9fbd19e7930a389d2758d8976a5", destructured_ast = "a16f8d7fb6ea77673f9e9b39e5d6b6f84aef471911393a5dfc7c3cd3e6cc118a", inlined_ast = "a16f8d7fb6ea77673f9e9b39e5d6b6f84aef471911393a5dfc7c3cd3e6cc118a", dce_ast = "871275a207ea62e8b66147ee1779ad1a984ba30c562a9494a461497ef3c366dd", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8a8959681eb6ba84ccc3524c3c93d423b01dcba516a72e37e82944a0744be54b", unrolled_ast = "57bb4b8f9d1464259edd36c7eee65671d9bc0f40d9abe7b1ade559b8c3de7fbf", ssa_ast = "caab341a5d153092567aa240da10e656e7d4f2d77c6372097b6b61b4d030a38e", flattened_ast = "ef8d39a800753b125143a5085ba1e3fab10258a0a226e29c38a41240a8f1defe", destructured_ast = "a48022781c841ab1ebad10d2ba9adf6fec74c692a8e34e1067be5800420b2c85", inlined_ast = "a48022781c841ab1ebad10d2ba9adf6fec74c692a8e34e1067be5800420b2c85", dce_ast = "871275a207ea62e8b66147ee1779ad1a984ba30c562a9494a461497ef3c366dd", bytecode = """ program test.aleo; struct Foo: 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 4b2e958ce8..6dc4bbe3ce 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "6ef04889ddaa77a5b9307ccf41746047b642577e0274e8e095dd50adab77f259", unrolled_ast = "451137058b769582e58b35da381727fdb05fb76b4c4ebea7f982ba6431066fba", ssa_ast = "ee4815d6298f4a2ca019932d1fbf04a5449ea468320719994f3ee2c7f223093f", flattened_ast = "05705af5a5dba910eb8048f747679d1fd9e98ab40402f978f45de28aaa183469", destructured_ast = "3f61d66018294e6a3eec22b783f653c273a5f1c8d95a108bb497b93e6e609836", inlined_ast = "3f61d66018294e6a3eec22b783f653c273a5f1c8d95a108bb497b93e6e609836", dce_ast = "e18d963c0ef546ec70770fe24903ebdf47ea873af1879d4bb0a68f90cb10af73", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "6ef04889ddaa77a5b9307ccf41746047b642577e0274e8e095dd50adab77f259", unrolled_ast = "1b2a2f386979bfffda499f886c86fbb6a109fd30839d3b44c17a89743023f22d", ssa_ast = "e427836b00d0084f6213323a73cffbed232cbc1f5bce98cdaea1f560771d1b98", flattened_ast = "dab101fa3c114da312b4168e488b677610ae1a5f762fdd6364081a554002280e", destructured_ast = "2928bac1de259e84a155ee9d824f4b1a5130d15c75b716fd11f8c597a46ec876", inlined_ast = "2928bac1de259e84a155ee9d824f4b1a5130d15c75b716fd11f8c597a46ec876", dce_ast = "e18d963c0ef546ec70770fe24903ebdf47ea873af1879d4bb0a68f90cb10af73", bytecode = """ program test.aleo; struct Foo: 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 b4200e199c..69b2d25ca1 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c2cd904f9ff2b53dd22d7ac9884433de236f0718691f36f41ad4400ccfcdc8d7", unrolled_ast = "2c8e31a0eb902de9743cc29267bc119b73bff7ceeb19593520582b331910146c", ssa_ast = "36c68534cf88e6e568ef489b11224862722fbd6fc0993099379f6c9bce62cb45", flattened_ast = "b9efab57790d57e19b4f9356919c7426e5454776f4df025b32bdbb3f58f6258a", destructured_ast = "0d6a1b640497bd2520df3df07c8f9989950d8308b76f66110e50296cc485e215", inlined_ast = "0d6a1b640497bd2520df3df07c8f9989950d8308b76f66110e50296cc485e215", dce_ast = "5858d3de5a4e6ed0df1f409afee3e78289858da403c86774447e398f3e686dbb", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c2cd904f9ff2b53dd22d7ac9884433de236f0718691f36f41ad4400ccfcdc8d7", unrolled_ast = "e8262b00ad377c233fa491112b57288bc8085c03b3718bf5c5ef81d45bd874e9", ssa_ast = "6b5232b4168e8d4e0eb8eff316ce58be0c0a43b710885ad5e42440ad9a15ce5c", flattened_ast = "1ed4539cffa036f401421d2d325a1785f72c9c95c0864e855dc84e2aa693fd5b", destructured_ast = "eee14746ba32b201740aed6f4c73a12deab0d65138a7af07d51279e3b98d208b", inlined_ast = "eee14746ba32b201740aed6f4c73a12deab0d65138a7af07d51279e3b98d208b", dce_ast = "5858d3de5a4e6ed0df1f409afee3e78289858da403c86774447e398f3e686dbb", bytecode = """ program test.aleo; struct Foo: 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 92bc3d8e05..f7cb68c52b 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "0219892567a6b33def9f6105d7d8a09c9242fa4745ab19ea8e48d12115d8ba20", unrolled_ast = "71a1a47763b66f35ac7953d8e7d53005636502eec4b54fe56f21e4188836361b", ssa_ast = "db35ecc96d279de6d89a863947c3d4af750f8f5d330fad9c66ef72c13b583da9", flattened_ast = "4ea684fc20a1e11bc770707b29e337fc011bde9e6db4ec9598c52c375645ff27", destructured_ast = "9ead8eb87ca5efe77ee15fa4e3c3e6517f299e073f77be3cccaebe190905fd86", inlined_ast = "9ead8eb87ca5efe77ee15fa4e3c3e6517f299e073f77be3cccaebe190905fd86", dce_ast = "45e400b935e69bba5477c814dffda401d35ade36981a7659526c70072bbd74bf", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "0219892567a6b33def9f6105d7d8a09c9242fa4745ab19ea8e48d12115d8ba20", unrolled_ast = "0b8451ee562e03aef2e3fc50341382db9de2f043defd984d85986f5b558aa366", ssa_ast = "411c327bce56a5f35eb1ae77bf73480f2f365efe302cd48aa285566fcf416f29", flattened_ast = "f88454f8e0da6f7bfd6c2a48666a8ef6cbbc0645c7fde08c240880603b6c4648", destructured_ast = "d696293e6c610f24682c2bc7b5169d27d796a3d883200437f7fb2e7f812137b0", inlined_ast = "d696293e6c610f24682c2bc7b5169d27d796a3d883200437f7fb2e7f812137b0", dce_ast = "45e400b935e69bba5477c814dffda401d35ade36981a7659526c70072bbd74bf", bytecode = """ program test.aleo; struct Foo: 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 00241a6bad..3fbc04d53e 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8a2829ac025a0fe899c1cba30f6860be3cde6e9eaf0cba5fcb09595d0dd4e241", unrolled_ast = "cc08b455f32adeab32469bcfb580dfba2aca0997b4f14dcc1e287858da8034a9", ssa_ast = "7e35057183c157d4b5a4b099b33da924dd46d5147642bba8ef94fabee8266ebd", flattened_ast = "38f064768f983870c7c5dde7e49993f1c7ab1be1ebe7fff2f88d2b8895e7f5db", destructured_ast = "0e9aaf6c18a1e1eb041c0b75e588c03496c18893f025d98819b711a0c661e2d6", inlined_ast = "0e9aaf6c18a1e1eb041c0b75e588c03496c18893f025d98819b711a0c661e2d6", dce_ast = "51638758aa5cc8955ef14e35a09ad333f228d5d15f081a3f614752473217ebcf", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8a2829ac025a0fe899c1cba30f6860be3cde6e9eaf0cba5fcb09595d0dd4e241", unrolled_ast = "f1fb1f0fa54ddd4a289f83d3cd4885b880be30a74eeecf9c2515cd6de7bbbf42", ssa_ast = "194ea134bac622f2490bded09e295974317e6f741c38e8cd817be2ab647e181e", flattened_ast = "305ec315090c3be3748652d803c851442d8596864a651f11371b4bfe083c6fc3", destructured_ast = "9592f6e709a5b98b2c34d0e2835f0726cefda78faf4fc04e02927e26b69e5959", inlined_ast = "9592f6e709a5b98b2c34d0e2835f0726cefda78faf4fc04e02927e26b69e5959", dce_ast = "51638758aa5cc8955ef14e35a09ad333f228d5d15f081a3f614752473217ebcf", bytecode = """ program test.aleo; struct Foo: 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 8065649ff5..f5c57a0f14 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d5c535250da9b9a05592b1a0543d2520c8ee90c6378a51446f44f4f56ab83135", unrolled_ast = "2d4912858f4d81919cc45f9e1a2d43f7cb33f512ffa039892be9007661d9ae34", ssa_ast = "7a8558448352912ffc9c5c56fd2350b2129f3cd5abeab7ca72107b5430b93268", flattened_ast = "be553843d50a61569a07dd0f15e98696bc9edac65fd1c41511fb63ed46abda43", destructured_ast = "d04095651441c69719af91faaa56c65152d9c4c6233976aceaa25e6cdb28d0b8", inlined_ast = "d04095651441c69719af91faaa56c65152d9c4c6233976aceaa25e6cdb28d0b8", dce_ast = "c07097cea88810e0eb41e65a4a53174c2319f5e6b2dde250c372bd984de3cfb8", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "d5c535250da9b9a05592b1a0543d2520c8ee90c6378a51446f44f4f56ab83135", unrolled_ast = "c1350989279f68c8381e5959a6423560da7da195247672543d9e6481c3adeedd", ssa_ast = "7b4fda74b56c03c92c5b3f7f1d7be7f6a290366b4e94e16ff4c8b1c782e04de7", flattened_ast = "4e90530dbaffbd0d74c177f837c13f86d6303d348f2894a33710472c3756edbb", destructured_ast = "c42e7f705a1826793d60b99324b5bca2fcc676e8da575e72fcd81b08bf7d1257", inlined_ast = "c42e7f705a1826793d60b99324b5bca2fcc676e8da575e72fcd81b08bf7d1257", dce_ast = "c07097cea88810e0eb41e65a4a53174c2319f5e6b2dde250c372bd984de3cfb8", bytecode = """ program test.aleo; struct Foo: 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 ae785ef63a..c6c4a6e2ff 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9ab673743f3594d0979bdab5fcc40d7eff16e8a010a7e78c494c6b6253c49b42", unrolled_ast = "14f202cc3d7a7922719b4e030c18c6e2a8cc3a0539e9f2a9674c381d6c5cc650", ssa_ast = "116b561c6ed5609f1510e9bb3079eb775f988884802422eba3d78335debafc45", flattened_ast = "5ea0de805b996844f4bbdf39544e5dbd3f9985f0df4ee706f7efe7f844fc7614", destructured_ast = "8c650af99f8d5c3dca0dba274c5983894f919a41c0580c6a7c38ac14e62153f3", inlined_ast = "8c650af99f8d5c3dca0dba274c5983894f919a41c0580c6a7c38ac14e62153f3", dce_ast = "3ba453be308ffe9ace567c2d5ce3d30251c84aff5226e3e25afa94e1dd0bd190", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9ab673743f3594d0979bdab5fcc40d7eff16e8a010a7e78c494c6b6253c49b42", unrolled_ast = "8268323622ec8eb7ff72326a7efd84ec397fcd6c835b9c9c2a22a58522ddc8bf", ssa_ast = "cf6637b7f313879d48321fbdf0e9cfd576bafd6150a5b6c91b7b8cbe171c73c8", flattened_ast = "f0b3d6072e89c07a7aa39fe902dace0b3449e1a4df2f835bcbf815e382a503ee", destructured_ast = "3640cccd1ac60237caac325f30301d282331ce622ca8bf526114cb2dbb937dda", inlined_ast = "3640cccd1ac60237caac325f30301d282331ce622ca8bf526114cb2dbb937dda", dce_ast = "3ba453be308ffe9ace567c2d5ce3d30251c84aff5226e3e25afa94e1dd0bd190", bytecode = """ program test.aleo; struct Foo: 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 9d6386d72c..4c126ac426 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "cfd38b25169a6a9a4e582c2192fd35bd5f75df99ba69603139810b73abd5bf02", unrolled_ast = "f7e6bd1bb94e86638793ec694b4590225a9170a87d6686c5667304dc164bb3a2", ssa_ast = "1de8f569a014c2db03724ea7536a718cfcdd5d389251b31030511eceb912489d", flattened_ast = "516516f2f45c939b6cc84656d958c559b0d3a1965afccfd24a96167d64ad4564", destructured_ast = "6d2a36f11cf3c6ed64160245bcec479a9e2d88313b298d158febe8d28297290d", inlined_ast = "6d2a36f11cf3c6ed64160245bcec479a9e2d88313b298d158febe8d28297290d", dce_ast = "39ae4a00ff375dfa9a594f82a014f0e8fcac3f5e9eb209e28b533464abd78956", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "cfd38b25169a6a9a4e582c2192fd35bd5f75df99ba69603139810b73abd5bf02", unrolled_ast = "a782c2b39d0fdd00f68de45444cc68a371cc19c227d2b2c4e7f3832da970a5cb", ssa_ast = "5c14c59338f4d3af0a4d77f7b842e6a9d1d92bf9ec0dcb59068d8a68b75259aa", flattened_ast = "8bdf0caae529f54b7e11b7573fd8a7fdef97821fe4b1bd7721b3a0ec0de71230", destructured_ast = "209d572a842386eedbe9e40e220c1a386036318b437399fefc02c888035f5309", inlined_ast = "209d572a842386eedbe9e40e220c1a386036318b437399fefc02c888035f5309", dce_ast = "39ae4a00ff375dfa9a594f82a014f0e8fcac3f5e9eb209e28b533464abd78956", bytecode = """ program test.aleo; struct Foo: 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 0488fdc017..e22cddc542 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8d0eb730df6c236c4ce33fef6479ee55a30474b53850424c5cbe2b1544f1be07", unrolled_ast = "4d4b9a6e978c8a45ca1b0455e6fbb8ce43c2970f615e380ce20112a585e57155", ssa_ast = "0c68935f3f64bd387d8239b5fc3fd25106fb52e2383315c5b7ce80c17f4ff259", flattened_ast = "2ab46185d81131955d5472ed74064ccc1b77621a175e7316b01aa2592a6b91d7", destructured_ast = "a98448ca846613e39b9949317229f6ca4ea957f91b4988919339e2833457bc1e", inlined_ast = "a98448ca846613e39b9949317229f6ca4ea957f91b4988919339e2833457bc1e", dce_ast = "8930f5db7aa9a77174aba610389a8c41d208a14a2aee735ce34365bf7e231235", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8d0eb730df6c236c4ce33fef6479ee55a30474b53850424c5cbe2b1544f1be07", unrolled_ast = "9fadf4a3ef15c41e49d2bd6d21ada03d64770ce3c03959baa3cf4b905ff58df2", ssa_ast = "662954db265098736ad38d647792623a123af24fe2443a43d5613eac2751f8a5", flattened_ast = "8b08e995a48877fe192c55f1f9932b35d8b6406fb9e3e8168da952ab9442273d", destructured_ast = "86d1a25c1eadc922da76b0ad36c0f5fbc06026572411ca51172586abfd057670", inlined_ast = "86d1a25c1eadc922da76b0ad36c0f5fbc06026572411ca51172586abfd057670", dce_ast = "8930f5db7aa9a77174aba610389a8c41d208a14a2aee735ce34365bf7e231235", bytecode = """ program test.aleo; struct Foo: 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 08c6364ebf..64b9f664a4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b0f80eef333158a3dedc3b31aa88c1073f10423c52b26169c2be1aa23bcb7127", unrolled_ast = "fb4c48eb6d349eb4b484bf76cb82bb41a40be03cbcf4ce0fc0e555912618b779", ssa_ast = "41b98fe6aed5b1533cbbf5f9fc7f421d45614d4385f780653db38088afe11a06", flattened_ast = "4ebd2c8dd9ec4e0612a6c65ae9c1364dfae7a50abe5522094637f453abb70523", destructured_ast = "5c8f7c477e6399f96a22909e54e440b39f91fb0c6acaa4e0e5860f0b25fba415", inlined_ast = "5c8f7c477e6399f96a22909e54e440b39f91fb0c6acaa4e0e5860f0b25fba415", dce_ast = "96e55ac3e66cd4f84782849c968e99fa7dc1d0cd9944b97df8d7e18a146b408e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b0f80eef333158a3dedc3b31aa88c1073f10423c52b26169c2be1aa23bcb7127", unrolled_ast = "4a51c84350ceb47d37cb432bd5274de5e01d0da82f72e3e2275fc8a65f902c3e", ssa_ast = "f6b2af333d333d10f87788ce41758d8ed903f527e546f7675b32dad566ff0c2b", flattened_ast = "7acccc3e225fa51c7aedd7e3caa6ac6f71e1b6b7db8058144005d2690bb95213", destructured_ast = "ac0f87d1e847506dc35c7a11939c7243ab4ed654733a8b696266bdebdc2ae052", inlined_ast = "ac0f87d1e847506dc35c7a11939c7243ab4ed654733a8b696266bdebdc2ae052", dce_ast = "96e55ac3e66cd4f84782849c968e99fa7dc1d0cd9944b97df8d7e18a146b408e", bytecode = """ program test.aleo; struct Foo: 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 edfd46efd0..b373952f1d 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1e89b481628f609f74cbdae36b2aaa4dae117f0e552ff0ba06e266eb1671e7ad", unrolled_ast = "fdaa3767795a3cbfad59eb24fc5099db179c255dbac132fb87922bd1dd06955d", ssa_ast = "1f4c164b2e4466d51b730f7b9d4539b98436fd537381fafa543309890b7a7a15", flattened_ast = "162695e2e16f95b4498be6d2c43cf5c95b6f31f50bcc861a735a7fe900c86b80", destructured_ast = "89f02502eda1d8673a18b5e09ab4842d33f11832461c22ada50c46ff1aaed601", inlined_ast = "89f02502eda1d8673a18b5e09ab4842d33f11832461c22ada50c46ff1aaed601", dce_ast = "7fbaf9780949aebc1e087c3ff99034711197fbf648b80eb40a475f0274b656f5", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1e89b481628f609f74cbdae36b2aaa4dae117f0e552ff0ba06e266eb1671e7ad", unrolled_ast = "cdbdf4b91ab812fe84a87e75c0945c4de2f3491198e81f2fb2535552473a14cb", ssa_ast = "c93ad1e4df2c4281781c7de8907bc919db891c8ce3ba164e87d2a423deb2b0f7", flattened_ast = "f11479bd5cae49a4c5701485fffc9289efbb34a6aee9ef902f5fd9ceb5a94519", destructured_ast = "582e3a848ce76fd93c02e7379ee50607c1b5a1dad5bbb24044bfc5548c15d763", inlined_ast = "582e3a848ce76fd93c02e7379ee50607c1b5a1dad5bbb24044bfc5548c15d763", dce_ast = "7fbaf9780949aebc1e087c3ff99034711197fbf648b80eb40a475f0274b656f5", bytecode = """ program test.aleo; struct Foo: 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 f1f8784b4b..e878e0536f 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "fa2a745862f5902a0844fc8a9344c2c16c863dfe2cf56d75e6db563e5dcf9708", unrolled_ast = "016f922601b75b57fca10572e503e4f9815d1b11fc6e7c534d0632f66d25df60", ssa_ast = "b240995eddfb51138673644cf8e6bc099fd813ab2a36e86cf8a0b5a3d56c04a2", flattened_ast = "27c65c21635b5c2e7eb99c648e931b852a23bd5fd4890d0f9dc2e4df9133b19b", destructured_ast = "a592e0f3eb126e76e19bc7a8c3ca50fa4e48f7c9408d0bd235646896d792b62c", inlined_ast = "a592e0f3eb126e76e19bc7a8c3ca50fa4e48f7c9408d0bd235646896d792b62c", dce_ast = "cac8c46aa9e1f7bc7683f52e505803327146ffbbb297ddd4569c51736d75be7f", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "fa2a745862f5902a0844fc8a9344c2c16c863dfe2cf56d75e6db563e5dcf9708", unrolled_ast = "674bacb00afa6639f2d73d22c26719a8f2835d839a486944c21f42d9e44c1bd7", ssa_ast = "5258ea0b84ef548df1dbbdafa8a03bf414ccaf458a3d5ade1ce19cab42d42ea1", flattened_ast = "5397c8878f83a839f4190d851f56e996570fe5e0380d434576c974e2bbccddf7", destructured_ast = "77e7c3f16344fee8c320e2f5e89d6cd609fe77509e7f68e93c80328d1c7dc778", inlined_ast = "77e7c3f16344fee8c320e2f5e89d6cd609fe77509e7f68e93c80328d1c7dc778", dce_ast = "cac8c46aa9e1f7bc7683f52e505803327146ffbbb297ddd4569c51736d75be7f", bytecode = """ program test.aleo; struct Foo: 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 ea9ab8cd71..ee1a466b64 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1a5f4223050526af9c2bc183f162231b468371b6553204a1138f3af6c389a64a", unrolled_ast = "240f64545a0655bd307da8856165076d44a7b62ce3bf84f9e50c26278bae8d56", ssa_ast = "6c7acd17482e347543a95ac894b89779c0394c21f9d5c675143328abdec13509", flattened_ast = "46e5eda70672a988dc2b2cd05a81b16171a650701ebd0e0a385369d7814c7164", destructured_ast = "f1a5323a4fb3738d3bf62934a275716ee90b704881090a4b7aee8ee375e4d31d", inlined_ast = "f1a5323a4fb3738d3bf62934a275716ee90b704881090a4b7aee8ee375e4d31d", dce_ast = "965ac7172979fc4a0285feefb6d43c974f93c28ca89f7b5f2427c1b660f0dd50", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1a5f4223050526af9c2bc183f162231b468371b6553204a1138f3af6c389a64a", unrolled_ast = "f4665dcc352cc8837dc4dca4e6f626da352d211c5147b0481dc9db4ef9392c44", ssa_ast = "9a60bf84e275309cd95f549333b35f2d6a0a44644e2be8eb95d44e60cf413462", flattened_ast = "1ac996e57a90e9ea86d7e7de9ad5983eb7419f7309a8a0936ac08392f9d3e212", destructured_ast = "7d573ca6034e1c0c527486ee71a32a45dfeb470d8acc53b19dd6ea7498cf644a", inlined_ast = "7d573ca6034e1c0c527486ee71a32a45dfeb470d8acc53b19dd6ea7498cf644a", dce_ast = "965ac7172979fc4a0285feefb6d43c974f93c28ca89f7b5f2427c1b660f0dd50", bytecode = """ program test.aleo; struct Foo: 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 a5a087e556..14101ca325 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8518512436454079e4f9559e223ef664b9db6b03a5553fc8546d526b88760013", unrolled_ast = "34ed427b64403ef2a6949f62c2131d830ac638294e79b9c66819774ea173182a", ssa_ast = "c68e267a647e10b4e34df46132c0633de2819b2c4e5b6ecde6eee9dc194d4b02", flattened_ast = "c4be214a9d1c255a593ee319518404c6d708d7de3d2d2d1892cd254c4b95d11c", destructured_ast = "75574f6bdb33e8d604ee01b9246b132bf0e74e814f2f4b2c417327f1ed43fce1", inlined_ast = "75574f6bdb33e8d604ee01b9246b132bf0e74e814f2f4b2c417327f1ed43fce1", dce_ast = "9f094fc8b368139af040a29ae760311469a534c7277b98acc13ee4c4d596514c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8518512436454079e4f9559e223ef664b9db6b03a5553fc8546d526b88760013", unrolled_ast = "fc4f2a971d7b13b25e9605a8b8e63b12eba4e6b843361f45c639936e7fcbe9f8", ssa_ast = "6c7856a65ff081fa8bd600a1ea85a2f812243c4fdd3aad728bf26e0286159e59", flattened_ast = "2355bf961477d0763151f5ebf15b551ec4992cd4c05682ab6a197cc88bc28d88", destructured_ast = "351aac1c1141f7ea45e2e6380903946c8909c0ba855b84a2af6182b594294a1e", inlined_ast = "351aac1c1141f7ea45e2e6380903946c8909c0ba855b84a2af6182b594294a1e", dce_ast = "9f094fc8b368139af040a29ae760311469a534c7277b98acc13ee4c4d596514c", bytecode = """ program test.aleo; struct Foo: 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 b80f402f9c..6e1af5288f 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ba3898259a2824f95be822a5daf97931fe2080f30f9bfcef5607beba6c099213", unrolled_ast = "2a355f47d695c0c6949bbcef122b3b4353d60e1ce61e897a2f6f3d31e140a83b", ssa_ast = "0d2ff4f646563d1d678e630910b9eb1b5753bc755c731d4f36617b3c9a679de3", flattened_ast = "7bddc9ed0ef826b54c0581b2b795e54bd358fcddbd86734dc5359d0b6f3d435c", destructured_ast = "8d9bf49e46229079bd275869d625c40bbf816583aa49107241d5ca08f5c0ad63", inlined_ast = "8d9bf49e46229079bd275869d625c40bbf816583aa49107241d5ca08f5c0ad63", dce_ast = "e5426a583945a001b564b8aeb0acb2828f5247a5d44f0bb84f0a09e06ebf8384", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ba3898259a2824f95be822a5daf97931fe2080f30f9bfcef5607beba6c099213", unrolled_ast = "716db4fb006128c8acc62bcf14359f7d44f159d72db860659feaf7a9947bcd91", ssa_ast = "eee11fae8a9f6bce091e0ee36e77e42bdf1f54df4a1f6b340a4f1154c5908a75", flattened_ast = "8c5b2cb5b13d17ab94264ce5ea10af652a3327df44837ed22a322f6615194ff6", destructured_ast = "2d93edf735e067e58456adb7347e389dd7ffc781689894d0ad9555d0a62014d7", inlined_ast = "2d93edf735e067e58456adb7347e389dd7ffc781689894d0ad9555d0a62014d7", dce_ast = "e5426a583945a001b564b8aeb0acb2828f5247a5d44f0bb84f0a09e06ebf8384", bytecode = """ program test.aleo; struct Foo: 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 93153ec92a..8f1c810f2d 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "bfdbedeeb92b1ee61047a14fa9252a847fb77b08fb50da440dd49b7f017a8cbd", unrolled_ast = "24df053d232f604b549cc8a228df62491d02b477f5b39dd099291744ad3088da", ssa_ast = "fba62bbabdfca10e50c0ee10e1efcf71ad5af828ac69d10d3687c7b630daa6b5", flattened_ast = "679d4dba7226f648e8febc153f7d1919439c9fc10fcc15d055aed863b548199b", destructured_ast = "d0d79cf270bb96f8b09071f1326b93842ab8ea9891eff41176bb2842973a708b", inlined_ast = "d0d79cf270bb96f8b09071f1326b93842ab8ea9891eff41176bb2842973a708b", dce_ast = "469559a7255ed03d88ea04809177fc04b5b49ba933c39296907aaf6142062610", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "bfdbedeeb92b1ee61047a14fa9252a847fb77b08fb50da440dd49b7f017a8cbd", unrolled_ast = "630344aee2f6b5919a9836d676bdab7e7d79df5b2be17b98b8fac3c1d8d0bc9e", ssa_ast = "0de006e1bbb81c4fddc789670a3c77d2245e2b09ca2417fed2f7b312ec2e6666", flattened_ast = "5c92e68c713b6deed32b268730c2e9bb41b1d68c98e5cad9540d72a3db0e6cb8", destructured_ast = "fbef307193241a14ed734d29f452a31f9bcce3ea706d3bf7cda2764fff249f79", inlined_ast = "fbef307193241a14ed734d29f452a31f9bcce3ea706d3bf7cda2764fff249f79", dce_ast = "469559a7255ed03d88ea04809177fc04b5b49ba933c39296907aaf6142062610", bytecode = """ program test.aleo; struct Foo: 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 cb2b85f810..7e4ec46ada 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b25fb77b11b643939ed5c49d9139f0b98e96d93c0f41b826e84098e6f32fdacc", unrolled_ast = "d5e095d8b0d1ae5e684026bc74673dce48184503332ef27c74ff0ffeea922e12", ssa_ast = "e270292487504d9f03742b0e068c77c9010677d8650de62a88f98d4bf4aeef1b", flattened_ast = "0629c871d68b9be8c465c473d9883e9166a05df3900e85b4022f97f3a363c515", destructured_ast = "4fe7cd46316ebc75138453e85065af386d90b68c339b2bb3d34a75b41130c1e2", inlined_ast = "4fe7cd46316ebc75138453e85065af386d90b68c339b2bb3d34a75b41130c1e2", dce_ast = "c936180170b8f2672f417ad878f1a86e31fa132e8c9e22ece7297c344c9517fc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b25fb77b11b643939ed5c49d9139f0b98e96d93c0f41b826e84098e6f32fdacc", unrolled_ast = "1f8e0a611fb6c227ba66e86c9cb73b3066a97df0dc9ea96dfb361a881e24a7e6", ssa_ast = "7e86ddd10ba39ebbe98b02474a6a7301672dd5eee94b32eb3991169c98f75822", flattened_ast = "8e0c22be0dabd5215d528b6484e0ab3a16f09b5ecd10b8da0158abbcd3aec54b", destructured_ast = "374382f6ef14c5ae1ccde0e703d49a51df5af118e50e87a405a5ad5bbc092c8e", inlined_ast = "374382f6ef14c5ae1ccde0e703d49a51df5af118e50e87a405a5ad5bbc092c8e", dce_ast = "c936180170b8f2672f417ad878f1a86e31fa132e8c9e22ece7297c344c9517fc", bytecode = """ program test.aleo; struct Foo: 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 2c0e22ac95..fdca3e3216 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "36443dddd6c85acf7616f5527e0f601464378a8ca65226f4800b4a3d61f1c228", unrolled_ast = "e3a67b69adf54beee472dc314749b048eba4456cb86ab7ed24ac92c9592e8886", ssa_ast = "aab48864321961d99eb1cf29d7eeb7ebe836fbabda0eb5032b8476bc3db7551b", flattened_ast = "ffa72d4af68a33811041e80760d2c84d2a845f8f3c181762cb8a19de35c2eab2", destructured_ast = "ae57e94f64f2d77ca17b3b0b6f7ebe92b127ad2a63195d87b2e04dd6e539fd06", inlined_ast = "ae57e94f64f2d77ca17b3b0b6f7ebe92b127ad2a63195d87b2e04dd6e539fd06", dce_ast = "f7affaeada193fb995688265d941b46f2c51d3a59264405866ccfce9db4ce7dc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "36443dddd6c85acf7616f5527e0f601464378a8ca65226f4800b4a3d61f1c228", unrolled_ast = "271180736be29cbcdda71b8214635821f7604526265d8b17c87db18f7daa796e", ssa_ast = "66f74ee03accd390dcfd5c96597fb2e06f45f064eba90eec2594925a58e7e5c9", flattened_ast = "23409e16e81049a340a49fa230a24799d879637bf3b47623c11dacb1d113b23f", destructured_ast = "299cba8a7f462cf52e9bbda4de6112f8b043e29199eef9d3cc3f3ea94178d3b4", inlined_ast = "299cba8a7f462cf52e9bbda4de6112f8b043e29199eef9d3cc3f3ea94178d3b4", dce_ast = "f7affaeada193fb995688265d941b46f2c51d3a59264405866ccfce9db4ce7dc", bytecode = """ program test.aleo; struct Foo: 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 49f90a384c..303ab5e2e5 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "bb02614a739dd4440d009c7e122f55a73ba018b288b51c5675b75d0d8597ca76", unrolled_ast = "e23daf3a8a798909fc5f2bf5eac47fa2affda89bf59aa3f1c0b78fd974dd7348", ssa_ast = "9390c67e55cb8395eb37e911bc58910f2071a596b4981c09df80f8edaea823e8", flattened_ast = "4e585a2a842c3ae00912f8a52d988ec40e473b053fafbd1f419ec50fca5226d5", destructured_ast = "3b575a91f2a1608ab64599501a12fd5758830c8a2a4c55752947eb99edc461e4", inlined_ast = "3b575a91f2a1608ab64599501a12fd5758830c8a2a4c55752947eb99edc461e4", dce_ast = "67a872ba4314136985e9e1f88182f4a58d564598c8072fd4514ca57752ff2485", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "bb02614a739dd4440d009c7e122f55a73ba018b288b51c5675b75d0d8597ca76", unrolled_ast = "4e6bc63211be43e68a6b5e215cc42f33915867d5a8884e22d3a91a6aef8a11cf", ssa_ast = "f859c6a5dbf65cf26491c01999d0680b9c61e265f793cbe1e28f2a8b8afe65c3", flattened_ast = "3f87b4f774e026f6592065be30aba30a0598118ebaad3810cbcfc34122108508", destructured_ast = "4eb121a0ff5c99e114d3daf2aa0b432a9b39ac6e6884d84e161d9f614321d2aa", inlined_ast = "4eb121a0ff5c99e114d3daf2aa0b432a9b39ac6e6884d84e161d9f614321d2aa", dce_ast = "67a872ba4314136985e9e1f88182f4a58d564598c8072fd4514ca57752ff2485", bytecode = """ program test.aleo; struct Foo: 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 bfa8074388..0ff226cf81 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "cc5bf0cffdb84101459d2aac374724bd575cd6f9c63475b95418330634360b39", unrolled_ast = "8323f7f4a7054fa2106f7418e21f966ff0de05a85a66466c10682406f9f5fcb4", ssa_ast = "966149edd4b1f83b0070f7a7235c141e9131bcb53813be8903759dbffdadf6a5", flattened_ast = "c594de47ec250ab5adc150543411830ca0755190db5716064a71bed1743bbb9e", destructured_ast = "4f336fee721fabbd45a111154d919f759b83c6c57e3a36e9ea75290ae2b11cd2", inlined_ast = "4f336fee721fabbd45a111154d919f759b83c6c57e3a36e9ea75290ae2b11cd2", dce_ast = "9c9f97d83cd2a0001cd5df904c3f56df9497c0fe68f0e4ec9be7d61a57c792f0", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "cc5bf0cffdb84101459d2aac374724bd575cd6f9c63475b95418330634360b39", unrolled_ast = "c897fced482701a5c52b43ed7f8367fb3061af4421bc1ae873eaeedbc96639b9", ssa_ast = "b942eea8c737b80ea28062e5bca0841fb20f01508155a02ba2bd03f0b64f2b3f", flattened_ast = "5335b96a4bac29f136a2cdb6d6e439d89ac28613f118e0a706640885c3fa0018", destructured_ast = "449e059086c19ecfb0d6edae6039891be8823a4a1007382044c471f9369a8cd7", inlined_ast = "449e059086c19ecfb0d6edae6039891be8823a4a1007382044c471f9369a8cd7", dce_ast = "9c9f97d83cd2a0001cd5df904c3f56df9497c0fe68f0e4ec9be7d61a57c792f0", bytecode = """ program test.aleo; struct Foo: 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 df25dd54b1..c0c72d3f9a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "932ed6f215497eebb5ff8e9685ceb0056385c0ca52972b75816ab64cec8ec2a4", unrolled_ast = "49e86ba9c2eeabbddfc6ec4413461c48651017817784430eda125ce6da710cbf", ssa_ast = "28925ad2c63a0085b1b7ca0c778af6b46bfc76cd2419365335dc2e00963a211f", flattened_ast = "c525ca8039ef5aaf79c262b6fdf67ec38e475a6084ce91edb8276615fa29d18e", destructured_ast = "786f66000707d59f292a291c9569fd98d0c86ba93597d73bdd29716babed7094", inlined_ast = "786f66000707d59f292a291c9569fd98d0c86ba93597d73bdd29716babed7094", dce_ast = "d39d2886f2b8cfdc1dedf0b9e4f410c4ae45f9a800e59086b918f39219098a9d", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "932ed6f215497eebb5ff8e9685ceb0056385c0ca52972b75816ab64cec8ec2a4", unrolled_ast = "619e61a9c93fe42872ab98ebec75a2af41a9eab8ea54255f28a51e94a5409e71", ssa_ast = "2877d24fa1c7e8a79a99a6e972b7bc3c14c1a37b8c80a60fc14682a2a7dc1e21", flattened_ast = "26b90e6f5e12c06acfd1346b4eb69811485c1e1d46e64f13d638469ca33c4691", destructured_ast = "e107330751f2c6f33247fc1c44d37f904899d4bc886d427c566516d33affa523", inlined_ast = "e107330751f2c6f33247fc1c44d37f904899d4bc886d427c566516d33affa523", dce_ast = "d39d2886f2b8cfdc1dedf0b9e4f410c4ae45f9a800e59086b918f39219098a9d", bytecode = """ program test.aleo; struct Foo: 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 48e481fc85..ef75b7569f 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "fbc425432e4bb5f196cf15abded34b03c2561dda3b3f3893a13729e5fd5451b4", unrolled_ast = "e1a935101071f2b72e99a0ad728df75166baf3c1b877c50b6b7ec27cc869f6d5", ssa_ast = "cf3c32c8d26d22698ed10c51e9ea479306105fe33f419700e9b2b6e41643598f", flattened_ast = "09f29057f411183772e6ef67c226c5b5fbc536b4e2f4915575925118260ed21c", destructured_ast = "b61669b4ceb13763e92eca216cb3ad241e6c44e8b9c6c669ff03551a8edb747e", inlined_ast = "b61669b4ceb13763e92eca216cb3ad241e6c44e8b9c6c669ff03551a8edb747e", dce_ast = "63f98377cc0b21b787dad75f860fc1654ca3513ac79df61877a34eb2e8c9442c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "fbc425432e4bb5f196cf15abded34b03c2561dda3b3f3893a13729e5fd5451b4", unrolled_ast = "b0ffe29e7321a1cd2d0d8a3e90dfc18870181a28a4cfd2b6bd153427e26e9b41", ssa_ast = "a37e4c1c1c9cc232d45aaa9de3af2efe458f754d0d0b090f08a0797f9563f13e", flattened_ast = "1c9b7acbcb6c22a001a297f9f2789958c81bffb61184f45ac105b4ce1562992c", destructured_ast = "0bc22082ef10ff562ca6f05cbda0ae6db45fd23aa52e7cd61664556d7511b92b", inlined_ast = "0bc22082ef10ff562ca6f05cbda0ae6db45fd23aa52e7cd61664556d7511b92b", dce_ast = "63f98377cc0b21b787dad75f860fc1654ca3513ac79df61877a34eb2e8c9442c", bytecode = """ program test.aleo; struct Foo: 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 a63df794e0..81412f74c6 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "7cbefcf233f595dd332a73bfc95c09142070e1a3d522064d3e72c50a3995cbc3", unrolled_ast = "a686fa1cf6504a1dd07ca33137cd468c05917389302a07364baaa9cd7d1c3b46", ssa_ast = "f3f978d939f2605d5352bfa408cbf237faa3b58024f0eafa4e8c2bd49c9a4601", flattened_ast = "cccb409253889053ebe51d12f7b1b1013bdf82f1c274ff0ab261297c198d4804", destructured_ast = "eca19896565d02ac61208d814c32582fec0fc4eeeb3927d0cd9b506ce55ae5a0", inlined_ast = "eca19896565d02ac61208d814c32582fec0fc4eeeb3927d0cd9b506ce55ae5a0", dce_ast = "1512da502bcc4627413e4308c6c1f0e7c745a9f981df4475d040f802f05ac48c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "7cbefcf233f595dd332a73bfc95c09142070e1a3d522064d3e72c50a3995cbc3", unrolled_ast = "04cd89188923da3f11ca2ae476cbdea2bed4b60afd9197b958603fbd5bb048e0", ssa_ast = "40e9d38524f0bc23ef836383efa9906cab29377c6adbe7af870cfff7cd7e3842", flattened_ast = "424c091a3f3af3434b08b19a9996d21cd7514e718dfcc3bcd5f507ec02316fbb", destructured_ast = "7e63f5be8ef2d4acf75ef850630a71a734612107a33931895ec9bcfdf1351015", inlined_ast = "7e63f5be8ef2d4acf75ef850630a71a734612107a33931895ec9bcfdf1351015", dce_ast = "1512da502bcc4627413e4308c6c1f0e7c745a9f981df4475d040f802f05ac48c", bytecode = """ program test.aleo; struct Foo: 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 be055d0460..4df0ac2a65 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "a61e87cbd1a7003003394f0b138c512a729092387c97c2df550c7fcb6c7aff61", unrolled_ast = "c8b98445e69839e1f3436032f3317dc5891c1423b32182ea65d77609c679e310", ssa_ast = "f3b0da20ff61c8411623dc71acc22cf87db9c27d7cab505fa6d79178ca1e5288", flattened_ast = "d6619de01375b680226abd2f483af014b78ffd24e6470232f7dc88106ecc7ec5", destructured_ast = "c9d659c5767a8f8e92da9377a1a4b3c3a9e2fa655b29e5f107a64ba5d0241b39", inlined_ast = "c9d659c5767a8f8e92da9377a1a4b3c3a9e2fa655b29e5f107a64ba5d0241b39", dce_ast = "d610e548eb0e5e76d3b04e95a00f83d41c02b89b345c919d3e2d988092ad73ac", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "a61e87cbd1a7003003394f0b138c512a729092387c97c2df550c7fcb6c7aff61", unrolled_ast = "12698d168a7892bfdc646a48a2d73784953faa7ad48582ebdc3e534d95d058e0", ssa_ast = "dcfdd239cd97a64b779ebda830fe6512f7c8aa78d9fcb15da124c5db6f0a60af", flattened_ast = "43025113391b9d34711a33c4001f05b5f7761c754ff1416d5c0fc9fb26f7abed", destructured_ast = "b51113a924823f04ee5198be7c6b71e0c13b6dc09d2fa4b18c8163ed5a8f5c7d", inlined_ast = "b51113a924823f04ee5198be7c6b71e0c13b6dc09d2fa4b18c8163ed5a8f5c7d", dce_ast = "d610e548eb0e5e76d3b04e95a00f83d41c02b89b345c919d3e2d988092ad73ac", bytecode = """ program test.aleo; struct Foo: 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 21f4ddec7c..4f2f9fbaa1 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "29911ed87b03c07bd6b99b62195e59211a2e7d30195513e508f0072d14a3f0fd", unrolled_ast = "f2e7a25ed833b23872a228380f55e091c3ad3b75e0622dd742e5a1946bebf32e", ssa_ast = "10df31e4f505c0ebf58d96b968cfa485440209d1c54322673f85ff03d924af3a", flattened_ast = "f3630f1803979c89095f23546aa9e70604d1e1c0d55977c8b226e10c717de363", destructured_ast = "fcb6ab38e8d8c09aa05eb9fb7c0996b31a9b3d5e8c9bb014b95126c6d175b9d4", inlined_ast = "fcb6ab38e8d8c09aa05eb9fb7c0996b31a9b3d5e8c9bb014b95126c6d175b9d4", dce_ast = "c719912f047f388dab440e6aaa839cb418aaf3cca1b15d8213e3c41f27c32fb3", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "29911ed87b03c07bd6b99b62195e59211a2e7d30195513e508f0072d14a3f0fd", unrolled_ast = "9af8c95f8111f8b600d9ee3453906893124020b3966341f4b963d17e44997dd7", ssa_ast = "a3cac445dafb66a8f0aa3ab01bdb830d44fafab94281d5f270bf96ea1fdbfbf0", flattened_ast = "47b8afeb40b2a7f88e2f5498d5682ccf6ad1b8b6340fdd9fff53393ecb4a6733", destructured_ast = "f63a3e834d101135ed961544f21851db170a20fa15338b26ff4f9717a17e1fb7", inlined_ast = "f63a3e834d101135ed961544f21851db170a20fa15338b26ff4f9717a17e1fb7", dce_ast = "c719912f047f388dab440e6aaa839cb418aaf3cca1b15d8213e3c41f27c32fb3", bytecode = """ program test.aleo; struct Foo: 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 5a6d278e2b..494724399a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "6fadb2f85ac266943cace73ae380b0d89c255f1d504974df0e3160c646d85dbe", unrolled_ast = "44ef621b0a17a15083445531ba54d2b992e5f713cb1f97ed1f775de9823ca7d8", ssa_ast = "de821a59d3462dedc51a48d6cf11deea7dd52a40bc3c8a8a636e0cfe6d3b8a0b", flattened_ast = "642e910878156ad20b650adfa09adbb174c3376f8bd1eb584230e6bf2037cdf1", destructured_ast = "0da7c4ac7b486df37cf18982d27a82f29b43b64fbbc05f27107ae631d673f5aa", inlined_ast = "0da7c4ac7b486df37cf18982d27a82f29b43b64fbbc05f27107ae631d673f5aa", dce_ast = "c2349192eac88d9da5c122cd7012d7c88c0aaa434417ae0f90f9943660805f3c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "6fadb2f85ac266943cace73ae380b0d89c255f1d504974df0e3160c646d85dbe", unrolled_ast = "20cd2fb3474921abc4f1ec5deacf914d3fabcec6ccff9d7aae1312eb7389c560", ssa_ast = "5a245682553ff745f01489c2fed99d36e264ab9c0bab4826844c2247347782b9", flattened_ast = "4ed8edcd8d3c52974c5ac020e090020aeab4216dee83a7684589fdb1238f82ac", destructured_ast = "51eebcda94897ee873256c6d800f752d9fd05b90f49c57120984b4eb7662e1a9", inlined_ast = "51eebcda94897ee873256c6d800f752d9fd05b90f49c57120984b4eb7662e1a9", dce_ast = "c2349192eac88d9da5c122cd7012d7c88c0aaa434417ae0f90f9943660805f3c", bytecode = """ program test.aleo; struct Foo: 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 fccdcaf47d..0997cb99f5 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5b18e361e04a6588772c916f04aa608f0bf38efff2eaeef74f9b51b84f6c38ee", unrolled_ast = "2121fcd3b1e760f6b85fa9030b301aa3d0b35c8ccf7bbbc4e6df281455c9f099", ssa_ast = "e4434a820dbcdfc526a4f478ed31d7ce8a257ce47941e9d675449c94710c514c", flattened_ast = "a7eaf8764de38a4dd10950390ce449e03063767b9a18aa89d09b37852569d9ef", destructured_ast = "56cd8dec104165dfc4970e8700d9bb2a604c9339a8858e622210c8573f44abb9", inlined_ast = "56cd8dec104165dfc4970e8700d9bb2a604c9339a8858e622210c8573f44abb9", dce_ast = "6d131ee2a61c2712131ddee84ff8bc8dd89f29b63ac304c758de9cf5bd4cb474", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5b18e361e04a6588772c916f04aa608f0bf38efff2eaeef74f9b51b84f6c38ee", unrolled_ast = "e78b85cd00fb5bfa931be13943fd689f27c792e106738398e3677ae278543119", ssa_ast = "df0c63fda0587675ba380062654d8f34f711f9174e1b7b49e6a4b17571011d0e", flattened_ast = "499250812fac4f775b69df2827d0ae4eddb9a2a9a978660a5c77f509790805a2", destructured_ast = "9a0ac075e09eb8f1701aa08467d46575e3e31129c6428ef07bd0fe5d9cc66e04", inlined_ast = "9a0ac075e09eb8f1701aa08467d46575e3e31129c6428ef07bd0fe5d9cc66e04", dce_ast = "6d131ee2a61c2712131ddee84ff8bc8dd89f29b63ac304c758de9cf5bd4cb474", bytecode = """ program test.aleo; struct Foo: 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 3115afbe37..5ccc94beab 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "581993f9ddb206fefa3e24d1086e7d890ad289aa2973f630e8e1a692dde767a5", unrolled_ast = "1c39e30b1206f6f518817b85fa64685afb86837de037759c2bbe5b6eb94ef435", ssa_ast = "baed6b7b9cb25e5dde28711d1aa75eaa409214c8239d4a2a46a3f9d24e9ba4ef", flattened_ast = "737f7f0730c997f0a4f9ab3f02ee4a27d4245cd7f398f3eeeb743fdbe5c855cf", destructured_ast = "74c501834c275e2120b99942a2a5b5e8e7a8ba82673ec1c83d990e70eba736c8", inlined_ast = "74c501834c275e2120b99942a2a5b5e8e7a8ba82673ec1c83d990e70eba736c8", dce_ast = "567e5e08c8a3b6a31247c73b7d5f7c359380f415e9f5e2a0bba3cf3be788e17f", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "581993f9ddb206fefa3e24d1086e7d890ad289aa2973f630e8e1a692dde767a5", unrolled_ast = "9035759c3f4b2db4a3e14557e5130c7bb203bb25d7c5b1648fae161a2781d003", ssa_ast = "68016692534b6b38f438aab6bd5b6a2719ed6bf64ef37e2e99088477904d4e40", flattened_ast = "7b0175fea095d5068795ad88b3d39dc1408d7c5780f0a305866c969f8e17d587", destructured_ast = "4bffba0943e097ba6fea5527a045bdf90763de26fed257adba9c63b87d78d103", inlined_ast = "4bffba0943e097ba6fea5527a045bdf90763de26fed257adba9c63b87d78d103", dce_ast = "567e5e08c8a3b6a31247c73b7d5f7c359380f415e9f5e2a0bba3cf3be788e17f", bytecode = """ program test.aleo; struct Foo: 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 f08683adae..bc42fdfa27 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "0aa2b1ad01a3a839835a1b55dbda18cafe66aca55d824ee69eebc375cb8a692d", unrolled_ast = "868edd8f183064ea44e723500e3159382d8616cdbd74b133ff6d4c5d6d2f5b02", ssa_ast = "44508e324017c40081925da7f22dc7cff2721c8ef09af70734048834736897b6", flattened_ast = "b6ef4c2c38c56da6564d6155232658265c38910e11404f4bb1ff9602705fe659", destructured_ast = "0ee599d2a98a3ac42605cc87ed09103df994da52ff8326c683ad99edf84e4a35", inlined_ast = "0ee599d2a98a3ac42605cc87ed09103df994da52ff8326c683ad99edf84e4a35", dce_ast = "d212f108e3c2a03aa4fbc5e773327f697ac665d8f9e9d9020867d0dbb346f0fb", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "0aa2b1ad01a3a839835a1b55dbda18cafe66aca55d824ee69eebc375cb8a692d", unrolled_ast = "98d76561e005e267d49d72401ba3cdc585c835cf7b697c8e7d9e326a52c243a0", ssa_ast = "5b624c56dedcaa1555b2e572af9c6d9d56fd7c77d37beb7da7491067e4d2513e", flattened_ast = "5e59b8f62155e7f95d9fe79364d9f7afff634a3cb9194c95b149412946d2db2b", destructured_ast = "e4df640c7e57b8753aba853ced0b52380bf94194c264595a756da735583a1f2b", inlined_ast = "e4df640c7e57b8753aba853ced0b52380bf94194c264595a756da735583a1f2b", dce_ast = "d212f108e3c2a03aa4fbc5e773327f697ac665d8f9e9d9020867d0dbb346f0fb", bytecode = """ program test.aleo; struct Foo: 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 111acf93d1..6f6092766c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "3c23bd11eb47b2a6bf9791442a6e6c860568c865a411efc5f5079f1f011dc8df", unrolled_ast = "beac55e5c74e6683ac5218c212659ac617052de6dbde59bc39762d2a8f5d52d6", ssa_ast = "40ab75754f1abc8e2d0c975ab3f732bcd9b99de18a3642f1f128d000932acba1", flattened_ast = "8908565a89c867831dcfebe96247a81dab18cc275e19748569d42d403dd0989e", destructured_ast = "e2ad7006075f51eaad6c5cc6b775c02e9199b4ff1c99d3c0bd6f8a4f6f3ad69b", inlined_ast = "e2ad7006075f51eaad6c5cc6b775c02e9199b4ff1c99d3c0bd6f8a4f6f3ad69b", dce_ast = "caf7598c811d086440db8db80a2192c8f44bda687fdb54bf6e591a9194d57aac", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "3c23bd11eb47b2a6bf9791442a6e6c860568c865a411efc5f5079f1f011dc8df", unrolled_ast = "d8e8bf6b9a843c06fa7072773294237aa27b07a5a4659700d661dccec1bc56b8", ssa_ast = "347c808bb29fae2cd1ca7e1b8131e49b491a527b34b00ff9eb2cfe93b2825e8f", flattened_ast = "6b9b08e0b58bab3a3f3ecab946d0e0f66a2fdbaf83461ad155c720e28afe7eba", destructured_ast = "b1cdbc2e29f038d915035121d3210a4b5d007283bbdabc8d270f442db91b8872", inlined_ast = "b1cdbc2e29f038d915035121d3210a4b5d007283bbdabc8d270f442db91b8872", dce_ast = "caf7598c811d086440db8db80a2192c8f44bda687fdb54bf6e591a9194d57aac", bytecode = """ program test.aleo; struct Foo: 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 129c560ff4..93c74d48e9 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "205a779f3db953f58162ae6206d9f39f82801485f471b7ab90c1f2ba4c2b4325", unrolled_ast = "0851c36d6155124e00b500c84fb5f34dc77f795332a241f6e19c17518e059487", ssa_ast = "9417e82271d1dffc0e6c3854225fc4fc7d6cc65830d41250934c73683a9ec835", flattened_ast = "f17a7559a29441f977484f42bbbe05ec8dd9c211f46c9a71e7931d1f354f84fc", destructured_ast = "c764bb62644d7f9da0a41e4448da0680a68c026aaf5c7a62f9909db231f06af7", inlined_ast = "c764bb62644d7f9da0a41e4448da0680a68c026aaf5c7a62f9909db231f06af7", dce_ast = "be719227dabaf093cc71e68beb51e9f4e311ace6017ec470818c579ebab52392", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "205a779f3db953f58162ae6206d9f39f82801485f471b7ab90c1f2ba4c2b4325", unrolled_ast = "996c399d6eb30e173862c5853d8636ba1bf7211dded52f6854f26a7b981c34aa", ssa_ast = "ef8d258a33a14560920b7d1690400fb7384e24c546434cd25adc300902f7d3ba", flattened_ast = "efc7253cb858160fe2bf738e6f47bafdf8a456755adf97aa759e023e07125c56", destructured_ast = "c46eca1e41ee561a1e5903fd9977c8b5ca9e2e8de7dc5059d2285dbdb88b3ee7", inlined_ast = "c46eca1e41ee561a1e5903fd9977c8b5ca9e2e8de7dc5059d2285dbdb88b3ee7", dce_ast = "be719227dabaf093cc71e68beb51e9f4e311ace6017ec470818c579ebab52392", bytecode = """ program test.aleo; struct Foo: 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 395e972073..42e6e6c4da 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5a498c7969381b7386bca021146a670dee84f2cd0e42803b41fe0ac878845ec2", unrolled_ast = "e2c6afe63435501a5d3fac9ad35f9c417971aaee8f3a1758f6c883ee1cc9b4c9", ssa_ast = "611aa1afed1ceb6e1ef2d618444183c066a152ea35b070e586d23aca2786f679", flattened_ast = "cb2131402c1ba62b01ccdcd860753dac0c0e4b2437e415303bac807e2b64f115", destructured_ast = "262ef1b8b659fe9b127b252e90720639739abec2a2ea09c52aed4556b2c0e8b4", inlined_ast = "262ef1b8b659fe9b127b252e90720639739abec2a2ea09c52aed4556b2c0e8b4", dce_ast = "b7163fe0dd853978a24aece803d53994c02a5c1e3e30c942c4d943feb9aab5de", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5a498c7969381b7386bca021146a670dee84f2cd0e42803b41fe0ac878845ec2", unrolled_ast = "69ff1e9ec89e19182e2d194169dba16028e52517f8a36f3dd98471fb21186318", ssa_ast = "7864e8b5606fa5551f5e3411c6efd9397ee544e0c5ef947c4c3736a049620781", flattened_ast = "511decf91c3f7783fe333f220181d4ab88fe5ed720533e0c7764ea604badada1", destructured_ast = "832962bc28832e1ff6150d556ea64b7c7bdbf5675f04c392a6785b18c0b5b1cc", inlined_ast = "832962bc28832e1ff6150d556ea64b7c7bdbf5675f04c392a6785b18c0b5b1cc", dce_ast = "b7163fe0dd853978a24aece803d53994c02a5c1e3e30c942c4d943feb9aab5de", bytecode = """ program test.aleo; struct Foo: 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 ad5aa86c87..41aabc67fa 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "7c25e5e1c9dbb015b4c00372ec73f6d85665b29ecea3cc41c7a0bdb01aa107eb", unrolled_ast = "3156cf66595766f7a73f1e69d55f54be33b6d81cb78c6a06de6babdf54e8361e", ssa_ast = "08633529142e2cea240d6e8839ef65fddd1be29f513d7750c9420f54386d8bf0", flattened_ast = "2a54c871e5112a8bd69f78d84d4ce7d3809dea2fdc9aa8f13c8f5add357800db", destructured_ast = "fa748d2f857c687c4f4de47888f4be50e63790434fe5cd42cad5ab10288e1084", inlined_ast = "fa748d2f857c687c4f4de47888f4be50e63790434fe5cd42cad5ab10288e1084", dce_ast = "4d1d4f0ae7f86b185937d4ed0f7a101bdc8694761ce3799085436c388694f676", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "7c25e5e1c9dbb015b4c00372ec73f6d85665b29ecea3cc41c7a0bdb01aa107eb", unrolled_ast = "e08f3a4a139efbfbbd7aa81b142a9e2cc4ebf7d13d8ab087f04dc88ac4f543f1", ssa_ast = "e2f25fbff30e9cfebec0b8c03808ab8eae1564a78007df0485244ab5c9651153", flattened_ast = "3b802be87d514fdb47a187599cd17d24f02ebdf502097d58b289f1985d0d0f52", destructured_ast = "a1ed1205797cb2f9fcc89f699afa12a19da91f4d0c2dd0860ccd0b90e10723cb", inlined_ast = "a1ed1205797cb2f9fcc89f699afa12a19da91f4d0c2dd0860ccd0b90e10723cb", dce_ast = "4d1d4f0ae7f86b185937d4ed0f7a101bdc8694761ce3799085436c388694f676", bytecode = """ program test.aleo; struct Foo: 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 e5efe98ff7..e9a9c64332 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9045f1c6891518849abb5853f5abb34124c693ae5c3dd04bd2df6cf4f24e0708", unrolled_ast = "b2793847f9d1980e7355be93da11d13597e631328896bbf1f6ccb37ce2f647b6", ssa_ast = "76445d5e6014e2fb7600bb8ddd57a3009b09b8941353b4138e4a693d5158176e", flattened_ast = "9dc8f6e4fc7d9fa5f4efb4af4bae99ed8c2e704f4c2191f989a9366ab6163eb5", destructured_ast = "dedaad1cda6dbdeebd680d57d0d466720f0ffcf044c5b299f81a8bf98337244d", inlined_ast = "dedaad1cda6dbdeebd680d57d0d466720f0ffcf044c5b299f81a8bf98337244d", dce_ast = "bc428304afc142717f25aaa85ff949031b1904f9e1d08ba2e3eb2ca569528d3e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9045f1c6891518849abb5853f5abb34124c693ae5c3dd04bd2df6cf4f24e0708", unrolled_ast = "3c0b4b93b769cbc5b1b07a40bd5d3814663be39b502d9c6422d789ff70f86aea", ssa_ast = "f2645395cbac2fd5ef7414efe468cb5b27b959dee0c0293f49ad98f551bc5757", flattened_ast = "a2f2be0a37404a97de88627df3b256efe52c5a3b3d60cb585ab848f8d2e1b9c8", destructured_ast = "0eb3c9e15817193234737aa3e95ac061c6c091d37868cd576adcfb87ffd0e46d", inlined_ast = "0eb3c9e15817193234737aa3e95ac061c6c091d37868cd576adcfb87ffd0e46d", dce_ast = "bc428304afc142717f25aaa85ff949031b1904f9e1d08ba2e3eb2ca569528d3e", bytecode = """ program test.aleo; struct Foo: 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 4e2b58d897..30c1c51a60 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c880644ce96d9b55e498c5cd619122b0796780c0b8510ab53ab36b938b3422ae", unrolled_ast = "f79db16cda6077237f0b3d742f96e3633743c42c5ebd48c938a759ddf8426490", ssa_ast = "25d6f8bb80468b46e03d0e0b478fffcf381f80b7f1e2a1aad8ceec98187470c3", flattened_ast = "f120cf5698b5cb53e728aeb80f6586944ffb3ea985d9abe23bb4a59b0bfc77e2", destructured_ast = "bda1880cbf68c80b4d2d555150354de1b8ce2c556b92ea50840b33a4ea0091e5", inlined_ast = "bda1880cbf68c80b4d2d555150354de1b8ce2c556b92ea50840b33a4ea0091e5", dce_ast = "1123666a45435cec9d5c2faef54ee1534570c9eb6fd55f5cd78f613d55a34268", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c880644ce96d9b55e498c5cd619122b0796780c0b8510ab53ab36b938b3422ae", unrolled_ast = "9a70ae51fc5d9e66c594e7a52cbcc376530f9b9eaa514d90f952ee86dcf72d7e", ssa_ast = "253f8a526c980fbd88e5f0d4d277dfccc054c1ac065b885ec39cd5a841e0e1bf", flattened_ast = "222098b639ddb733ab219db414627384b35965d7f62196b2d74132c582488aee", destructured_ast = "18f6d75578bc9777807aaefe22f03aa3d9bb1b942894f5044a07a770617dcf05", inlined_ast = "18f6d75578bc9777807aaefe22f03aa3d9bb1b942894f5044a07a770617dcf05", dce_ast = "1123666a45435cec9d5c2faef54ee1534570c9eb6fd55f5cd78f613d55a34268", bytecode = """ program test.aleo; struct Foo: 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 ff40b013e7..326cfd406a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c604091ed1b0ef2f8f74f60da81466777a76f822a33f66560990646e77a28755", unrolled_ast = "9c1551ff27d5d5fafdf7bfebadd740cccf0d7ed3defca048e261bf3f21fdf1e2", ssa_ast = "267c101bc44773cac8e5c94a7dee8abdcb20cb6873698cfe0eb08bfd609c538c", flattened_ast = "5acdea9403c92100d7f55cf21734b4ae6498b7611fa84528a159359c56d073bc", destructured_ast = "af4ae8728efba7a68cbc42e161810661f365e8156db9379485543fc7e257d7bf", inlined_ast = "af4ae8728efba7a68cbc42e161810661f365e8156db9379485543fc7e257d7bf", dce_ast = "09641621e0aaa31b9d8cce92903b416211ed64b8e5e105c2e6fdd7d1c9fbd669", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c604091ed1b0ef2f8f74f60da81466777a76f822a33f66560990646e77a28755", unrolled_ast = "7efa3812d8d190d0c225d504dca76e33174963b71552d6dcf4c8b319dfc1fd45", ssa_ast = "c905337324062e5c1bc4d36a3511c978206a2a14490fdf013e901f7295d7c988", flattened_ast = "340f4f69ac118b3d24887e09eef48918770a7647d3a90692bd19ca50d257ca31", destructured_ast = "ad58f0b6875357b27bd23209d82f226758d75408b7ca276dbd61a847a9808424", inlined_ast = "ad58f0b6875357b27bd23209d82f226758d75408b7ca276dbd61a847a9808424", dce_ast = "09641621e0aaa31b9d8cce92903b416211ed64b8e5e105c2e6fdd7d1c9fbd669", bytecode = """ program test.aleo; struct Foo: 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 f7594f885b..8cf5a9a14c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1126c03bb84955620cf582684ae46f43ad823b881ecf3b34e7f6ca219be096bc", unrolled_ast = "48d7fabc3bd3d7ff8b31580134e0c2ddea761bcb0b7f3c2eabb920f0241d9c89", ssa_ast = "2fa35bf3c5b88b25cee53ca8382967a50f9ab6cd137a4de02c6ae6b39aa828f3", flattened_ast = "7ffc554f5076c8fbc0ee875f1ac957e4a5055dbfb9857cd3bd6770bccd1143ba", destructured_ast = "4e4293ce18d507b188e04e7a939cc9ccc88f67734e7b8d678a4cc4637b19cba1", inlined_ast = "4e4293ce18d507b188e04e7a939cc9ccc88f67734e7b8d678a4cc4637b19cba1", dce_ast = "a51f408744c3472ea500ca6fa46c959df9dc3a32002f6c169048d64bac4bd3f3", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1126c03bb84955620cf582684ae46f43ad823b881ecf3b34e7f6ca219be096bc", unrolled_ast = "7e0db9053723848c0121ac2daad461ec3035cb0278eef6e4cb273d84d1bd3f83", ssa_ast = "45cea391870fd7e10e5ec5d98ee80d57d34329342ee4f4f631eef417b070dba3", flattened_ast = "5dfbdc8854afe4e4b42dd029b188f55ead3de915f78c3e35192f4eaf8720695e", destructured_ast = "81b6a86ca3c763a675d5faec206751c0d618eec186014137e29b1710e54eb317", inlined_ast = "81b6a86ca3c763a675d5faec206751c0d618eec186014137e29b1710e54eb317", dce_ast = "a51f408744c3472ea500ca6fa46c959df9dc3a32002f6c169048d64bac4bd3f3", bytecode = """ program test.aleo; struct Foo: 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 3caaae0ca7..62a2e443c4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "394f33f5fc7e344d5dc8df077357941b2c71519e0778775c551843c8ef1f9e47", unrolled_ast = "ac1ba1ec758d6c5d89aad97cb769b2d1423f5bc35386cc2bcc6cc8707d5a3ab7", ssa_ast = "271a2a9215a847616a7af7bc08d8e9aa32a4cef62df8b315f83bc48b55a89939", flattened_ast = "692fa59830e1ae2c6b03babf08936be77888c588adc15d7ad00cfbe3d3526b6a", destructured_ast = "a65432e03c56483facd7e241e32cd083045b162d0127940da53cbca4953c1691", inlined_ast = "a65432e03c56483facd7e241e32cd083045b162d0127940da53cbca4953c1691", dce_ast = "d7d3035c67c34739ec730a23f17cf6f655e53bdd1f0fbf3902619e85c763bbd8", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "394f33f5fc7e344d5dc8df077357941b2c71519e0778775c551843c8ef1f9e47", unrolled_ast = "b24ba8eb37096fd63f4c523ccfb9a95d491435d3c0017adc3b092ccd653e14e4", ssa_ast = "9d0af45061249fa8808fce1e0daba997a3869486d3da3b7b423af22c8ec2b65b", flattened_ast = "0469a196ccf0776be0e2ce6ff5f61cc024763d4a87f5f70895e4e08638f9fc1e", destructured_ast = "5fe12371ac1b30242708be3bdfd37e17321ffd14ddc2edca360524a092d183b3", inlined_ast = "5fe12371ac1b30242708be3bdfd37e17321ffd14ddc2edca360524a092d183b3", dce_ast = "d7d3035c67c34739ec730a23f17cf6f655e53bdd1f0fbf3902619e85c763bbd8", bytecode = """ program test.aleo; struct Foo: 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 0193a1ea3c..4aa0690598 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b254af55b872a3cdb3d77e1f254861daac1a30bea52ee59e588f91a4fe6f3ede", unrolled_ast = "17da6dbac28f6f53b9595367e5df911f4a0a8b93146f2e093c90c2f92a52cf47", ssa_ast = "ac779f106d83e4be8cf2dfabd309ca152c63d56cf8d8f93ab09266d67cbc9db3", flattened_ast = "360ce5ca9c8411ddf80839e57c482eb2d1efcc520e3b31a8f762f7b5df490295", destructured_ast = "e7249360d72057e5e1b470127812015aca20f72d86698a8e5103dce22c258988", inlined_ast = "e7249360d72057e5e1b470127812015aca20f72d86698a8e5103dce22c258988", dce_ast = "4c8e3b91baed53ec162f6ac9235b2ee68ab151ed8c8d87e59b8df79b761e39b8", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b254af55b872a3cdb3d77e1f254861daac1a30bea52ee59e588f91a4fe6f3ede", unrolled_ast = "465d1b7d976d727275fb9ea7f4e8108c01ff2d01c8b580f81c6125ebb7186d06", ssa_ast = "729ea388a020796ae7b560be372b1523be5a75a993cb4b359f6d85d1225c0738", flattened_ast = "2bc9e7249bc2d1af72be03cbe5e0f6fcd18ef8ab15b215fb6e6bf6480ea817bc", destructured_ast = "8779a3b7c3031335a8dddbda6d4f52fc75331bd977f5bef547656d2f74ab6f1f", inlined_ast = "8779a3b7c3031335a8dddbda6d4f52fc75331bd977f5bef547656d2f74ab6f1f", dce_ast = "4c8e3b91baed53ec162f6ac9235b2ee68ab151ed8c8d87e59b8df79b761e39b8", bytecode = """ program test.aleo; struct Foo: 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 9305b29acf..84bcf7a815 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "7de274aa8783324202c13f77267cf359a3407741b6f5b1250ceb81ae85bd0619", unrolled_ast = "995e95866a5c3d9c0c7bf1567ac7e01f35bc23d001e90b2f8aac84288c0d4ed1", ssa_ast = "6ba5640025cd2593bd699751b5692fdd6de23661e7d539d33820839cdb812655", flattened_ast = "9f4cb477d9e8d38fb7778a0f31d4e639455e60d81800f7cc280be951b99d8be3", destructured_ast = "95143744591ee2ae1e2a6d3b5a74c39ef4c88a33ef098e47e74585aa242ebfb7", inlined_ast = "95143744591ee2ae1e2a6d3b5a74c39ef4c88a33ef098e47e74585aa242ebfb7", dce_ast = "05826e84be0aec0b46eb0de2d9010b334c649b383edaf0c1343d8b95ab7c0d6b", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "7de274aa8783324202c13f77267cf359a3407741b6f5b1250ceb81ae85bd0619", unrolled_ast = "af153b662aceb08a818ab94cf2e6a2fad6e405f615e424bdbdce44710983b49a", ssa_ast = "e63404223ea48c9af478f604d02a6b3939462c9c7d45c16cc7367beb42443aea", flattened_ast = "c8e7dbb1800605c07460ef6242f246b9e14ea82ca6fb959dbf86804e4d3d42c6", destructured_ast = "0f679d5d00c9b4ed1277e470efd428e64b2f9cc28f4c9f0ca6c4dcd1a3ed9d82", inlined_ast = "0f679d5d00c9b4ed1277e470efd428e64b2f9cc28f4c9f0ca6c4dcd1a3ed9d82", dce_ast = "05826e84be0aec0b46eb0de2d9010b334c649b383edaf0c1343d8b95ab7c0d6b", bytecode = """ program test.aleo; struct Foo: 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 ec5c952bb4..f287caf58a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "3fcca316604bac2592335d5620a8c191dfc6bc2786b0b4ae4b989ad90632f3d4", unrolled_ast = "4b9f6ca1d1ffcf27dc744d098d6afb842fbb4c66de3c30d94eca656d15739450", ssa_ast = "f6e94fefe0601d456fe34abb76a97dffb109caf464544d17ef48f856bd7a4578", flattened_ast = "af4467171608015af958e14824b6090fb3050d607df34a6134e1b4843df0c2f9", destructured_ast = "4b77eb9dd0f093cc1468795669ac534d87a7cc542bba55928b09d8d150c901ff", inlined_ast = "4b77eb9dd0f093cc1468795669ac534d87a7cc542bba55928b09d8d150c901ff", dce_ast = "7406cd7f200af09b26b1a20c60c3b4c2f9b71efa02e8c811bc4466d1ae8740ca", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "3fcca316604bac2592335d5620a8c191dfc6bc2786b0b4ae4b989ad90632f3d4", unrolled_ast = "7f1f1b050ba5cd0992250c33e628910fb054cc05093f9ead2ec4208d734b2001", ssa_ast = "e970bea0e1ca7b31ad2c09cf92b984cd598fecfb2dd400b88971a6419be69d07", flattened_ast = "fbc65bad51003f3c9cb3ed206a04bd16f6b44896ad1ca6a86bd6306e4fb2c57b", destructured_ast = "d270d88c23dae0db2ec5c4e2a92e65704a547287b5f04a29cfb5ad002b743a00", inlined_ast = "d270d88c23dae0db2ec5c4e2a92e65704a547287b5f04a29cfb5ad002b743a00", dce_ast = "7406cd7f200af09b26b1a20c60c3b4c2f9b71efa02e8c811bc4466d1ae8740ca", bytecode = """ program test.aleo; struct Foo: 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 da5e871724..1562b3797d 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "01a5f6fe5c737445438873ea2094c48024457bc59f573a791cc32ce57b500832", unrolled_ast = "8a6eaafdda37a4e95b6a81c444c889ce2d77c80fdab00ef433c18936d305411a", ssa_ast = "7ce63ae186d9981880a32c3a4200d5c39c4062294a8f79cef8803bc8f712e787", flattened_ast = "c4308f805e1a9769461ce2eaa52e9023567bc01dd2206c82e6534d16851d53a1", destructured_ast = "d50b2eb8a9c6bc221d121eb1c9365b0106e6ccad242b7656e2d9a0b083101f08", inlined_ast = "d50b2eb8a9c6bc221d121eb1c9365b0106e6ccad242b7656e2d9a0b083101f08", dce_ast = "de394e8eb86ffbfd9a16758cfc46f566df0058f6c20aa4e4f7d2cc02f02bab3c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "01a5f6fe5c737445438873ea2094c48024457bc59f573a791cc32ce57b500832", unrolled_ast = "2f24f059952daeb57ba1271ebe92dcd9fdeed5cec28f16812df26dc9cc6b99b7", ssa_ast = "0c8a08401eabbf694e5414b1074d6b0cb09e762ae11da9afba6a7a2315fc7688", flattened_ast = "d396603a52242198f9f33dd4ce82fb6d9aea4bb179ac0efd263abd72d77428f3", destructured_ast = "bfdb331b1a46aeaf23f377ebdc07a5205a6f9b03a5480cae34e867b94b4fb348", inlined_ast = "bfdb331b1a46aeaf23f377ebdc07a5205a6f9b03a5480cae34e867b94b4fb348", dce_ast = "de394e8eb86ffbfd9a16758cfc46f566df0058f6c20aa4e4f7d2cc02f02bab3c", bytecode = """ program test.aleo; struct Foo: 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 81ab4c032c..d6127ace49 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c347a7372b50683ea132c34b26743cc9c1c97dcfaa02e992137c6185f1269bd9", unrolled_ast = "1037f218877c1f56e698732fda4fd58d680193785ab895830fcce78893c8761e", ssa_ast = "78ec895c826bf16cc06013f78ade6c49c6ec255a50d99d0eb37b7f8f5ce89a7e", flattened_ast = "c463de425d4a8ff24be46074bbda9e4da75961fd61a59d857a3588c42711d1bd", destructured_ast = "e4d82cc42c7be007e7671afecde0803cbc2b15fdf1f056d0c83a27e57507449f", inlined_ast = "e4d82cc42c7be007e7671afecde0803cbc2b15fdf1f056d0c83a27e57507449f", dce_ast = "30dea1810973353d14e4b8cf78f7e6b2f47debaf48614a0be3680e353e4201cc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c347a7372b50683ea132c34b26743cc9c1c97dcfaa02e992137c6185f1269bd9", unrolled_ast = "77ecb0a92a07dafb090575c6450b8373179445e86bed01d427792e097499a523", ssa_ast = "fa6a8ff1e7d1f7d09e87a3f43700e9d618031e8bdc27054a4589ea3d607b75ea", flattened_ast = "2b0e380a3a1ca0d2cae3f9392a03e54d45762b2f0b8fcf17bed759e0aacf21dd", destructured_ast = "e5bd49f76750c485524ae69f2813a0816a826eee314c91408a2b001c836b8ae3", inlined_ast = "e5bd49f76750c485524ae69f2813a0816a826eee314c91408a2b001c836b8ae3", dce_ast = "30dea1810973353d14e4b8cf78f7e6b2f47debaf48614a0be3680e353e4201cc", bytecode = """ program test.aleo; struct Foo: 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 532db2bfb0..0bab816614 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5ef33053311145dc90b2b76628fde77d2501f094c8bfb5e56031d8f5845ed148", unrolled_ast = "25d27ffd3ad854f23dd81baa9f4f86d531f0cecde5dc0d2093184dcb5ac5283b", ssa_ast = "8d648b07a2a6192264c13417e221c1982279c787e30d4ec47b696049e486f43f", flattened_ast = "0ca5ca1dae7527d2a8382e07ef734850f475c76a400026408677e74b7b4b4491", destructured_ast = "c7eb500a487b761f04180e56c5fc51906801e04639c05379946c3b9ae7df069e", inlined_ast = "c7eb500a487b761f04180e56c5fc51906801e04639c05379946c3b9ae7df069e", dce_ast = "2c3b3d84e9daa6a8ea5df2160c3b189ddad3182e7a5df1901e2d7ab8b8f19686", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5ef33053311145dc90b2b76628fde77d2501f094c8bfb5e56031d8f5845ed148", unrolled_ast = "e075c62deb7941be098dfbc4a0314c6ccd7b02682f834d75246987a1927d4bb2", ssa_ast = "cdcbc343eabf06894f41432be8cb90dff424e88eaef85a22cb1fbca40afe02cd", flattened_ast = "b4e6cfe49f7b47b29adc9e9c1d91d37f8517d701b10bc1affe37c159a3c16771", destructured_ast = "33d397173abf8b91af04be37febadd89281bc1bd6bfe46fe42a975021afa84c8", inlined_ast = "33d397173abf8b91af04be37febadd89281bc1bd6bfe46fe42a975021afa84c8", dce_ast = "2c3b3d84e9daa6a8ea5df2160c3b189ddad3182e7a5df1901e2d7ab8b8f19686", bytecode = """ program test.aleo; struct Foo: 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 48dd963a7f..693ee2ae9c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "562e7f4ac19ec3990dd7d955b2ac892131961174e28a6c72afe761653435969c", unrolled_ast = "19c4a6f0feb84957e8c118df04c7b1ec9cd1ec27bfb72c9d10431156fe775bc0", ssa_ast = "7766efaee1b4f1e9db2bf31e57454b628afe0cbba19a2c82c1947fe922e3feb8", flattened_ast = "12451e7207f3bbb87b9cf4ec311dea5e0ad2139f09fb9fae2df57f8b9ac491f1", destructured_ast = "0b7c65422e21f54e15fe518d6392b90adf1406f2bee0547e80eeab326c7ace64", inlined_ast = "0b7c65422e21f54e15fe518d6392b90adf1406f2bee0547e80eeab326c7ace64", dce_ast = "8e73712683f9f2ab2013122c7065e937ab354480190809be29f1b1dfce2984ae", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "562e7f4ac19ec3990dd7d955b2ac892131961174e28a6c72afe761653435969c", unrolled_ast = "de2221e51c2b5fc5c2644514ab140b4460d2a1f5e11ecae2abc813482d2e8987", ssa_ast = "ee504aa1414b305eb7bb3faf74c3748985b159a819c2c9841d505accfcfd8ff9", flattened_ast = "274a0fb75fca3047fe9d93d8e5ced8617b916bf52cad0e11a9f674dabb1eea23", destructured_ast = "25ba2ff63a481cf005c551854a429a86ee3e83158b082b1bb267b7d5d7f3131e", inlined_ast = "25ba2ff63a481cf005c551854a429a86ee3e83158b082b1bb267b7d5d7f3131e", dce_ast = "8e73712683f9f2ab2013122c7065e937ab354480190809be29f1b1dfce2984ae", bytecode = """ program test.aleo; struct Foo: 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 58680490db..da7b96b66d 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "a579556ce9e5a6a603b2159e05f7a3e308ea61787eb07cca9400e1675a6f1989", unrolled_ast = "a175904c404958304afa24583f1aa73349e137acd80e56f984509ababa62c7ab", ssa_ast = "e40d16bd660fdd024b5becd5db3b704e6ac6264e05c1b6a34573a4cfd6855781", flattened_ast = "054698dbddea0e08703613711c81e8b6b1ce152e59c96e36150b0a561cd17882", destructured_ast = "bf62fc71a2684cdef351bd4284227b13b0981713ee57bf97db6c31616879ae40", inlined_ast = "bf62fc71a2684cdef351bd4284227b13b0981713ee57bf97db6c31616879ae40", dce_ast = "053699a58aee78815b1629a6e9e2a94c669784500d1162dd3f273b54e3719c13", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "a579556ce9e5a6a603b2159e05f7a3e308ea61787eb07cca9400e1675a6f1989", unrolled_ast = "28c57e896ead59c809882b9c6aca90ac12c902061ff0195c66abd33fd564e382", ssa_ast = "1ce4c50161ff30546e4e781116836f6fa9ef02f07f9ed37fd503a57cac0f94a1", flattened_ast = "4da4b8472c0deb9f972555b2ff006901851ff54b510deb6e0ee8100b94e15574", destructured_ast = "44bee30d3fbf7d78891b628c02765b1f8f8b0d97ab5195a7a2dce2199360e3a9", inlined_ast = "44bee30d3fbf7d78891b628c02765b1f8f8b0d97ab5195a7a2dce2199360e3a9", dce_ast = "053699a58aee78815b1629a6e9e2a94c669784500d1162dd3f273b54e3719c13", bytecode = """ program test.aleo; struct Foo: 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 4442dabab7..5c93d9d373 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9be323cb447651b7b9a6fb610727b9b4ec9d76ff4b132cbd7821cd87d5f5106d", unrolled_ast = "538f2d84ee2e0879425433923eabbeaa09dfd1f780e61a668870869b219521d3", ssa_ast = "01c890e13322f50b12b606c5c1e190f96a2e14c7431c35e6ce39b79780fa1ba1", flattened_ast = "e3377ed8c0c753a5b26e2cd9ba8c94563ebefaae6c704bb3862d4a18e37cffbc", destructured_ast = "3a58c9afffbcf16e604fea55bf53be730fb3538956dadd3a21668b53e25f4597", inlined_ast = "3a58c9afffbcf16e604fea55bf53be730fb3538956dadd3a21668b53e25f4597", dce_ast = "81324a5e35ec0de14ee71fb42b16d08830563a0ea5e4b1323826184c7cb165e1", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9be323cb447651b7b9a6fb610727b9b4ec9d76ff4b132cbd7821cd87d5f5106d", unrolled_ast = "37a6a23e92eba8acd4db8cf6cb47fa4f067da7efe1152f2c4808e4913a618bb8", ssa_ast = "30fbe199ecf8e59049983440fbdd4f0106fa9be6e6fbf0750674714590a56005", flattened_ast = "f07b7df1c688d7b50b502c4b83238243213daf0cd4154fd69499711380610376", destructured_ast = "48137aa537d44dfd2e4abc050b3dcc50434aa7e065ac5736a2d9d3922e3d1db0", inlined_ast = "48137aa537d44dfd2e4abc050b3dcc50434aa7e065ac5736a2d9d3922e3d1db0", dce_ast = "81324a5e35ec0de14ee71fb42b16d08830563a0ea5e4b1323826184c7cb165e1", bytecode = """ program test.aleo; struct Foo: 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 205861765f..f3fc0f9212 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "fe3121c5c80553ab5612bf475745db23fd25d3b76aec71d6d25cb1b50d5ff712", unrolled_ast = "1280e0433bfb8a788c7e1b682ab1bd1d56fff0a0c9f6a315a38dfa2163d56a87", ssa_ast = "dac37bbcd5a892a6e93dd2d8c50ea6801dafe65d8840313ce7fc8647bc5d0db8", flattened_ast = "c6c35ab510a775277af6f84c7eea14e656d0f60882b0a532b7b492da8edb35ce", destructured_ast = "665eae1950c3c697ea07b7c9206ee878790cdeb3ff1064ec1a0e1fb4485a87d9", inlined_ast = "665eae1950c3c697ea07b7c9206ee878790cdeb3ff1064ec1a0e1fb4485a87d9", dce_ast = "ca620029245ebb82f85a455c0110f51c90f1fce9e16140f055914d948a0eb6f9", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "fe3121c5c80553ab5612bf475745db23fd25d3b76aec71d6d25cb1b50d5ff712", unrolled_ast = "63e8bf5c4ba815ac0f0b8483c88960fa6eec011b0a1939e00fbc6e96287adf38", ssa_ast = "347467849da944040e0193f03d5c283ffba065685e13e1d9ac58e5f5792d01ff", flattened_ast = "660de96609581e7df0d0e53ac304fb0067acbf291c6106a9127d16037faf3dfb", destructured_ast = "d680e6ac61d1872bf225af19b942e299db776ee6b56c3a3a5ec3c163187751ac", inlined_ast = "d680e6ac61d1872bf225af19b942e299db776ee6b56c3a3a5ec3c163187751ac", dce_ast = "ca620029245ebb82f85a455c0110f51c90f1fce9e16140f055914d948a0eb6f9", bytecode = """ program test.aleo; struct Foo: 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 0b0c99512b..24ef15f82c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "82e34468184916ce4d8d9a0b3c2403e1440b11a4d6c6cee1acef2dc6f3204334", unrolled_ast = "0a4534e57dfc3d63c99173251adc7bc10ec069aac965eb807888aa00fcba6893", ssa_ast = "cfcdddfa5e8cac0c270c4133e7f7fd5e91704817521832085c406f4d81898b1c", flattened_ast = "47b7798a471be8dfc2505f55171ce2deda221128687cf23cc68afc791f7487c4", destructured_ast = "e16ee02582a33b9d9c3d7cbb6d5d17cc9ef8c9cee9349acbef36b9627af2b0ff", inlined_ast = "e16ee02582a33b9d9c3d7cbb6d5d17cc9ef8c9cee9349acbef36b9627af2b0ff", dce_ast = "d63bf54dcda8aaaa25f52a94798b0c3714e45e3934e6c74d33178b2db2633a60", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "82e34468184916ce4d8d9a0b3c2403e1440b11a4d6c6cee1acef2dc6f3204334", unrolled_ast = "6cd6883f1e794726f8046ddd608c498b054abc2b519169c912cebcad0bca9466", ssa_ast = "610449f636637118096fed8036e89713b95c5235d54b33192f0e0ebbadbbb615", flattened_ast = "90f9bc7364de64033305b54de8155a1d6d8ba36302b69f2c806409ddfea1fcdb", destructured_ast = "d77965026a61a91097b583164952d342ba5b440ef803e320c3c6bd3ec62386bf", inlined_ast = "d77965026a61a91097b583164952d342ba5b440ef803e320c3c6bd3ec62386bf", dce_ast = "d63bf54dcda8aaaa25f52a94798b0c3714e45e3934e6c74d33178b2db2633a60", bytecode = """ program test.aleo; struct Foo: 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 330b2aa181..b08ab5fbda 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "fbf888dad304e879619b4887c101a1ffd7bab2caa03cd3b3d69fcdfde32f3f26", unrolled_ast = "a0a50e68e46300948214913066cb86a6a9c9df331e9e2be5633a4d20a74ee31e", ssa_ast = "09e0637421ef8ba543f769683232b0ce49e88a3a10d7c57ee45a0ecdf1a491e9", flattened_ast = "eedede6cfb7fa30292a34b3992f0d8d020eaadeb5b20e65da2f05c84bebbd58e", destructured_ast = "38e80378b8ba30c4b6565a399f82cc8182ff79b64ce6a665425a6322dc28be5d", inlined_ast = "38e80378b8ba30c4b6565a399f82cc8182ff79b64ce6a665425a6322dc28be5d", dce_ast = "9b57598991bcc328755f1af12d5b0166d7f3ee085d64c889d5efbeeee2521299", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "fbf888dad304e879619b4887c101a1ffd7bab2caa03cd3b3d69fcdfde32f3f26", unrolled_ast = "1b3771a128ec49d4648cd72122d2842463eb3c9d0d75ddf6a418467712a71a44", ssa_ast = "2c4c59202693fe53320c1cfccbb84247fc6ecd82eaacdcfb3657c8df35321617", flattened_ast = "f421cc377551a15e1215811a4be0d10abd06635dacb0a70ee8c45fda1a2b5b19", destructured_ast = "1987e570529e63fb4ce06dc427574993cb4e2038392571151f89c5ff7945f974", inlined_ast = "1987e570529e63fb4ce06dc427574993cb4e2038392571151f89c5ff7945f974", dce_ast = "9b57598991bcc328755f1af12d5b0166d7f3ee085d64c889d5efbeeee2521299", bytecode = """ program test.aleo; struct Foo: 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 77408bb256..d9378e1b77 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "3eaf0882db0cfcbf6de5835a3e371866978dcdcbcefa64c51831e73206d69ba8", unrolled_ast = "0d39cd55388792e26833596112e0c54939c703761067ac42a09bb624a5107147", ssa_ast = "91c6291f44c1b3d4ca7b37d12a174970ec550da09d401fef35530d64144192a7", flattened_ast = "1166761ddd42548289210278f8730e3dadfe1ee6f8b56bd9fb3a969cccf705bf", destructured_ast = "76d9aad1e555b5e5c8e67e79bbe50d86569491e0d4c6169fc996aaaf47444a19", inlined_ast = "76d9aad1e555b5e5c8e67e79bbe50d86569491e0d4c6169fc996aaaf47444a19", dce_ast = "3e6d6b6010912be2d3176362dce5f7d06299a02b0ebaba6fee8df29ad22c40e2", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "3eaf0882db0cfcbf6de5835a3e371866978dcdcbcefa64c51831e73206d69ba8", unrolled_ast = "4d30079e49ad3947dff367a0852243f4b459cc6ec41e71a10ac73bce53262f33", ssa_ast = "60bf1d15de240b15136d2839f57caccb1759e8ea1609226197fcc4d1dcaba27f", flattened_ast = "d897b7faaef80aa3af1ea22c1dd2d43be66f5c8c26fe8b11c14843ac6f80ba7c", destructured_ast = "2f48442a1c766c02c1c0104196aaacedbba7b5494da4df889cca70e463551775", inlined_ast = "2f48442a1c766c02c1c0104196aaacedbba7b5494da4df889cca70e463551775", dce_ast = "3e6d6b6010912be2d3176362dce5f7d06299a02b0ebaba6fee8df29ad22c40e2", bytecode = """ program test.aleo; struct Foo: 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 a79ebd6fa0..52976da7f9 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ecd1783a08ebb34de50fb69b55fbe0c99294456867038c29865988b70384244f", unrolled_ast = "081c90454ebda57bb729bc61dbbc2f1853beece00574f490f947e8f8ac3dbc33", ssa_ast = "4397c14d041d1533652d906c16affbc993712903cda884fd559d5af46d668fe6", flattened_ast = "6fec300abd272063d7a1a1585a4631d0cdb2ea7a7c23b6fad0d6ddc2800aebe1", destructured_ast = "6e76550ba1f52f892bada0a3d7c8ac327a2dc9109c3ee05f83470c3d98cdf1e9", inlined_ast = "6e76550ba1f52f892bada0a3d7c8ac327a2dc9109c3ee05f83470c3d98cdf1e9", dce_ast = "3883bc3b3d790b194876f766f86c861c7f20b297f0f997497016b625308a7dd7", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ecd1783a08ebb34de50fb69b55fbe0c99294456867038c29865988b70384244f", unrolled_ast = "fb197d8d7dfdb128c8f897cee201f2a3a7ce3c80454a629cf1a39cddba1945bd", ssa_ast = "c4c74268713d0ca75d895d33ba2dddf4ed2f790c117756fe9d1479bd4edc27f1", flattened_ast = "647c69d6626b69cf1f1967daf3216efda32cab39b70b2f253a71abc2e4e20dc0", destructured_ast = "343293ed945fdbc8790e63cd6ca424848f4d862c97d70c179aa175667de0ef86", inlined_ast = "343293ed945fdbc8790e63cd6ca424848f4d862c97d70c179aa175667de0ef86", dce_ast = "3883bc3b3d790b194876f766f86c861c7f20b297f0f997497016b625308a7dd7", bytecode = """ program test.aleo; struct Foo: 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 478dab8359..cc84955281 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "97b71cec08c5c1f7e92de47bd251eaac3d28a993b5fa40c7aeb136149b62089e", unrolled_ast = "13f9347a923b51a139f9a04a8306864c203d5831a0bd77308222ccf3da198860", ssa_ast = "bb4bb3b80de02d34418081862ca7a0a73919e34a5f4feac5dba836b8835e0a87", flattened_ast = "9b8b78f557feb8efaa1e1e45301acaabf6d6be7aa40fa0bdb200f500576bbb25", destructured_ast = "cd9df3839580a85f0b48aa0ac50ac747a142a9618dae91b362a33fef0a287697", inlined_ast = "cd9df3839580a85f0b48aa0ac50ac747a142a9618dae91b362a33fef0a287697", dce_ast = "8fa6f707faf5d7d2cf45e929338b2a001fa511d07fed5086668f207979356dbc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "97b71cec08c5c1f7e92de47bd251eaac3d28a993b5fa40c7aeb136149b62089e", unrolled_ast = "4bfb05be84ea03a0a60dd3b6f0400b3108f5143416a2dd19fd0ded003beaf583", ssa_ast = "ef42561980dbfbe28034e2e437cc84c6955480cfffb52abf37679a720e0af1b3", flattened_ast = "aed9daba9ca6e2bf6c172317fd67116082df742dedeebef47b37e687b9459e32", destructured_ast = "a0f45f9885fa65bd3257d8111e7bb39f7650b132fb8914d19e8220df5e5d875a", inlined_ast = "a0f45f9885fa65bd3257d8111e7bb39f7650b132fb8914d19e8220df5e5d875a", dce_ast = "8fa6f707faf5d7d2cf45e929338b2a001fa511d07fed5086668f207979356dbc", bytecode = """ program test.aleo; struct Foo: 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 5fcbdefb9d..b2cc7571ec 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "610a4fc456f8595c56e139dbde29fc86d523c2155ad537651b6a6ca47f14032c", unrolled_ast = "bac34290e15421c6e1135df37db278613246e9a0550e88d2706cc89e2a47ba9d", ssa_ast = "2c25468f52cd17b4061bb37baf5a45b876664ae4085d925ddc8df2a6f9dc20bb", flattened_ast = "dabdf476e81b3c680861abaac10ed58413903b6c08099ed8911bf1f26a39dc0a", destructured_ast = "380549ae6edf64f5564f50f953a85a2280f7a9e980e6b034fa6795b4531c215e", inlined_ast = "380549ae6edf64f5564f50f953a85a2280f7a9e980e6b034fa6795b4531c215e", dce_ast = "0b3cbca56f5e782e1b146db4c2ad0401e4864ccfed103a2de34aef0bfbcae55c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "610a4fc456f8595c56e139dbde29fc86d523c2155ad537651b6a6ca47f14032c", unrolled_ast = "12ccada9b9d6440f825e6f39b337cfa09b38f4ea78499038fed425228e8df8c5", ssa_ast = "b546484e3f05b62bfd380032045e3626ca52c8be3bedacc5f57ee9fbc2752e34", flattened_ast = "b7d50397cf9dee6363eb22a9ddb6de9640fe58fa9bfd679e0525c95f3d16dbc7", destructured_ast = "0beda2e440ca012d59d20e998d2f5715e40e6d49d5eb377552524ae138781943", inlined_ast = "0beda2e440ca012d59d20e998d2f5715e40e6d49d5eb377552524ae138781943", dce_ast = "0b3cbca56f5e782e1b146db4c2ad0401e4864ccfed103a2de34aef0bfbcae55c", bytecode = """ program test.aleo; struct Foo: 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 6e0b75210a..921c614b1a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "57146a576730ce6d4582fb576ee24b6442b24b3ccc3a351d3f324a039da2e9f7", unrolled_ast = "55e2bfe3512de8772cb98ab9e678cb8b798bac982f9503c1b52b781193ecb51a", ssa_ast = "d5a71d711f4f5788efc1c8969c349eae6bb43bb9ce1654d1b24160fc1257787b", flattened_ast = "6a7be1099d4c70b0cea433b0564a8f1fafa4a6fe2ccbe631619babbeab6a870d", destructured_ast = "b9b809dcff2f5348a4170a3763d48e7d16f7bf74546ff8436343e4e43db4827e", inlined_ast = "b9b809dcff2f5348a4170a3763d48e7d16f7bf74546ff8436343e4e43db4827e", dce_ast = "e85ba453d1fc9fb7be011b05bf492456225608e08f74bcbcccf7ac26afa2ecec", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "57146a576730ce6d4582fb576ee24b6442b24b3ccc3a351d3f324a039da2e9f7", unrolled_ast = "7cdd06fd5e49c38b63a27f691c09e2422ce625841ae3f9d9c68a3b8d8c6bf5ac", ssa_ast = "e7107241be53241574392570859a828ecc3ed14b1ce03d30643f44ce733f6d14", flattened_ast = "815ec0e098ae80958c630bf30fbf0425634efb8bc1e63d08f87de9a275938ffb", destructured_ast = "d93c1cfa75a8f43eefc33bc27b7e0f6eeb4dabaeedca8ed04dbfc3491b3c1dc1", inlined_ast = "d93c1cfa75a8f43eefc33bc27b7e0f6eeb4dabaeedca8ed04dbfc3491b3c1dc1", dce_ast = "e85ba453d1fc9fb7be011b05bf492456225608e08f74bcbcccf7ac26afa2ecec", bytecode = """ program test.aleo; struct Foo: 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 311fe2fd6b..e6ee6bec2b 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "dc8053afd958f2b06f02249a810f2dfdbb9746464b5ba27f1b430abf07d3cbd8", unrolled_ast = "89e76aeacc93e34b6a15dac8a82c4ff6a440e7274e0b0c29991c2d13cfcb25b1", ssa_ast = "333621a244a2b1477e731cf377238b8e419c96ba58eaccf0727d6709f407d869", flattened_ast = "adf0c5d818bce455ff51543fdd116685a3b561b4e7e0d82c066bb27c9989a921", destructured_ast = "d5238ce8c00cff9a075b4b87d9c7f1ed25fe537a576c835026e8bcc240cda6b1", inlined_ast = "d5238ce8c00cff9a075b4b87d9c7f1ed25fe537a576c835026e8bcc240cda6b1", dce_ast = "6f0f0b4a30313d8a789b70a704502fc0863ef969f9788f9c0467c2a23e7a5671", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "dc8053afd958f2b06f02249a810f2dfdbb9746464b5ba27f1b430abf07d3cbd8", unrolled_ast = "3d151b343d038381afab369436dff53562f9c56fbacb178072820c0d3cb63129", ssa_ast = "06ff09190bdb39613a73f08fffaa3fb9b28e9206c059d231a7093ac16f69f107", flattened_ast = "7ed0da2c4ccfa74dd93bb8553337859342d8173586e8aa9b4930c29a8cb47236", destructured_ast = "5426399e570c84ac993ddd967ae8c3ade8eb048dcc73b75ad005aaae87248cee", inlined_ast = "5426399e570c84ac993ddd967ae8c3ade8eb048dcc73b75ad005aaae87248cee", dce_ast = "6f0f0b4a30313d8a789b70a704502fc0863ef969f9788f9c0467c2a23e7a5671", bytecode = """ program test.aleo; struct Foo: 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 4ed67d308a..91b375f35e 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "00824cc0d881d5e7396530ec52624760cabd072213e5d0f740aa98b0144eef83", unrolled_ast = "d4b4c47f74bd2f55143406a669c0bbf1770eb91590505c40f7a6e98f15aa1e09", ssa_ast = "2b9448561b1abdf4e01faad632d703b340500173c8f1f900a94c6601763ba974", flattened_ast = "658a720db3b449afacaa53622a32df3d0164aa0717cb16fe6a4054363ebb6ca5", destructured_ast = "d0ec72f968a9b1cfa59c135ab471a538962e00695288fc7143a461754f581eec", inlined_ast = "d0ec72f968a9b1cfa59c135ab471a538962e00695288fc7143a461754f581eec", dce_ast = "9d834ec2b1c8f0c1ba38554e4cb11937e9a9fd84dfbf8026051d3f0198f7187d", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "00824cc0d881d5e7396530ec52624760cabd072213e5d0f740aa98b0144eef83", unrolled_ast = "212441ef8a590837c4f989b3099d6d936e1a7cf67e9b0df94f7ce544b5be87a2", ssa_ast = "066e03f9a04b2cb47e55ec56ea94207ba396327859fa38b0f9c21d138fc5a731", flattened_ast = "26be0e60b6cffa046b4b79e307196b53a2df8ab83729e5d60a8afb2a7925219a", destructured_ast = "d0ff6ad6176f4bc39f3ba674c4cf09921a015e60c2285e0e71a201bcaee8d3c4", inlined_ast = "d0ff6ad6176f4bc39f3ba674c4cf09921a015e60c2285e0e71a201bcaee8d3c4", dce_ast = "9d834ec2b1c8f0c1ba38554e4cb11937e9a9fd84dfbf8026051d3f0198f7187d", bytecode = """ program test.aleo; struct Foo: 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 c94dbae9ec..2380f751fb 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1c9f49397fd75d957445f0b55438c7febcc25168b8203ec0f58b7062cec0320f", unrolled_ast = "bad8e1c2156cf91f372ebb756a83a445c8b946ca48dd54c7163be7c0965954c9", ssa_ast = "f64bf2041305a0d210063aebdf3712064d7053090346d4766db60ac1359cfacc", flattened_ast = "76a31197a0c0e7ea917eae47a785af7d8b0e79e4d3c311bf15ea30977e51b33f", destructured_ast = "f3498fccc0f0a3299a058daa0a1bb23a817251195a58e21d7dedba70529cdc5e", inlined_ast = "f3498fccc0f0a3299a058daa0a1bb23a817251195a58e21d7dedba70529cdc5e", dce_ast = "4bed8e4e2838ecb5b43525fd82a397b774834bf8992795b7d31b7665c4e82dfa", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1c9f49397fd75d957445f0b55438c7febcc25168b8203ec0f58b7062cec0320f", unrolled_ast = "474d57c25f15e1b73ade2ea6cf8c65f1c281eaf011d4f6390418675d50afbe90", ssa_ast = "0cfbd1f3f172d67ebf94a5880b22c9deb3d7d7506cce1ad768675b577048e0e6", flattened_ast = "266376f7d838991f20b1ff09256d3d6b4ea734e99dbb4b2fffcf6916f9500ef7", destructured_ast = "80ea0b2e057ae7a6728081e2893d91edbeae2ee07402553d1ff92d321cc2d2c4", inlined_ast = "80ea0b2e057ae7a6728081e2893d91edbeae2ee07402553d1ff92d321cc2d2c4", dce_ast = "4bed8e4e2838ecb5b43525fd82a397b774834bf8992795b7d31b7665c4e82dfa", bytecode = """ program test.aleo; struct Foo: 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 77b79382d8..eee02c7f7c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "37e3030c0ca5670696b638e483d0ca931f2dd0693e0eca0b5256ba94ed224884", unrolled_ast = "ef4b2fad2ed81f9f32de1a18c4dc67a8801535f9f8e9be34b4578294c3b74079", ssa_ast = "353991fed5551dcb153c0c15b31eace7acd18e2be8ecf73dcd880f6279c30cf6", flattened_ast = "8bd4cf077261494a72d6590e3c0b09c2c629ca619ef2c553a48e9c732e65e5d7", destructured_ast = "bd7129f334c1d21bbc53fe818698810e15a0383ee1266906131cbbf569fda059", inlined_ast = "bd7129f334c1d21bbc53fe818698810e15a0383ee1266906131cbbf569fda059", dce_ast = "0f03fed192e83d137cb05128457cd6bb062a20f654bac95428ee8ac30d564d5b", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "37e3030c0ca5670696b638e483d0ca931f2dd0693e0eca0b5256ba94ed224884", unrolled_ast = "85378086a2fa4b8c8968d7088a49e922a9df85d85bc997044eafa24b7455333d", ssa_ast = "e53950c0995b263e682a3356a8056adb32aa5c23b726e3fb4bcdbac608c9013b", flattened_ast = "1899df6b08abc08e7a1c8c0c5449ed3e5fa8cdfe807ea5678519975f79a909ff", destructured_ast = "87d0f885b78ac03c9c06b2c441b33e3a2d7823157673860602549739369278a2", inlined_ast = "87d0f885b78ac03c9c06b2c441b33e3a2d7823157673860602549739369278a2", dce_ast = "0f03fed192e83d137cb05128457cd6bb062a20f654bac95428ee8ac30d564d5b", bytecode = """ program test.aleo; struct Foo: 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 65019d49c8..ccce073c37 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "bc6c18fdd0847d82aa9953712aaf214f2b69c6f024d54f9243768a7e23a01f27", unrolled_ast = "0a4061f42d8a1860cc525a2648267a264c23469bde27d57fe4f932fbf650d888", ssa_ast = "6f347867c489f369d8d914ebae90924041a69386b3acd590cd8dde0b9aeeb06b", flattened_ast = "a754f3658ed8d9ecc75d0eb6a45c5fa772483fe1fafb76cc85bbef5a81f8d3e3", destructured_ast = "54769125b211d8b458069f17ffdb201ebc8b70948b61cc21497638205b9ef66d", inlined_ast = "54769125b211d8b458069f17ffdb201ebc8b70948b61cc21497638205b9ef66d", dce_ast = "d0380a75a2bc060fc2206af015080ca753ece0abbe55ae43e172eca9d889df97", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "bc6c18fdd0847d82aa9953712aaf214f2b69c6f024d54f9243768a7e23a01f27", unrolled_ast = "3e19f3d9f82d2619ed2ae9c8c6796e95064781fed3966fbff7ea75acdb418405", ssa_ast = "4ea38c90ba091c6b890776c1af252ad86396ddf3f314118519b8b871000e76ec", flattened_ast = "6a873870a386d0eccfa6eab89ee9254819de03dc02aa13cde54fe4b3a10f570b", destructured_ast = "4d7869efa441d68c807a398451ab4722114fb3fa1b6984d4ca2a3899bff7bb76", inlined_ast = "4d7869efa441d68c807a398451ab4722114fb3fa1b6984d4ca2a3899bff7bb76", dce_ast = "d0380a75a2bc060fc2206af015080ca753ece0abbe55ae43e172eca9d889df97", bytecode = """ program test.aleo; struct Foo: 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 15030969a2..eeb0acb86c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5158ab59e76691bc9dc7308772f454480333ab6c9f0d129ef7a40b6ab7cf5ce3", unrolled_ast = "353dfbfea722925b0f6c2d3c73bf993bc585620b9cdd3ef676cb37d077117028", ssa_ast = "f67641db7223f77961e92425ecd9d78d2a24d63f57a6558e6736337eb6bc0d52", flattened_ast = "49995a2c84ee86f5d4e071b35d6c86e392b08445878402a6da2fac4761404bfb", destructured_ast = "855828a9f73212931415a27dc588d676be75ca18e536efde599fc15627cdc5ba", inlined_ast = "855828a9f73212931415a27dc588d676be75ca18e536efde599fc15627cdc5ba", dce_ast = "9f9d64cef65b5524dad12328313c4fe0b9e5c22dcb27b7a6d6b03f4d50004c69", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5158ab59e76691bc9dc7308772f454480333ab6c9f0d129ef7a40b6ab7cf5ce3", unrolled_ast = "101eede55d48b3829907776f6c40dce42dac8b883634de56f7dc7a26948faefd", ssa_ast = "f164fc3b1c3ffb7219ff81f823c3f6344d0c23cb8cd01e049fe5f80924c8e445", flattened_ast = "ff05c6b29ed783510ab351f6438c3eea59dff3aca9fbaa0fa396fd12f8124026", destructured_ast = "7cc3282dd587b0f93fc08407a76c44c39845be334851b7b6008e51c45bc3c67b", inlined_ast = "7cc3282dd587b0f93fc08407a76c44c39845be334851b7b6008e51c45bc3c67b", dce_ast = "9f9d64cef65b5524dad12328313c4fe0b9e5c22dcb27b7a6d6b03f4d50004c69", bytecode = """ program test.aleo; struct Foo: 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 8b02400f6e..dd7829abb7 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "3ad56b01d05844bfa93a7b61929cfa41826259ba721b328e8f68e8185305a546", unrolled_ast = "5d2d64b5b9cb0f02859f2762747aa718543c6f3d184d0708e4def2a1286bea4e", ssa_ast = "955516e6ebd1fee439799666b04060203ac158cf892af7de21f45b409498d08b", flattened_ast = "7d847b8ec6e75c88c58900587eac711a1e4c83d283a2eb1c31b4722ffc43be14", destructured_ast = "7137b1cf5cb555d23295a1cd265bfe6a6c17080978799ebdf95bbebf6cbc61df", inlined_ast = "7137b1cf5cb555d23295a1cd265bfe6a6c17080978799ebdf95bbebf6cbc61df", dce_ast = "6831bb97667f2f90c6b1477e1dbf1121339d010d675f02a4f0ad65b7d3b7fa2c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "3ad56b01d05844bfa93a7b61929cfa41826259ba721b328e8f68e8185305a546", unrolled_ast = "edc2c7f7a23103f904b74b6cd9c92605ecc535290e6f888efed06e4df433a53b", ssa_ast = "f646c9e407c016134ca1b51245157c1863d8b1320e66c5577c8fa884db60d372", flattened_ast = "a5a20d6f8e3e025849eca6a035ef06b4ddbf97edd0802397ecbcdc078bba474c", destructured_ast = "d2201ae4b733e295a621b7709651f88c0c1cc80a4fae6e252015e49577850dea", inlined_ast = "d2201ae4b733e295a621b7709651f88c0c1cc80a4fae6e252015e49577850dea", dce_ast = "6831bb97667f2f90c6b1477e1dbf1121339d010d675f02a4f0ad65b7d3b7fa2c", bytecode = """ program test.aleo; struct Foo: 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 4961f28042..314bb9f610 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d1ece7284dfd737c90106d9e554b11831875e95935c645d35ffca94dcf45a179", unrolled_ast = "0b699d49bb8b74dc0b07925a81a6215970b8c2ab236c561012bb35e64e0f5e2a", ssa_ast = "6a0b4682092249b07ca165bfdcddc3b0ff15391d3176663f679afa28b332eb31", flattened_ast = "faa9233ae32056c7b69f6354f2fd1ced1973c3499bded32e7d6f88e22f66b7a2", destructured_ast = "af5bc7febf682a94aef2072f7a115e5110a84fcf90f35e473ddc1453f7476ef9", inlined_ast = "af5bc7febf682a94aef2072f7a115e5110a84fcf90f35e473ddc1453f7476ef9", dce_ast = "8356dbc86f62044293517d7485a61fcdba1615ced6f90498bb40c4688acc13e2", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "d1ece7284dfd737c90106d9e554b11831875e95935c645d35ffca94dcf45a179", unrolled_ast = "fcd033cef064c874e9e6684010e4e3e661fa6bcb9e25b179e87120df35f6d338", ssa_ast = "580175ee48283ebe8a1a8dc8d273da7ee2876e83f6fcae0901e0495abab3b583", flattened_ast = "22727bdf2ea6974ec16d3e06bc7cad5fc1a30a7887f8e8663ebf2809188c655e", destructured_ast = "e89b77e5434c938950fc7adf040aec5ab56aced8b46128f69a13f218dc729020", inlined_ast = "e89b77e5434c938950fc7adf040aec5ab56aced8b46128f69a13f218dc729020", dce_ast = "8356dbc86f62044293517d7485a61fcdba1615ced6f90498bb40c4688acc13e2", bytecode = """ program test.aleo; struct Foo: 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 8997dd4fd5..7f5daeb950 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1c85acf659d264fc2b7c7391b8a0c6133cc8864d8ace248ce0aaf54ceef6aed7", unrolled_ast = "00e31a71d9ebaf9cdd102e954dfaf249169f4d752461f1ca1fb493ef2d0dcedb", ssa_ast = "b3f07c9a80bc4375d9c11c823f4b6aa14451da40ce43cb9f752bd36b6037e4d5", flattened_ast = "3828b55408891e962604d70eed25d4892c65c4a8217e25a741a0ceef091fda5b", destructured_ast = "4de6c90e81844d36009dcfaadeb92b5e0b08c0d6b683246f64a188cb993cc021", inlined_ast = "4de6c90e81844d36009dcfaadeb92b5e0b08c0d6b683246f64a188cb993cc021", dce_ast = "8d8eabe876898236fa1f7411688789249517172462e44565d1fb781e391e33e3", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1c85acf659d264fc2b7c7391b8a0c6133cc8864d8ace248ce0aaf54ceef6aed7", unrolled_ast = "b1c525fd440a7e8bb8fb3913e9ce0a5c70025f10eb7831eec24501be35f1f9c3", ssa_ast = "bc2fd6f4caf2622dda88f9de794f56151f32d94a9b33cc940413a7c67ecf97f9", flattened_ast = "6849e39c0b5d986f57c37d72663ea85d77dac1cffe74f64ed8cff001cb8e3c9a", destructured_ast = "baab517d6e81c3a9ecf23181a940ac0d90727c51e1bd6bcc91c84d70c1457768", inlined_ast = "baab517d6e81c3a9ecf23181a940ac0d90727c51e1bd6bcc91c84d70c1457768", dce_ast = "8d8eabe876898236fa1f7411688789249517172462e44565d1fb781e391e33e3", bytecode = """ program test.aleo; struct Foo: 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 9f84cfd254..aa49d2a988 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "4b4a906c5b2e7563f8618af9bc7acc3422332542ef6f208c0809cb0dacb84ce3", unrolled_ast = "637bbe35ff5c9fdeb6f9a2eef14e5acb6828ae990539bd2585f6782e7501813d", ssa_ast = "a590f864d4a0c43113581127f6a6a464253a5c44a772efa866bdd53de2f15d62", flattened_ast = "c83d65f7d9d1b4e63a8e802def8ef506743c9bf1234658f3275931a14b33c1c9", destructured_ast = "8917ff3bbe82af8a639766b26f01b994beefb80cd75c5371ebf2aec87f2c69fe", inlined_ast = "8917ff3bbe82af8a639766b26f01b994beefb80cd75c5371ebf2aec87f2c69fe", dce_ast = "dfc85d1eed5c7f1280e9f450ea4d6ed77fe427e17e82d01233d7fc08c746c647", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "4b4a906c5b2e7563f8618af9bc7acc3422332542ef6f208c0809cb0dacb84ce3", unrolled_ast = "b0cbf7f19dc094b582c9a5243a28bf487c0b81e11ef17f580259dbeaa14fb52f", ssa_ast = "4e1897ba46c8e0c21e333f8e684af2c3a2b1cfafa5e3df1fe34f56a7c632f3ce", flattened_ast = "39fb619f5bf7d308fbd542a52bda1a381153665b61354000de72afcd37a8e7ec", destructured_ast = "62e504be01fdda22f241c5e73571b66b643ccf02ceda4c20fab5f77801c59d94", inlined_ast = "62e504be01fdda22f241c5e73571b66b643ccf02ceda4c20fab5f77801c59d94", dce_ast = "dfc85d1eed5c7f1280e9f450ea4d6ed77fe427e17e82d01233d7fc08c746c647", bytecode = """ program test.aleo; struct Foo: 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 4cf0e5c336..16189c2a23 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9608ff8b894d92df33318bf170b22fa473b7b9a302a150879ec7a3fe41c144a7", unrolled_ast = "dc0370a030efa51fa6cb8adb551f76226cdc820f7723e82c3f92851c45abf6e7", ssa_ast = "36674c6f91fa700b0ee246b81df2ca2c1a3520e8049e7a54695e0e182c04f3bf", flattened_ast = "10e1ee9d0e1debe4c037f8f5fcfdaa582f44cf525b029967bf65a7391ef7ef54", destructured_ast = "2d8f60f67fe782cdcae97ff243c5e6972d6a49660c3abd5194972356e5191176", inlined_ast = "2d8f60f67fe782cdcae97ff243c5e6972d6a49660c3abd5194972356e5191176", dce_ast = "24285718f7f3aea58b24d9779db8d151e6d78e6b94896ceb751c0326bed97dc9", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9608ff8b894d92df33318bf170b22fa473b7b9a302a150879ec7a3fe41c144a7", unrolled_ast = "2f24944c7494b327cda9f114bbf1836e96ea80368300851f7f4efaba5b85872c", ssa_ast = "7a7f6d325ac81dec469a349230975f185053694dd16afa0b358456a9e75aac65", flattened_ast = "d10ce9257b5d1843894e3baef087ef88e5d355c756da2b68f37aa16dc93b2a5e", destructured_ast = "42af96e854ea2a9edc640f8d97433aa64f0c0632b35472fec04653755d4a0b2e", inlined_ast = "42af96e854ea2a9edc640f8d97433aa64f0c0632b35472fec04653755d4a0b2e", dce_ast = "24285718f7f3aea58b24d9779db8d151e6d78e6b94896ceb751c0326bed97dc9", bytecode = """ program test.aleo; struct Foo: 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 c3c90b484c..736a3ca9ec 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e7c13c39a9619ea30d0eebce39238253b9f7d7c19c1bdf66328994543d6978ca", unrolled_ast = "948846a8dbd8ea4955b3b5670bf6e613f4bdcda8858897598ce1bc04b0e79f89", ssa_ast = "c2e80058c4e4c07355d0e3762c23029794181e268adfe9c59adf7a5755e54e48", flattened_ast = "cba2c3ac7991c8801e884545b741c9086042838e49176cfaff0a86edd9579fc8", destructured_ast = "bf17e5c7ff2f31eef74f9f785f43e1595a57a6487e65d70fe251e256a8499970", inlined_ast = "bf17e5c7ff2f31eef74f9f785f43e1595a57a6487e65d70fe251e256a8499970", dce_ast = "01cbf55b348794ae2b6bad10ff625b9c4683e9d8c222b3b0486bac51d4ab4794", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e7c13c39a9619ea30d0eebce39238253b9f7d7c19c1bdf66328994543d6978ca", unrolled_ast = "7967bc02404fa96ac29d74504daf292a0e5c679aa35c8dfbe4cdd0060476135c", ssa_ast = "90eea63e7e14834da7b233ba7c00b02c1c3b5aef342d9c3aa36b70e4702e2eea", flattened_ast = "bbde815c21e0a248311ccf780d23013741fad345df89888812a301e0cd0fd3fb", destructured_ast = "be3b6e47438d41dfc4dcef020bfe48a16a90584ca1d8fc3b93b9b79bae4dd65f", inlined_ast = "be3b6e47438d41dfc4dcef020bfe48a16a90584ca1d8fc3b93b9b79bae4dd65f", dce_ast = "01cbf55b348794ae2b6bad10ff625b9c4683e9d8c222b3b0486bac51d4ab4794", bytecode = """ program test.aleo; struct Foo: 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 2376803f52..2d02ded58f 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "0e6a1aa546ef79f888222be77c1b69c26c74bc1f60cdc4383965239c4a7bec4e", unrolled_ast = "87146363031654ff1e32ea0764734d2d326cbab0c3645360fc4e0d1ef278ebe1", ssa_ast = "507dd36979336f1451113810a66ddf7c8ac8a1cab95e95aec9ae83322009aed5", flattened_ast = "c5478432218afa3e1ac8c215913b02f7c059dd3d1f872a49cd23c8d605feeee7", destructured_ast = "20827605b8b0054e54ed9a0182d947bdcfe7d51efb8bff9ddcf0df37bd15ce3e", inlined_ast = "20827605b8b0054e54ed9a0182d947bdcfe7d51efb8bff9ddcf0df37bd15ce3e", dce_ast = "65cd910357ad71020221ef840c274f582e997ccfc0a85fe879e6823c7bc4b47a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "0e6a1aa546ef79f888222be77c1b69c26c74bc1f60cdc4383965239c4a7bec4e", unrolled_ast = "6c740ac4c598c204b373c4cee91a213ded783ec542790775a86127976f7d5b50", ssa_ast = "073fe7f451ac1e452617aa5bf87d54236e6784291e06eb4aaedda5f9e8243c49", flattened_ast = "21e39a233c92a4ce9454444fadb2778038e94b7478d10c5e9d0d8ceae0e00b4b", destructured_ast = "05d13c90297f808ba85cb3843e8f92b37a6e71a85353401d4439b63a0c2a8aac", inlined_ast = "05d13c90297f808ba85cb3843e8f92b37a6e71a85353401d4439b63a0c2a8aac", dce_ast = "65cd910357ad71020221ef840c274f582e997ccfc0a85fe879e6823c7bc4b47a", bytecode = """ program test.aleo; struct Foo: 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 6b3129171b..bbd6bab49c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "a9aefd5a57ccd41ca80b73c28bcd3a2d0bda241029bcac325847adcd1008b416", unrolled_ast = "de4ced408b980ac7343a415fa5a395cad1d6f44d6cc05f29a1e3ef7a8a5d7d34", ssa_ast = "3e0fa3d9c44d1752b71d34f5a9ee2ef375c7bd72eeeae6ce911a51b9b78ce1c5", flattened_ast = "e3425592ca0d51dd058818774aa0b2edea1a24065d4e0fe2c51291ab433c261f", destructured_ast = "8f089cc5d963797225d009ad47badac5bce4f4f9d93fc3e2c6abc3201641cafd", inlined_ast = "8f089cc5d963797225d009ad47badac5bce4f4f9d93fc3e2c6abc3201641cafd", dce_ast = "05a02f718b4ec74ed3f96de81e05ce1ad49205d9feb3f5d53688ef910d45b924", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "a9aefd5a57ccd41ca80b73c28bcd3a2d0bda241029bcac325847adcd1008b416", unrolled_ast = "4a7990b142cc90b238a85f12fbc55549adb2285f476f5fec6256aa15fedbe9b4", ssa_ast = "9aba48399e75ece40964ae04f80cb82a6afcf767da958753a1a122648a29a989", flattened_ast = "912e0c805ae8cdb9841c7c15226c0172439bc7a926a4bedec206955dac045813", destructured_ast = "59f0179b80a5dbf21db2093fddefb236660e85eec9e7b39b0cc540e58732a4e3", inlined_ast = "59f0179b80a5dbf21db2093fddefb236660e85eec9e7b39b0cc540e58732a4e3", dce_ast = "05a02f718b4ec74ed3f96de81e05ce1ad49205d9feb3f5d53688ef910d45b924", bytecode = """ program test.aleo; struct Foo: 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 6da34589f5..23ba994deb 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "06e4abe9646e9b63439b9c74626f42fb7e3705e35c67dd243fa42bcf80495480", unrolled_ast = "d96f2cdeb16f71c6045db9153dc54a68ed423d47d7e9692c67dd7236cd66f899", ssa_ast = "38cba50bc22d1d67c67f582d520888890cb56bb6fee0c16564dc4191d5003e26", flattened_ast = "0180365e7ac836876d124aa9eb59c8a59c17d528d9d9e1996c316b6c44f68d7c", destructured_ast = "add4855103e2a382aeb86d0e6b4bad2f801dc30cd1e333fb8418d551ced800e3", inlined_ast = "add4855103e2a382aeb86d0e6b4bad2f801dc30cd1e333fb8418d551ced800e3", dce_ast = "5802b338da0831dd346cb93d4a8dad96341de0ccba8eff4a20610ebeb374b23f", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "06e4abe9646e9b63439b9c74626f42fb7e3705e35c67dd243fa42bcf80495480", unrolled_ast = "50bc33feda1ad911a5ba575e025243fefb7f3eeee17bf99262a0f4cf7e6c4c10", ssa_ast = "ccd5d6da9191ba0bd3e6b8d5a070c4d2a55422de0ad1bb6a2f315997dadd278a", flattened_ast = "d9192f87e0561b4fb0e42dd59325e9cd7589e1e08a321bc7f2127eaae077d408", destructured_ast = "e2922fd4bd1b6b3694c27524e2a20dea8bfec462a2ee0e676ae59eac6e71a286", inlined_ast = "e2922fd4bd1b6b3694c27524e2a20dea8bfec462a2ee0e676ae59eac6e71a286", dce_ast = "5802b338da0831dd346cb93d4a8dad96341de0ccba8eff4a20610ebeb374b23f", bytecode = """ program test.aleo; struct Foo: 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 0eac09361f..6f36a033a2 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "2d3becd68a72424b2af986c1bfeb673817f2068c6063700f48abb82f4db301fb", unrolled_ast = "23e9e43f0c5d612f854e3b80072f424ccd9de53925fc96dbe0064db3d30d8c84", ssa_ast = "67337b05b0b6bdac854f7184f41a0ed3d521aefdc4982c2dcd3c9b836fa5bb31", flattened_ast = "5efbe6eea97a69b00c642e3f90e432ec44e763569131991897c51cdb4010051a", destructured_ast = "d94c3c5a3a2b69642f4ce219f087838191e82ff9af70198dc6462b32a65009ac", inlined_ast = "d94c3c5a3a2b69642f4ce219f087838191e82ff9af70198dc6462b32a65009ac", dce_ast = "dcc48d8f9b6c4af0a942a2af365b5688cd14eb537641bad9d140497ec3b19ed8", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "2d3becd68a72424b2af986c1bfeb673817f2068c6063700f48abb82f4db301fb", unrolled_ast = "fbd899ddc60b15ca2ebbd5404e3d2f8fc7679bee064f100376cc5b21802bd4f8", ssa_ast = "d0aec232a6b57d38c91fa9161f40febd621c99433fee430cb44d542be1ae5293", flattened_ast = "a655246189366422f446f35b6d445d8142c9b86a20cefb9eeeaab27703f20c95", destructured_ast = "c56861992aa7c806b92407572bfa123d33f48b232d99a8c1689fbdf491478fa3", inlined_ast = "c56861992aa7c806b92407572bfa123d33f48b232d99a8c1689fbdf491478fa3", dce_ast = "dcc48d8f9b6c4af0a942a2af365b5688cd14eb537641bad9d140497ec3b19ed8", bytecode = """ program test.aleo; struct Foo: 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 87edf470d4..dd641d430b 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5f5f34657b55e6a0239853b9d2480d11b3a388d2ff501c8d13c1f5535a1c5230", unrolled_ast = "71a6d55a3a16228b65625b43d251b2f394f68e37a7e40ec34f24446d2f010900", ssa_ast = "31ae16fd353b3fd2912682bba563762164105129f19d286c2decdc52b5ad7716", flattened_ast = "e3d8f2c3d88ae65b4ac892056ff56aba6cc0b04f8ba60cf017d4ece10eabb760", destructured_ast = "803d4e797b784c14abfcceb6668965160560f174bfe994694fce9eaacb4c0308", inlined_ast = "803d4e797b784c14abfcceb6668965160560f174bfe994694fce9eaacb4c0308", dce_ast = "ed948431e2b1e2680e2b4d24d663192f4c16ae6d514b2dd3f2db1dfed4d0549c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5f5f34657b55e6a0239853b9d2480d11b3a388d2ff501c8d13c1f5535a1c5230", unrolled_ast = "99bf7577980f5bd10cbb790c2bf5a824cbe6cbd1fb1d9eaa8550c7a0ea3d645d", ssa_ast = "19db2228fb214eac717414b66f847534f9c74f0b2eb828fa2866e7565b385df3", flattened_ast = "80f05f1d5ca80e6ac8edf6ce032c49b99f922c993cec3f60c87d6596f35465a5", destructured_ast = "636c1f86a76e9c009454ce281094cb5c0e21b4f0b840983a33f9ae4edc366318", inlined_ast = "636c1f86a76e9c009454ce281094cb5c0e21b4f0b840983a33f9ae4edc366318", dce_ast = "ed948431e2b1e2680e2b4d24d663192f4c16ae6d514b2dd3f2db1dfed4d0549c", bytecode = """ program test.aleo; struct Foo: 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 233354f959..c3062cfebe 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5a73ab94ec24dade18c55adac7089f0f799d2c357eabfc47d3a5f628409c1c59", unrolled_ast = "88f387333d3ade7ddb55378ee3c02203030e4932aa8a0f5d4252e83484533051", ssa_ast = "cbac176a86abcad56ef6aa734c4e60620a04da0d469b49cec68013b269927249", flattened_ast = "8ad46762795eac4f1daaf90ba0dd010b7af624c5815328be76f43354027dccfe", destructured_ast = "b8ef91ddd4a04af4a988a3e040ea29935482d43d75b401d07a6d8bc98e5bf2ac", inlined_ast = "b8ef91ddd4a04af4a988a3e040ea29935482d43d75b401d07a6d8bc98e5bf2ac", dce_ast = "50188177ad3c58806046cd2894cb7276983c3562b23e21531c6ab86df478c8a4", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5a73ab94ec24dade18c55adac7089f0f799d2c357eabfc47d3a5f628409c1c59", unrolled_ast = "6f289d678401af0bca8f7586e0175d6009ee2501eb9c5ffe03128693fc335904", ssa_ast = "ee0ab5263d3570e6cf321c879068e4012b0ffa44207a2fb113131afdef0758b5", flattened_ast = "361790367877f68e4ce4ca92a61d67db89012ef74c936a5d36a91b20327bfde8", destructured_ast = "20577cabb55637f2c3add5e3f56c45a44548ec52c988e5a6772867d114bf5c7d", inlined_ast = "20577cabb55637f2c3add5e3f56c45a44548ec52c988e5a6772867d114bf5c7d", dce_ast = "50188177ad3c58806046cd2894cb7276983c3562b23e21531c6ab86df478c8a4", bytecode = """ program test.aleo; struct Foo: 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 754d6add8b..26534686e8 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "32d29b8d35e483f395d43352cf84625105e446dfd1856822a5989770a795f55d", unrolled_ast = "2412e836bd31d24a1b0522b311a616232a3939d252dfdccdb8b02cdec73cc496", ssa_ast = "72a00975e14bcc4190ed0240d2c61efa3f6bedef62766dba36b9afd71e67e3dc", flattened_ast = "52db33f50057205423233f7c8dd7dcee02a77c79905a3c5a0da758fe20aabb91", destructured_ast = "9d27be751816e0979a842c88b299dd4c6e016ad6c00355128ec8a22c78d130c4", inlined_ast = "9d27be751816e0979a842c88b299dd4c6e016ad6c00355128ec8a22c78d130c4", dce_ast = "40df30922b1a63c4b9797768d776c12849bac7ba0e2edfbdc5dec7f62eb4ba8f", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "32d29b8d35e483f395d43352cf84625105e446dfd1856822a5989770a795f55d", unrolled_ast = "3daebe784004e80bf278c60250d7b43f9b203c080af3718414e4a0498cf205fd", ssa_ast = "6e9cca9ee3a37b76d5aaf279bdd8fd1708c4d12f8e5070cd84e83bac72349a04", flattened_ast = "06848dc34ea38ff5c12f1723131c5d4915d9953a7fd3f430d8382e2f1829f3d6", destructured_ast = "6ac045a0bb8361e21424f9ac5d09dfa5ef0714fc0683c453a77bc4985020c812", inlined_ast = "6ac045a0bb8361e21424f9ac5d09dfa5ef0714fc0683c453a77bc4985020c812", dce_ast = "40df30922b1a63c4b9797768d776c12849bac7ba0e2edfbdc5dec7f62eb4ba8f", bytecode = """ program test.aleo; struct Foo: 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 5e019230c8..7d87448a27 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "6a02390331cb369f1184a36b17628b11e2413503aa9166206f5c4bd7609dcfba", unrolled_ast = "46fbfd23bbe5fd20510e277432bd9d961a6803b3d3657f6a1099ae9621be06d4", ssa_ast = "5d473f65647dee9261bbcc4c7622607eecaca3b13f59c719dfc8570d61778e39", flattened_ast = "3803b59665bc83a81de849e025a3dd7ee3d0cbdd41a178f439c16b5720d1b8e5", destructured_ast = "afe1d83a7c9c776c739412024f4767fe20c69bedb416346231a05612e7ce4c41", inlined_ast = "afe1d83a7c9c776c739412024f4767fe20c69bedb416346231a05612e7ce4c41", dce_ast = "9a51910b6922ce5d8b8bab5ec80ec1c2294ba0731137facc4ff92c30df4c90a6", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "6a02390331cb369f1184a36b17628b11e2413503aa9166206f5c4bd7609dcfba", unrolled_ast = "63dbc86a2c0eee531f2474543b9e500a84a3c1d17599338186eb4d3f49e66907", ssa_ast = "9fff60fff901819b6951d5bacf75dc163028cff0a30043b60adecff10b423ea0", flattened_ast = "451978cc41477d1e9c919b9185843522ce9458239884c17f400b36e514db577b", destructured_ast = "f92ebd63cfccd9df48a78ad728fe8f84507d0d1093f83595473c6a13c6418c61", inlined_ast = "f92ebd63cfccd9df48a78ad728fe8f84507d0d1093f83595473c6a13c6418c61", dce_ast = "9a51910b6922ce5d8b8bab5ec80ec1c2294ba0731137facc4ff92c30df4c90a6", bytecode = """ program test.aleo; struct Foo: 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 567c3bfd17..491fb88b66 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "373ae22f6ff6381ddd7c191f60d0dba6112e25f027571815146c5458dcde3d74", unrolled_ast = "123786bd2b8c2dafa53b6d5cb64c97c53516158594d353fa2a3194391368a4ec", ssa_ast = "f21228a5f1ffa1afcc9af88523d7825bdb02b99ac867accd39e543c68bd18633", flattened_ast = "04d2260ee2dd2ae4ca4bfe44ae3e7feee552c9af6558142217de877a8f619fee", destructured_ast = "f6b11594b1696f2ca431bf37b8a72687f7763d583b0c9d85e5f4f60d8bce5f7f", inlined_ast = "f6b11594b1696f2ca431bf37b8a72687f7763d583b0c9d85e5f4f60d8bce5f7f", dce_ast = "48526e0cf0a2397e8004e1001ae11c3a94a10bcad67e5d3d2a34ae58a5d3f3cb", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "373ae22f6ff6381ddd7c191f60d0dba6112e25f027571815146c5458dcde3d74", unrolled_ast = "18f87449a39f1bc393ee53829d77a92339cbd016dcbbbab61308aaafd182cd64", ssa_ast = "b77a2f655a3d629d64e05b7264612c085b857dcf743ed25d4012b64707cfda1d", flattened_ast = "c7baa7b105c49ffbe184033c8438f116b299973cec07c2e6a2eae4dd6d0541e0", destructured_ast = "a4c083b008ff63d2be9b9ef61d12d8b93df851f0d84c37d622c82c22a2c9bf61", inlined_ast = "a4c083b008ff63d2be9b9ef61d12d8b93df851f0d84c37d622c82c22a2c9bf61", dce_ast = "48526e0cf0a2397e8004e1001ae11c3a94a10bcad67e5d3d2a34ae58a5d3f3cb", bytecode = """ program test.aleo; struct Foo: 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 875291beb1..c19b61a92c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b1fa62ab197a47ab43ef459327aba7e6d4496ebfe87275d7344cb3a1e449322e", unrolled_ast = "a0e9f5a79926b02f8910c4458ff6b4b2ed171c3abb4028748d360ab690a4bfcb", ssa_ast = "7b3715c6406a450e73e97f4981e22cedd28c0076b57957d4b28d68839bf63999", flattened_ast = "97337346c506839af91af2196f5ae6c448d4bbe9cfb59fc2f1dbad0cf4357d9b", destructured_ast = "7fe2593d576bdb525f223f21b770754d3761170bd8993902b885a318eb9d848f", inlined_ast = "7fe2593d576bdb525f223f21b770754d3761170bd8993902b885a318eb9d848f", dce_ast = "e6a3571664822abe566690c54fa84b3209251238b0f936564844a73e9b81f525", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b1fa62ab197a47ab43ef459327aba7e6d4496ebfe87275d7344cb3a1e449322e", unrolled_ast = "f03efafdcf42d3eb8fb08f4a044a4e1ff91fbb83832c84029918e3deb8667901", ssa_ast = "acdb1f2d33dc91af2a54971268ef34ae10ebd4c6787e2235478cf3cba84f10e0", flattened_ast = "cc29a2dcf9cf727058c21dc071ab6a0ecdac8e3bdac3e7a202bf63e12796eaf1", destructured_ast = "855057a9c79a1047be70d2119a331309b10ab250f6af32062058550fc7f743f6", inlined_ast = "855057a9c79a1047be70d2119a331309b10ab250f6af32062058550fc7f743f6", dce_ast = "e6a3571664822abe566690c54fa84b3209251238b0f936564844a73e9b81f525", bytecode = """ program test.aleo; struct Foo: 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 a1005f1daf..0e032ef932 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d1c4e98c028288fd29621a0efba7739caba77381590d8656b090f782e91c8853", unrolled_ast = "0712872c703d2bb44ddbb09903b515ece944400ed398f72465f079686d4e9be1", ssa_ast = "82ad434b403e5e2c4e0631148058d083e5d595b82bcb847307b8a2312aa12944", flattened_ast = "7093ad0c76982c0cd9ffdb183efc4d16998e512eaef03765c762b3dc30d21ba2", destructured_ast = "2b32d0a176aa0349d444cf9b2fc7bde40892e30caf6a47fa33d0ce3c0f211cd0", inlined_ast = "2b32d0a176aa0349d444cf9b2fc7bde40892e30caf6a47fa33d0ce3c0f211cd0", dce_ast = "e2796ae528443050dc417674875167199e07fd1a58e1016c4b0d276635fe4072", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "d1c4e98c028288fd29621a0efba7739caba77381590d8656b090f782e91c8853", unrolled_ast = "a3338d4dcb31c343e38a335f614565c7a1939c00df8c02a7562d9e8d12fa2652", ssa_ast = "0e9acc956b361e6b2e62b5237688aeca4514b6b8690ba1a466a5e559cc170078", flattened_ast = "33c5628b51f47af31bba12e95e304e57218bb5a1f987ab067e508a008b07591c", destructured_ast = "7ff21a5c510cbc1af9e20c89e5083a5044ae5bd5c1a4034140655c1598c67db8", inlined_ast = "7ff21a5c510cbc1af9e20c89e5083a5044ae5bd5c1a4034140655c1598c67db8", dce_ast = "e2796ae528443050dc417674875167199e07fd1a58e1016c4b0d276635fe4072", bytecode = """ program test.aleo; struct Foo: 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 a8bdf4fcca..4ce8594a8d 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "39fe927b534e754f7f8710fe5f999efdae55c675b1f680398e37f62bd170b9e9", unrolled_ast = "24be41318bdc676f805033140255b7431726ff36c169ae19d4e59c26c0b6472b", ssa_ast = "47a41bf426431675a73ce0d147c1838d30d80d5cbff4b29c5dfd57778304458a", flattened_ast = "0ce1b47cb39d466fc5f02aadb4bd682aaaf854fe331d4d66c13f44fa2d734cf9", destructured_ast = "9a3b2eee9e4df87ca175afc8300715e5daad65d9dcb6cdc3a3184b1b02ba9bfa", inlined_ast = "9a3b2eee9e4df87ca175afc8300715e5daad65d9dcb6cdc3a3184b1b02ba9bfa", dce_ast = "8415bd330e6dd16ba31e1baec51030ab96dc51733d3574cda0009fbd22af8d69", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "39fe927b534e754f7f8710fe5f999efdae55c675b1f680398e37f62bd170b9e9", unrolled_ast = "c7cffdcadb20b13234ffa66dc7db91a61c98e55181369bb93a0c5fc3ac876d1b", ssa_ast = "59f929a819f86c143838cc874e460c45b7b87e67f822ff9b2b802963300197ff", flattened_ast = "2636a14e7dbe5a460e41dddcd1a13ec7dd26913a3bdcad6219f5c95164737a12", destructured_ast = "a43de91250d279bf0eb42acff76ee34e8bb18b7d338bca13dac3ecf88348756f", inlined_ast = "a43de91250d279bf0eb42acff76ee34e8bb18b7d338bca13dac3ecf88348756f", dce_ast = "8415bd330e6dd16ba31e1baec51030ab96dc51733d3574cda0009fbd22af8d69", bytecode = """ program test.aleo; struct Foo: 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 5bd73137cb..ff40de41d4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9139db4330378e226ad2bda413324fa0a720dc01f521f9ecdc95a6fedb3562e4", unrolled_ast = "543c778fad03664c308b6a8832967a6af01a843823c2ec3c6087dc589adadc72", ssa_ast = "7d0098dadc3a1cfa0b75328242ad4cb81d0841a63b4c54d58183a3e9978fc0ec", flattened_ast = "f77085b2abb309f273b4c6e5f8d88c7b505ba021b117ed00b09050c51b7f12a4", destructured_ast = "dfec69c4edee8af1cb8812ff41f169ee030c70388e51d0896d0cb1dde210af01", inlined_ast = "dfec69c4edee8af1cb8812ff41f169ee030c70388e51d0896d0cb1dde210af01", dce_ast = "cd29438e3e6230b40a76fe992085ed9c1c97e1d981f790322635e7898ae0c7a3", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9139db4330378e226ad2bda413324fa0a720dc01f521f9ecdc95a6fedb3562e4", unrolled_ast = "5b0b3eb8961c584e94687c988bcb2aa3797bab952db94af1ae57a2a61faa0193", ssa_ast = "505635517664474e47c58005aef93d1be93e56042789dc0ee66a54f406f60d97", flattened_ast = "9d0305d579d2c858620c16fd3cd93dc4ab7445d60359c58bba5d0fc63ebab814", destructured_ast = "02965bb84e318a1baafb2690c4b2a7902cb90a30a1f7c4bc79520612ff233e20", inlined_ast = "02965bb84e318a1baafb2690c4b2a7902cb90a30a1f7c4bc79520612ff233e20", dce_ast = "cd29438e3e6230b40a76fe992085ed9c1c97e1d981f790322635e7898ae0c7a3", bytecode = """ program test.aleo; struct Foo: 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 5452a0ae02..3469634054 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "50e10e14ecd6376b09dd684ef54dddaca54117bb8db8d76036f2edbfc4b7bd31", unrolled_ast = "3ea40fec6208be4c8723d2db559df8d7aa22136b3043ebdc8ab20307ac4729fa", ssa_ast = "4b8ebb5f5f759c25c0e92eae4a64df3b77d1263f7d7de0ddbcdbfdc48bc772f7", flattened_ast = "339f38bc456d33eb3ef6500a82bc9eef1520f020c5c16fb65f9949e9ba86e8ad", destructured_ast = "1b61fac6283e07558f629052705e92446c19c8cab6748f6f060a06261421ce65", inlined_ast = "1b61fac6283e07558f629052705e92446c19c8cab6748f6f060a06261421ce65", dce_ast = "b92c86ba1589b8e04d50387cecab6cd5cd1bb3a74f3f7a4cafdccb19b3ce69d7", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "50e10e14ecd6376b09dd684ef54dddaca54117bb8db8d76036f2edbfc4b7bd31", unrolled_ast = "fb48871ab40fce93e5de983909cb86b07c5792cc32c30ce6d0eb934cd7d4d6ea", ssa_ast = "6f3885f5cdbd479e3036f845aa3d83c313b71448565aea3ae459f643d5780880", flattened_ast = "510a356244c6c50fd42cbaa52cc10661099c97ddbf3144777f2009d6a7b477a2", destructured_ast = "715d9a966444bde78057438454659003107a728e3220a05887d546232dbe4bea", inlined_ast = "715d9a966444bde78057438454659003107a728e3220a05887d546232dbe4bea", dce_ast = "b92c86ba1589b8e04d50387cecab6cd5cd1bb3a74f3f7a4cafdccb19b3ce69d7", bytecode = """ program test.aleo; struct Foo: 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 eda934183a..f6f86de2ae 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "c7e57a0cdf92c76b8b50e8ec3d235cf608ff50280225ce74e96ca0c738d7f15f", unrolled_ast = "22298eabddc4c885a16dd7e3f41b351848ef974bf0275adb4ba2957ab63a8718", ssa_ast = "fd9899bb8354088e32f6fe92f3ce4ddbc85db50835eab0436e3f184be765a13c", flattened_ast = "8fa7a0198e8fda6514ff1b6e8315d50a757477a8e6304a931b01ee3c383953a6", destructured_ast = "4311474f8d1a03a0cbda86cafa787e2d5e8e562215381d31e76b72afb10b083e", inlined_ast = "4311474f8d1a03a0cbda86cafa787e2d5e8e562215381d31e76b72afb10b083e", dce_ast = "fb159310599b5cbf16ff2538b08113e3fcd750cc2f91769ccef10ae75c9837d4", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "c7e57a0cdf92c76b8b50e8ec3d235cf608ff50280225ce74e96ca0c738d7f15f", unrolled_ast = "6421347a3592fe1ac78167acc8cbd937cc9b1799ce9393b707cb1973f82f6211", ssa_ast = "6ded0985fc1a4b604729cd98b8b333d50aff41f0049fd8dedd90884bb17582ad", flattened_ast = "8b6a3f0fd9a4042a38f70f9ae03310f79edd659409cc645e87fefe22635fba42", destructured_ast = "2835bfb3fbda141f92c2f82b2a2c20173a70bcdac311a79d380b951ec27e84ce", inlined_ast = "2835bfb3fbda141f92c2f82b2a2c20173a70bcdac311a79d380b951ec27e84ce", dce_ast = "fb159310599b5cbf16ff2538b08113e3fcd750cc2f91769ccef10ae75c9837d4", bytecode = """ program test.aleo; struct Foo: 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 27e6f59dcf..b1175295eb 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1aa805837be0dec5f94284d159ea46882c1e2fce604da581cb9ee63b97e01098", unrolled_ast = "51bde6f32919860a0391b4403efe6cc2d4d74a478cfb5393a65cebc6c0c8eb9e", ssa_ast = "ee27d73e2d86abfc215c73a29e57a108e76efc0f1fc8121745ba4ebd1210049b", flattened_ast = "67791c733c379575bb6d641aaa7c3d3683a7e8cae6f01c274682377b2485aede", destructured_ast = "dc69d12ae802a974d3e2393ba4cfdf4863d112b00e74ea110d23a54e03b4cec6", inlined_ast = "dc69d12ae802a974d3e2393ba4cfdf4863d112b00e74ea110d23a54e03b4cec6", dce_ast = "545e65fee9d5eacd57aa2fd8b4772b96d6dc128f23debe66c752896f4832899b", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "1aa805837be0dec5f94284d159ea46882c1e2fce604da581cb9ee63b97e01098", unrolled_ast = "bf0d2ad0727007c48e9f053f4938e12b47f5fc1046dd55f0a97dea231c5c42b7", ssa_ast = "e13752f0ed07b22f5980ca4ae4a06c6c4e6a44575170caeee8aa0f6468bcbb73", flattened_ast = "2a442481fcff22f0b6d106562771f453bba823055a8fd281282cd7e1a243b388", destructured_ast = "ebda1bcf28ce1d95645bca93f986344be58febb40b4672cf84bf0193ab9fe7b8", inlined_ast = "ebda1bcf28ce1d95645bca93f986344be58febb40b4672cf84bf0193ab9fe7b8", dce_ast = "545e65fee9d5eacd57aa2fd8b4772b96d6dc128f23debe66c752896f4832899b", bytecode = """ program test.aleo; struct Foo: 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 517d897ba8..e42020a1d4 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "452b70275dcc7d6d898d3c9d14dbe4449e80d2c41fd678bae8df1c23f3a57147", unrolled_ast = "bb55c20ad9a89e10c192d1af79f707bffaa1626c948312b2416225e30294a3a1", ssa_ast = "584eaa8357f2c37bd401e4567c10b4600c2ca0bc2b87f02bcd4e916253d3ee83", flattened_ast = "640de8ec7d6ad4b263450e0ce8a90e36685bdd2520509d377ff571a748fd9df5", destructured_ast = "fcfc72768f6965b2e744109e821a9695c951ff9fcbdb36062b9d7d66d11c22d8", inlined_ast = "fcfc72768f6965b2e744109e821a9695c951ff9fcbdb36062b9d7d66d11c22d8", dce_ast = "d9de5d381479c51a63885890d91168d9cd59407c4a3d4e296cdff48c356bdd20", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "452b70275dcc7d6d898d3c9d14dbe4449e80d2c41fd678bae8df1c23f3a57147", unrolled_ast = "214f55b8b791660da5df4f0b961ba765b3a2d5c2c7500624433f4e22cd06a63f", ssa_ast = "59a7ee607896cb95bd9daa80e90a891b85336d587c957aea47fe22ae685f3e52", flattened_ast = "03d2da8818529740fe6abe52b15ef449cc3b0c4f2d90486e48a348fb16a3d065", destructured_ast = "eed73dfe6faa29337c9b8d179052249ade9143a758563222d4c09a2c421ff2bd", inlined_ast = "eed73dfe6faa29337c9b8d179052249ade9143a758563222d4c09a2c421ff2bd", dce_ast = "d9de5d381479c51a63885890d91168d9cd59407c4a3d4e296cdff48c356bdd20", bytecode = """ program test.aleo; struct Foo: 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 21583e554b..53f0f21d33 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "a5171c9e0e27c27d5b091a83d839594d73fc0029e7d1d2d2608a279c13788ade", unrolled_ast = "18f92e1e57c4a9985853e6becf8f73d542aeede373fcc424bb12b9e072cfbb3d", ssa_ast = "a15b0d300d6557484d716ce1ac0ddbd1192481172916506b5b290ac95b7f6c7f", flattened_ast = "8b866c087617250fa00a0b552ef625dbfae86ba80ebf4ef41ad83c1a86964670", destructured_ast = "1526b5d701d04208d70f1ddc775d5fdb5ca65ba190442b2a9ced51300ab7a8e3", inlined_ast = "1526b5d701d04208d70f1ddc775d5fdb5ca65ba190442b2a9ced51300ab7a8e3", dce_ast = "70078f13af2a35d81f9e270440a6bde6ef79cf1a61c34658062fcfa4b5ffe61a", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "a5171c9e0e27c27d5b091a83d839594d73fc0029e7d1d2d2608a279c13788ade", unrolled_ast = "5c9ce4c06d63354fd52c13348b85db7a40c5f82b29a8ee471519e18b65311c19", ssa_ast = "34dcb358b669dc30f79c4b7d7e52e89652abe23c7c6ab286dc001ae8e209e64c", flattened_ast = "a7a31119428b7d9d259dfe60e5397abdd2ff832ce432c6f27950f52002eff3dd", destructured_ast = "283ec4e1aa09c75d76ad22e16ae533054caf0eafc7fe55c09152f30981f1430a", inlined_ast = "283ec4e1aa09c75d76ad22e16ae533054caf0eafc7fe55c09152f30981f1430a", dce_ast = "70078f13af2a35d81f9e270440a6bde6ef79cf1a61c34658062fcfa4b5ffe61a", bytecode = """ program test.aleo; struct Foo: 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 99bd409130..66bab4974b 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8deb064d633d0cee64e55886dbccdc46815a8a75c94cd751bd624a93d172bb99", unrolled_ast = "ed8902a06e3ce03bc46aadb894162b5fde4234e8350d4375bffe5b129374fe8e", ssa_ast = "f78315e6867be7bc59e0b3cfcbb5e5289bdf256c55e27223e38b1b28c9f2b313", flattened_ast = "d5d815231f46dc7da8ebc10373845dd89d50cc9ecfb62301592eaa1f1495b2d4", destructured_ast = "67d4e9bbbc78460a41cab9b22546b8139aa5e5f5e06e9c18ed10925aeab905fa", inlined_ast = "67d4e9bbbc78460a41cab9b22546b8139aa5e5f5e06e9c18ed10925aeab905fa", dce_ast = "eb464343816405681cfe8eabf6d5a38a713aaa3dd43d93c81b86ec924551f9c1", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8deb064d633d0cee64e55886dbccdc46815a8a75c94cd751bd624a93d172bb99", unrolled_ast = "d0447a74ea0ec4db9db8eb0e74795d1f41362cd590995030da71f79d2140bec0", ssa_ast = "5b87a494d16cbb71f7c191c215146933c407d1745513c7d8707795b8cb9cd67f", flattened_ast = "ad35ea83177c2b3b805a71a167899ac34e0c348425efeaa4c65af18ca6f4c99a", destructured_ast = "13466bfcc26cbbf7408f12ed7dca693bf64e642d497ff534af29c477f40ad89d", inlined_ast = "13466bfcc26cbbf7408f12ed7dca693bf64e642d497ff534af29c477f40ad89d", dce_ast = "eb464343816405681cfe8eabf6d5a38a713aaa3dd43d93c81b86ec924551f9c1", bytecode = """ program test.aleo; struct Foo: 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 6ee7d0f66f..016c25d708 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "53e37b94dc1614c1b3e1621cf35649470be38a3e77221bceba6604edbc3910bd", unrolled_ast = "4133bd231564e2f146a96e2d36df918a71875e410f3f1f730e3f6f7b72396340", ssa_ast = "a31a7acd485dcd70a6b6d784c8d56b1316f49c37a33d1a35ab9d260cb49e646f", flattened_ast = "f72e596c6bb15a42efc375cb0a2ed14c5460eec0f1cb44d66672daf361309e32", destructured_ast = "f1c81806cad0872cd576779af9ae91869906647625a42ce52563cc6fda91e01b", inlined_ast = "f1c81806cad0872cd576779af9ae91869906647625a42ce52563cc6fda91e01b", dce_ast = "52a4188b1a4cdcf99652f5b09e043ec7eb7cbfc01de8b5b81a3b056d36bcfac5", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "53e37b94dc1614c1b3e1621cf35649470be38a3e77221bceba6604edbc3910bd", unrolled_ast = "76c6856efc78c3166903526e1dac4f32256da3e399c2863a93ea9d29e0cb8b99", ssa_ast = "a2be0f744a4adb3307458968ccaeaf87a19a2a0e7f185efc098ae0ebeddf4d57", flattened_ast = "b6184c682e7ac13ed771576071812669db716c17262b6ff249143e85b3a8b6ca", destructured_ast = "aee3dc0e34e9867049cf0648edc6f92cfdc4fc4bd2348817ffca4ea005ac6d74", inlined_ast = "aee3dc0e34e9867049cf0648edc6f92cfdc4fc4bd2348817ffca4ea005ac6d74", dce_ast = "52a4188b1a4cdcf99652f5b09e043ec7eb7cbfc01de8b5b81a3b056d36bcfac5", bytecode = """ program test.aleo; struct Foo: 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 8a8a7b7bfe..6acd5182d6 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "bb9c440c0f7af326869bb9a49fd759b80ed80b2c68939a0ecae478415a7b9460", unrolled_ast = "11564b6eb7914762c67a32ecb22ad07a73a47b3dcb82d2c389d475b09cb4a003", ssa_ast = "a8c61b010142ce5e745c480e2e4904a8475a683f59b384cd48137a2c88fe223f", flattened_ast = "163a60b12a4e6cbc6f5b668f3d51fcb537f652d05a8bdd78e0e44df0c8d8b98f", destructured_ast = "6166b5054ed298815cfa3ef2f776aa4bfd480852e9c3e4e233766aa5546810c4", inlined_ast = "6166b5054ed298815cfa3ef2f776aa4bfd480852e9c3e4e233766aa5546810c4", dce_ast = "72e7ead69e162206ef524c73797c08d7977afc0156330e2ef25afb433e943f9d", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "bb9c440c0f7af326869bb9a49fd759b80ed80b2c68939a0ecae478415a7b9460", unrolled_ast = "693a9f02f8726aa3deec5d5316612e3768d8b7b098541033621cdfa96af82ee7", ssa_ast = "adf9e6e78c3b287ff4c72b76b66973c8de8ffec02b3fccd2a61f43ece9fc886d", flattened_ast = "5425a03679d39f41f192f37a3f06fac5565974ffbcaf25738a7f3214ae745ab6", destructured_ast = "7e9b8708c523e1064f3cbb7efe11b90fbee2ef139f5190509ad4dff24831f214", inlined_ast = "7e9b8708c523e1064f3cbb7efe11b90fbee2ef139f5190509ad4dff24831f214", dce_ast = "72e7ead69e162206ef524c73797c08d7977afc0156330e2ef25afb433e943f9d", bytecode = """ program test.aleo; struct Foo: 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 e84c5c789a..1618296fe3 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "2522991a18b115397a49160dddfd5452cff99bfb2b7be818d3bc95c80fce607d", unrolled_ast = "e36aca6d6fb108b60bc81785ff89914b03c141120b2a7a04c07b9fddb5df6f81", ssa_ast = "3bc83c375f1f88e40730666c204f8495ea9b05f231482cdacd4d713a3002811a", flattened_ast = "cd38ecc43031999a49408e1adca4178783c4c99b57ccd9a06934df248cf152f6", destructured_ast = "32fe965fafaec494bdcc3cb1bd0c14577e39f06974b8679a2ae47633f2186fc5", inlined_ast = "32fe965fafaec494bdcc3cb1bd0c14577e39f06974b8679a2ae47633f2186fc5", dce_ast = "b82fa79892df421591e130fc0585d4138ee815ff4632cd93b036d7b8d940645f", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "2522991a18b115397a49160dddfd5452cff99bfb2b7be818d3bc95c80fce607d", unrolled_ast = "6a70d821269037ee843b4fff78a8f8f1504d4ff99a375e1bdbbdb5fd45030658", ssa_ast = "fbcac65dfa926549af98489ef3494d926ad9b355b825e6e7943a63cf05294964", flattened_ast = "3796de8d53c40948d5c630c1846f800411b46b4ffe3f390e72825ddeb5738491", destructured_ast = "fc037e37881a4e72b57ed3cfa315821c24b6c91cded3abc7f27dd580518a365e", inlined_ast = "fc037e37881a4e72b57ed3cfa315821c24b6c91cded3abc7f27dd580518a365e", dce_ast = "b82fa79892df421591e130fc0585d4138ee815ff4632cd93b036d7b8d940645f", bytecode = """ program test.aleo; struct Foo: 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 2edd6e9367..08b1ec7b9c 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "2c366d71da521e2a2f3080590cecfeb74758e6477f97137ec50dbe40d4054444", unrolled_ast = "80e204b540a77096880539eba4c42a4741190e61a6703c85676e864a187655ca", ssa_ast = "c989d6a9b15af7bf4674d5b05031df134caa189f63b96493d62f1bcd9a34937e", flattened_ast = "2c6756fde0eee7379da09fed6e7624a2dea20614513bbaa986954ec0bf8905c1", destructured_ast = "0224e38e607fa9d02afe6f1096691fd705e5215a9d0e5691fe0222b6f3f34939", inlined_ast = "0224e38e607fa9d02afe6f1096691fd705e5215a9d0e5691fe0222b6f3f34939", dce_ast = "3005bdde15f6ae468424c4d71fa3799a2e11cd4fbeb0e51181f70719b6632555", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "2c366d71da521e2a2f3080590cecfeb74758e6477f97137ec50dbe40d4054444", unrolled_ast = "43c80a64a79562dd235562c0b106d4df51d44a7f28f102541486ddabad7a8099", ssa_ast = "471049debc37c113362603bd59f843ef84a2dd4b8dc0fa0c0e7d13e5f11919f4", flattened_ast = "e66521ae2d4b2d2ad983706874cd231fe07bf3f9f4afc7a6f566ec1ee636bd56", destructured_ast = "8a0dc0becce6ecb90fc53264335f140faddc08b4f2277f3be2e892203f6da358", inlined_ast = "8a0dc0becce6ecb90fc53264335f140faddc08b4f2277f3be2e892203f6da358", dce_ast = "3005bdde15f6ae468424c4d71fa3799a2e11cd4fbeb0e51181f70719b6632555", bytecode = """ program test.aleo; struct Foo: 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 e0e7c2db7f..c3100346dd 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "05baa32e2fa561f6d38e1f907c7d28780950b702258c5938f6d51bbce81ba282", unrolled_ast = "e819c7347579f60f7fb03d7f2a005d959b25453972fea8653f9ab02f62f413f3", ssa_ast = "c385f8c2a8d806e94811c7127bbab25fc8ba34d99c3dc8eae7cb952cc93e5e49", flattened_ast = "6fcf2f85f1007381070c2a699665c96f1eb0f54f271d33c28e683a69ca0299e4", destructured_ast = "0d7302563c4c61d2cc1e2c57a1407513e0cf414d891c1675fd7e4868ff511773", inlined_ast = "0d7302563c4c61d2cc1e2c57a1407513e0cf414d891c1675fd7e4868ff511773", dce_ast = "d9887a06bb05ede936b8be8fc83f443f884ddaaca49e5c39f8744ae62c811e41", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "05baa32e2fa561f6d38e1f907c7d28780950b702258c5938f6d51bbce81ba282", unrolled_ast = "2b135e1ce8dc3543410267cbbe9bdd6ccb68fe6850683b13a0a98f3c97ce200f", ssa_ast = "5139fad75ff98a532bd2822ffe810a0bd542c03be93aa093862a89808f7be710", flattened_ast = "5ee8a33d18e92bf80764a5f95559ec0b7b1d024b3fd8ad9303aceaa51284c8a1", destructured_ast = "8e5f58da5536f5078c3bf7834efb9b2e7ffd98da6b35723c6728d79c7844e3ce", inlined_ast = "8e5f58da5536f5078c3bf7834efb9b2e7ffd98da6b35723c6728d79c7844e3ce", dce_ast = "d9887a06bb05ede936b8be8fc83f443f884ddaaca49e5c39f8744ae62c811e41", bytecode = """ program test.aleo; struct Foo: 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 335581dcda..f355ca58a7 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f989f75222007a99205066af709068dbdb1995ef222cbc8907dd0bdfce8fb369", unrolled_ast = "127122854a1be21846b6657bd7e67d4327f07c933dd2a0a924c519cfc8bb8e91", ssa_ast = "017544a529457db681d5f42324961c1ebca6d812afb45c53b54cf8014ee90e0e", flattened_ast = "5f3e281fd9e3c96d4117ccd9125401fd091edfb37278f4b085e64fb4eaa03bcc", destructured_ast = "ea85e7cccfdf55fd631e30d311aa60676d65a26f055a8c96890f473d2475de12", inlined_ast = "ea85e7cccfdf55fd631e30d311aa60676d65a26f055a8c96890f473d2475de12", dce_ast = "fa92e9d49870ba159c9895c07c9ee4080a6391aadc1279aee6aabf018b3de5be", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f989f75222007a99205066af709068dbdb1995ef222cbc8907dd0bdfce8fb369", unrolled_ast = "5ae51f0890e594fbd50c1e1bbd0f2b6926e098cdee03c3911248c5496873dbf3", ssa_ast = "2fee05458103b066fc5c92b77962a1e4cc4d9123953482b4eb75c50de4d1a000", flattened_ast = "3ce293ebd8f4d0b00f01724c9c9217dcdf1a4bb71e6f307dcec8d58871fb0176", destructured_ast = "fd7560de7c442efd3b0e4b99f1cbc3e5c3b56c9e116b2f0ac987bca31e4278cb", inlined_ast = "fd7560de7c442efd3b0e4b99f1cbc3e5c3b56c9e116b2f0ac987bca31e4278cb", dce_ast = "fa92e9d49870ba159c9895c07c9ee4080a6391aadc1279aee6aabf018b3de5be", bytecode = """ program test.aleo; struct Foo: 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 074abfb56b..d084b9e969 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ad1198c962c93075ba1e73bf9da17d4678aa007691ae84d6799305dbd0f224d2", unrolled_ast = "4ad53f20923629d36645e563bb2070338e714466e44236255a49355a2108f0c4", ssa_ast = "c2f1a0e04972e5dcd820a8b0f00f7371a9854085d068e314392882269096118f", flattened_ast = "cd958bbbd8c8f77b6507af62de24e13e81bfc21b2ddb29b76d176cd8e4fa013c", destructured_ast = "502c0858ffa197a03e824586fa0063aa858bfc20c4209b2f039129737e07a426", inlined_ast = "502c0858ffa197a03e824586fa0063aa858bfc20c4209b2f039129737e07a426", dce_ast = "107a4e09fa91fa7d179f39f08e3f2a031df6d63eac9b5ca84c4335325126afad", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ad1198c962c93075ba1e73bf9da17d4678aa007691ae84d6799305dbd0f224d2", unrolled_ast = "a1aebac916dcd4daf7b2ea057ee5e2af071a6ddfb837076eb4740cc265a62c09", ssa_ast = "446cc128ca3273ea477f4c14ad81829bc059ccd1722765271e65f021a6161a5a", flattened_ast = "5604c2badd02d0c3087fdcf1edbce954963a0d8eb8aedb48ce42833ae4617d24", destructured_ast = "3032b5e4b412e69ed1cae00a5593c9fa0dc2b2cbc174532b174c43a2e0b4dc3f", inlined_ast = "3032b5e4b412e69ed1cae00a5593c9fa0dc2b2cbc174532b174c43a2e0b4dc3f", dce_ast = "107a4e09fa91fa7d179f39f08e3f2a031df6d63eac9b5ca84c4335325126afad", bytecode = """ program test.aleo; struct Foo: 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 3e63192b27..88dec3ec32 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "b9e2727bddbe86c998d286d3ed6b59e156781bb2c70993313efd7258af038ffd", unrolled_ast = "f5eb6f33a876eed443ac7a760ab0371e9ec19939caa5327edb21d9a4c93d5222", ssa_ast = "6fdedf510e0c895b3b01cfe2e5c5148ebce827e2d0d68ec76e2aa4df38cc98a3", flattened_ast = "23111ad05b333cc3871bf7f72bd414494744c1df4716f1699b156c3d6a37fb77", destructured_ast = "9934e2199820e40f9f7f31a857ee39642001e3b6d8ec2f011d94f582eacc8e81", inlined_ast = "9934e2199820e40f9f7f31a857ee39642001e3b6d8ec2f011d94f582eacc8e81", dce_ast = "5774bd89f0bdaedd9c740804ceb31c7715dd68268cc8cac850bdfe2aa1915293", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "b9e2727bddbe86c998d286d3ed6b59e156781bb2c70993313efd7258af038ffd", unrolled_ast = "1905bf6530d9b971c79bdc35a8471ca1786761e57346cd5d7a828bc6754a92a8", ssa_ast = "d1f7c4b757044499acafd876aa67dad9a9469e00c8e0aff4ebd10be0802f6e58", flattened_ast = "6aae5d91a0dbceb3e8ae221db9571933256e3731218397131984e91fc7f5cfb1", destructured_ast = "23a005722040877cb90f846a861ee26ce5497f960f9e6920a4d7ab50e1e5cf6f", inlined_ast = "23a005722040877cb90f846a861ee26ce5497f960f9e6920a4d7ab50e1e5cf6f", dce_ast = "5774bd89f0bdaedd9c740804ceb31c7715dd68268cc8cac850bdfe2aa1915293", bytecode = """ program test.aleo; struct Foo: 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 71dcba33d9..8f67a460e5 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "cab8003802752190e7c4f2864bed533921b8b034aca69ac4bc5a1edb5106816c", unrolled_ast = "eb37f13e1257bb70097272df831edae5646c418867e4bcc05d3b3cf424206701", ssa_ast = "07f83c09a73f45cbdc8516600631521f273fe151e3354cb949cc9b4bf802799d", flattened_ast = "d94a2ed7417cf655085cb3102bfb767d3f3a294ac4d0c35fa93d07e90d26d563", destructured_ast = "55e0d81d99788db7aa21f65445705157c74e2f7fd405e198ab64d888b1785976", inlined_ast = "55e0d81d99788db7aa21f65445705157c74e2f7fd405e198ab64d888b1785976", dce_ast = "8ef36a8cd7bdf2a0dadda84d0601188098f35da0a1ff868fac7bf380fbae7097", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "cab8003802752190e7c4f2864bed533921b8b034aca69ac4bc5a1edb5106816c", unrolled_ast = "a03d14680a7941d4d30ac0251f4ab4fa083c8d542fb50d4c5592621f22c86763", ssa_ast = "2e64c53d1ed1f6d6e61f650cfb0fec49846351c5b00ea353b4b078b7a84d259d", flattened_ast = "d26b93396176ba8ac3f814963b12733f2c7387821a3317f2dcb87863128f37d6", destructured_ast = "903c1727174c1275f676cadfd631a47cd7034d64883c1eb6bb8b083f8de205b4", inlined_ast = "903c1727174c1275f676cadfd631a47cd7034d64883c1eb6bb8b083f8de205b4", dce_ast = "8ef36a8cd7bdf2a0dadda84d0601188098f35da0a1ff868fac7bf380fbae7097", bytecode = """ program test.aleo; struct Foo: 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 a548beefda..56296467c9 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "cc093d6a83bb665373722835cfae55694b7e24fc7313946ea9e278b7588ced06", unrolled_ast = "32a935e65cc19cf2e989c08ffe756836a1f77e989ae44524c61b53ae43c01d48", ssa_ast = "f928714d36c03a14a745d5b1b378f253473f689f97a33d91df1bef8b104e1fc4", flattened_ast = "90f576f9a04f76961961cbd81f1b26d8206829bb67e1cde2d0849053359114bc", destructured_ast = "2db154844d3da671e3cfb6fd738abd813fa7c13bdd00a1b8ac0f460126f4bbc0", inlined_ast = "2db154844d3da671e3cfb6fd738abd813fa7c13bdd00a1b8ac0f460126f4bbc0", dce_ast = "e81b15a1cc6561713eb14f96066f204a18f6d40a09cc1b492a15623790c6a352", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "cc093d6a83bb665373722835cfae55694b7e24fc7313946ea9e278b7588ced06", unrolled_ast = "2ca1a9cdce040dcb6a512f83f3c42ef9cd3fa3657a5e948a3b61bcaae0a98080", ssa_ast = "58b1e4418610187c10a011f88c8f30621fcc71ee1f1bc0640470106804b16024", flattened_ast = "356281a41cbbdbf05f332ceb16a4bfdcb45c337d4eb53b86f5b998bc6571ece6", destructured_ast = "8ec88dbeda7959655d35d3118639c0e9a69c9e927f907192b0bec4d7b1317724", inlined_ast = "8ec88dbeda7959655d35d3118639c0e9a69c9e927f907192b0bec4d7b1317724", dce_ast = "e81b15a1cc6561713eb14f96066f204a18f6d40a09cc1b492a15623790c6a352", bytecode = """ program test.aleo; struct Foo: 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 2799ad1c96..a68f71a653 100644 --- a/tests/expectations/compiler/core/algorithms/keccak256_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/keccak256_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e10a17cee32002ee90af585238e7c8914f00e482cd0d16dd9ce0c4932f6cf237", unrolled_ast = "0ae305c09c9f497411c789515045619bc5441c9ca031e45918160bf769e08af8", ssa_ast = "3fffb4ae57b3f6a210fed6e4f70f9c469d74ab6334f0a2688161e67874ccc4b8", flattened_ast = "0ebf2b1140259b1e9958ed950885b9bec0e4804760abd36c2195bce086bf4c74", destructured_ast = "d223431194e890f42c337ace6f8321b587ea728fa7ba16f2e9ec9b2482e3dc98", inlined_ast = "d223431194e890f42c337ace6f8321b587ea728fa7ba16f2e9ec9b2482e3dc98", dce_ast = "380906b5b16fcb413dd3ad1d4893cb5bc03c348dacc36e937d29a2fcf5f074af", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e10a17cee32002ee90af585238e7c8914f00e482cd0d16dd9ce0c4932f6cf237", unrolled_ast = "04efb3a36e36cc34fccbcd8faf5b54fad01c810a41a64fc77ec07a8cbec71431", ssa_ast = "5a492c9871bcdc1202199edf3006abcd91c9a4b8ee0de0c4d77f4da262e0938b", flattened_ast = "46b0a216f5d479ecec0edc5ab01cf300eeaaff9438af1ac561f21b721ad61e19", destructured_ast = "853d28cb28192ddbf18a3c5fa075604f5a2a04989f7e88c9ff3fbb935230fa1c", inlined_ast = "853d28cb28192ddbf18a3c5fa075604f5a2a04989f7e88c9ff3fbb935230fa1c", dce_ast = "380906b5b16fcb413dd3ad1d4893cb5bc03c348dacc36e937d29a2fcf5f074af", bytecode = """ program test.aleo; struct Foo: 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 f4e5af1b8f..5270c6aae9 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "2d1030f1eff5750328a32d33307069f4e28e0d6d3bcc77ae5a4209c08d33e512", unrolled_ast = "1420ccbf80f835a281ec521f42cfbfe0e65def4c069669c562c06191e49cdfb8", ssa_ast = "a89f904c8b0e880b114a844329e64e35e80a6f4e4d2ef9366d2a22a1b717d6cb", flattened_ast = "3bbe8c83421aac7d97bf73473cf7e6b8ffab0663d6277dc6831b51895e10d5ad", destructured_ast = "a486b9c1957433f9e8791428bb0b08a1a0c9429921407acad4bd7b93f3975904", inlined_ast = "a486b9c1957433f9e8791428bb0b08a1a0c9429921407acad4bd7b93f3975904", dce_ast = "5774bd89f0bdaedd9c740804ceb31c7715dd68268cc8cac850bdfe2aa1915293", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "2d1030f1eff5750328a32d33307069f4e28e0d6d3bcc77ae5a4209c08d33e512", unrolled_ast = "77e1e944009ad31ef91a145fa8e5d47bf9919b8032f846d5563822e0c7432a98", ssa_ast = "a0e37aa8711f76257dbe916fdd45d71b314aea32eed5ae028f8dd2bd10386b81", flattened_ast = "9801b8b30bfe8bf8693c402e62c4ba26c62b8ebe6ee97ecbeed3a1563b58cce9", destructured_ast = "92a662f256aa1e277319972bc4dc00d87604ca090b1eb202b80792947155dc9c", inlined_ast = "92a662f256aa1e277319972bc4dc00d87604ca090b1eb202b80792947155dc9c", dce_ast = "5774bd89f0bdaedd9c740804ceb31c7715dd68268cc8cac850bdfe2aa1915293", bytecode = """ program test.aleo; struct Foo: 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 cb5a4d8b77..e356ed2fb0 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "54be870deacf63d85496695ff69928512c5a66efdfdb6a4bd9f95387bbea476a", unrolled_ast = "e312a64816b6a43226db021710d372fa2cdc7849197bfdcc60d2bd3853817d84", ssa_ast = "011b86bf762fe56ef43b8bda6d2db39012c7ad1e0d0b0da1e4c5af9db764d802", flattened_ast = "e3f03c9fe6f46beffd5c305fa711fd3a9b9bc89c3bfbd22e3435857171aca289", destructured_ast = "3015a7d3166508712fa4fdc02db02117621d203000b292fba3182f9403618fca", inlined_ast = "3015a7d3166508712fa4fdc02db02117621d203000b292fba3182f9403618fca", dce_ast = "6cf44955069e0148aa261ed5105b975bb0f6fcf1de20d41ba6b8f46369bba30d", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "54be870deacf63d85496695ff69928512c5a66efdfdb6a4bd9f95387bbea476a", unrolled_ast = "5dc09c32211c2988c45d1eaefac13cfa5e64ddb24128afa141a473c42a343512", ssa_ast = "b208d3bc1d1379a82e4c8bfb3a80f323d99181b5a153a6af73e3a7e11b6f36df", flattened_ast = "3e35c707f7332f41bf3d1a73af46641aaad2a3570077cd51ad439b8f398a2237", destructured_ast = "2e9e21430f233bd9ab053ec9ccb7fb67e54f415e2f49ff32ba5cd8a31631a7bc", inlined_ast = "2e9e21430f233bd9ab053ec9ccb7fb67e54f415e2f49ff32ba5cd8a31631a7bc", dce_ast = "6cf44955069e0148aa261ed5105b975bb0f6fcf1de20d41ba6b8f46369bba30d", bytecode = """ program test.aleo; struct Foo: 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 cf35dc912e..f39a98a81a 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ae3069470893b83bd35cd176a9dc6659a4942279f2638a276de6537da4e1a3f0", unrolled_ast = "77f1d335bcd2bc7e9b83493ae6ea6fc54a033aed855c3de510d47c9bb7db3734", ssa_ast = "8044e1f17794493f06ebe4dd6cf7b51a326b69b092cf256b31d82689a912594f", flattened_ast = "1d03ed3ca9dd1827b26d302d7a9bc17636455a39bdd0c874d66f99f2744eac89", destructured_ast = "22391987b31e494532fa8d92616a255228c61064706d9ec45c801a468f4379d3", inlined_ast = "22391987b31e494532fa8d92616a255228c61064706d9ec45c801a468f4379d3", dce_ast = "8177f77655b463561fc16de2703bc585b14f951603bfe6d0ee2279beeb29f577", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ae3069470893b83bd35cd176a9dc6659a4942279f2638a276de6537da4e1a3f0", unrolled_ast = "1ce7d1907d0149998a2b0b9923b46ddd9079cd38c505cce96f0af5c9c88abdd4", ssa_ast = "2595fe67ee55c00f9fbd62cef349de252e03f5a02c71203051d25c16e6de50e2", flattened_ast = "8c9b43d6089aece4564cb8e0ab7b73d95ca9d7ac2be5ce3c553734071e94ac4a", destructured_ast = "da92c6f4a87b24ddee081895fd2d64306babbd9d899895af81743be35c91574f", inlined_ast = "da92c6f4a87b24ddee081895fd2d64306babbd9d899895af81743be35c91574f", dce_ast = "8177f77655b463561fc16de2703bc585b14f951603bfe6d0ee2279beeb29f577", bytecode = """ program test.aleo; struct Foo: 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 eab5b5a477..1bc623c66a 100644 --- a/tests/expectations/compiler/core/algorithms/keccak384_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/keccak384_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "74b91eea4dda00f41f01bfdff6b44aeb540ae4b2d44a4cff3f3b02c1a1bd15cd", unrolled_ast = "637226377c65a60a5cc285f39c8d4f2d5b889cdd107b4704c13905d94ea67d63", ssa_ast = "1fda94f3e2be3299dcefb0435039419d206c87b52aca884744a595a15d420722", flattened_ast = "20d913f18161e3482af0f88b1942d9756639808bb55f0071074fdccbc296bb23", destructured_ast = "9ab555e3d56b1cd4a555b1c8749aabe40bcf4448ed01aa07b7c649198aa69c12", inlined_ast = "9ab555e3d56b1cd4a555b1c8749aabe40bcf4448ed01aa07b7c649198aa69c12", dce_ast = "9da91243c2946b016ed5f491b4c9612d68d4a3c9c961ce8e439e751a13eeb53c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "74b91eea4dda00f41f01bfdff6b44aeb540ae4b2d44a4cff3f3b02c1a1bd15cd", unrolled_ast = "133ec9431ff4ff0353f292d5dc038d794f0d3e62259e0d0504d0f7c3d834cd80", ssa_ast = "3434b56aa22d3525ebe64d40708a1fda8d4bb515858e196c07fe2ad678a41d88", flattened_ast = "0c17e4b095ea5a2dbd4b0b3d02e0b6e107b29f5da62cec0fab698f340f13ca52", destructured_ast = "5aa0602b9ee93a5ae327390e038f99a3f48488fe10afcaf92b9be0c5a22839c1", inlined_ast = "5aa0602b9ee93a5ae327390e038f99a3f48488fe10afcaf92b9be0c5a22839c1", dce_ast = "9da91243c2946b016ed5f491b4c9612d68d4a3c9c961ce8e439e751a13eeb53c", bytecode = """ program test.aleo; struct Foo: 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 d3cedc9da2..28d96891c2 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "4a840d912e8d128a80e86bf234df35a1d53f98a7013a008974c7f2a60bb896d9", unrolled_ast = "e210962a6fa3f8e5f3878cba40c54551e522a5f8ff9c0c9ef6cf58bbf2ae8739", ssa_ast = "3e73a625b12c019085578ebe8ff0c5d93e42f10b0d8f7cd913f078a9ff85fe55", flattened_ast = "87e5ad0cba1ae5986388ba015c82c316d22393d0f457ae55d61002dfacf1a483", destructured_ast = "4ca92ac147a741398949f772f84fcf537426ef4cfecc76dd475db9b2ee4fa108", inlined_ast = "4ca92ac147a741398949f772f84fcf537426ef4cfecc76dd475db9b2ee4fa108", dce_ast = "5774bd89f0bdaedd9c740804ceb31c7715dd68268cc8cac850bdfe2aa1915293", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "4a840d912e8d128a80e86bf234df35a1d53f98a7013a008974c7f2a60bb896d9", unrolled_ast = "02184249fcc606bb40383564f4e132c75253520e70c948acaf1de1ecd85c687a", ssa_ast = "66a50b4895e314ec90c0a3825295ae2faa28d4901b2409f45bece5521a0aefe7", flattened_ast = "f0c431ddda7f5d36492304c2b92512e6d2da0e215b300c5da213b4c953533b0c", destructured_ast = "a121701d0b7ce32b5d16d9bfd01552a6d4b45b562896012e035c8ec206879a81", inlined_ast = "a121701d0b7ce32b5d16d9bfd01552a6d4b45b562896012e035c8ec206879a81", dce_ast = "5774bd89f0bdaedd9c740804ceb31c7715dd68268cc8cac850bdfe2aa1915293", bytecode = """ program test.aleo; struct Foo: 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 c07a040f15..a672f6bbd8 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "f6fdd3e73a3226c11749276f1c9f520ec00180b840734423988be1d895516676", unrolled_ast = "e82e6dad1ba11604572fc19910148c7433032fd7434d245006d07f3bc3377e77", ssa_ast = "93d937ba75f35ef90ed1b06b71f512c94ff632e123b625cd2552b95e151218d3", flattened_ast = "9d44865c4ea89382decda9e1b4585ecec3682cdd0afc0a8932d1c355ea8a0612", destructured_ast = "69aefc9c5bc799fd47c38f39706abf0867ebcbe66884cc8ad0bf50345d90a22c", inlined_ast = "69aefc9c5bc799fd47c38f39706abf0867ebcbe66884cc8ad0bf50345d90a22c", dce_ast = "e12e848f5374c87f9c6eb671b10e902f1b11f7ce45ad1e901e9c8526ec0e5998", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "f6fdd3e73a3226c11749276f1c9f520ec00180b840734423988be1d895516676", unrolled_ast = "7c1b66b7e328e053f711a3e7ab3dc9253688fd56ab9829081294d85356870bfd", ssa_ast = "f4a26ce145507422f2df34ea443cd484418923a10245af60028876a4212ad5e2", flattened_ast = "94925dbb76c0217346fa6150dee31a595c000f74595645b28b1dca7fb5ffafa5", destructured_ast = "f6b94125aa3ad0816716eba3226251fe694ffa54b7c9ebed5fa024d9e88b7f7f", inlined_ast = "f6b94125aa3ad0816716eba3226251fe694ffa54b7c9ebed5fa024d9e88b7f7f", dce_ast = "e12e848f5374c87f9c6eb671b10e902f1b11f7ce45ad1e901e9c8526ec0e5998", bytecode = """ program test.aleo; struct Foo: 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 f52b91bd48..54c5ec6668 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "dd6ac1c6c62ac89024e10d02c484c2202e33775616deb5f810e8a1ec725bffe9", unrolled_ast = "ac52635d31780fc47dad16022608924aca45ba9a4bd6cc8dad54fdc22e4f9c2d", ssa_ast = "390e9d49113df4db730bc958ff98e506b514fd38d62d941e30dccc80efd250fa", flattened_ast = "a3797c8eba61bedbc1ee34ecddbd8f65bae5d97a4cb5dc93b59700c50a1ea323", destructured_ast = "277e53c4afefcb302e6b854657d8485aca873af08c7796307b710ca7c7043044", inlined_ast = "277e53c4afefcb302e6b854657d8485aca873af08c7796307b710ca7c7043044", dce_ast = "c6bf8c83175c6acdedab57ec737aeb87a6508c3779769252f94b0e90426441b0", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "dd6ac1c6c62ac89024e10d02c484c2202e33775616deb5f810e8a1ec725bffe9", unrolled_ast = "de28d4fac5d30fcd2ec828aa808e46d679f4dacfb7e447b0f96d52a5e2e90108", ssa_ast = "8128cfa3ebeaf287d4ddac66c70d01286a876cf8d43f9bdee1cdca096d99bb28", flattened_ast = "783d16b6b2dd2c5a362a362e0e93c4ad0c438159224b57e350d4d330b979fc00", destructured_ast = "7964ee7448bb7710f5a6f9527ce088983502f42519a4aa6a4160ed1b213c1140", inlined_ast = "7964ee7448bb7710f5a6f9527ce088983502f42519a4aa6a4160ed1b213c1140", dce_ast = "c6bf8c83175c6acdedab57ec737aeb87a6508c3779769252f94b0e90426441b0", bytecode = """ program test.aleo; struct Foo: 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 b8e5be18c2..34aa854295 100644 --- a/tests/expectations/compiler/core/algorithms/keccak512_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/keccak512_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e465c1be07416336b57caabc74b8b483025361da199d70aa100ad0fa4f9c053f", unrolled_ast = "c58303797ced6262bdd87360848abb8d23e4f20447f33892420f64d90c173929", ssa_ast = "39e1770dee5ba344bd5df87706108359116b1429fbed5d1bfb1c9a618d111655", flattened_ast = "ba0565f0df24183bbcec40602903270bb12a09406e7ecdd6a1bd727fa49cb02e", destructured_ast = "201744fad04c1b1eaf002b182d917a733d53f78247ab106145a187701391e3f7", inlined_ast = "201744fad04c1b1eaf002b182d917a733d53f78247ab106145a187701391e3f7", dce_ast = "b23c75edb7c1859d06f06815921de74deaa31269262c4549878e704b16f20d43", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e465c1be07416336b57caabc74b8b483025361da199d70aa100ad0fa4f9c053f", unrolled_ast = "0c94c2f3a9f45bcf30a8f78b5da7f9e689f74f5d51c7a43c4f078fcacc1301c5", ssa_ast = "bdb925138349b458824defca6752979db9a1e978a1877df04d62693565c94ed6", flattened_ast = "715c34f030f49099340fc9acc9f8a9b2754727c6be5bc2371e16cc859809894c", destructured_ast = "eb043d5b24bc9c85addf66522c8784dd8e061c00b2aa6abd1602626476723bc2", inlined_ast = "eb043d5b24bc9c85addf66522c8784dd8e061c00b2aa6abd1602626476723bc2", dce_ast = "b23c75edb7c1859d06f06815921de74deaa31269262c4549878e704b16f20d43", bytecode = """ program test.aleo; struct Foo: 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 c39f8225c3..718091613a 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "74f217b6c5e7a8b192fcece47a44e6ddbbd142c8d4dff924008c8da0d7a22e31", unrolled_ast = "31c6e0b888b5a46918b0dd408f8ca09bb67969895d027b94a9309aae53589b4d", ssa_ast = "1b4ead7a432773647824497b78bbfcb3ee8d1512122de46193b4f706a63f2c99", flattened_ast = "a551600d3e7c94876c19b603ba82637594b12feefd152e15144a65ebc18ccfb5", destructured_ast = "ebb0829d71b75bb0e08924f1e97891553e515a6b9ac8757bbd1eb08eeb795f0a", inlined_ast = "ebb0829d71b75bb0e08924f1e97891553e515a6b9ac8757bbd1eb08eeb795f0a", dce_ast = "ffd7b8f5a92dd80aade8b795b0c50242872972604fa3173a7b000a98cffb2f30", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "74f217b6c5e7a8b192fcece47a44e6ddbbd142c8d4dff924008c8da0d7a22e31", unrolled_ast = "67bcd389f9d01df5985331f2bbaddcbe7bda6068486f3607f25621aa644b3185", ssa_ast = "417d4934fc23f5d923f6832aaa8dfdf3c1bff7170d6ebaee5843d6afea7cb727", flattened_ast = "2e0019cf140dd3db5e54b21cafc1e0cc7da2d349b64d9e5e600f4e5e7d271ae5", destructured_ast = "3a6f18fa42559cf8b9c2603651c19a65b78a5be47dafc625150d4546bfc3c7ae", inlined_ast = "3a6f18fa42559cf8b9c2603651c19a65b78a5be47dafc625150d4546bfc3c7ae", dce_ast = "ffd7b8f5a92dd80aade8b795b0c50242872972604fa3173a7b000a98cffb2f30", bytecode = """ program test.aleo; struct Foo: 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 2ede5d925c..99d387a114 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "6a16cf7cc3f5e6cd2e0ca0f2039980bbcd8a7000c81218638991ae61e9120158", unrolled_ast = "a86228950a943a7fdf48ee1fcbf7a486123a576d6a1b2fa2aebfb3ece8062c48", ssa_ast = "91f33905d7cb860d2e0c9711a8897f9210c0f8f48d77e18157bf0b599d63041e", flattened_ast = "a5d64736f5eeede6c87cf1cb518e68bd5e3cd2565811223cb7d503f03b767b5c", destructured_ast = "b055344f679ba6ac720e22f335f432bab467144a9e2caf5c7e9ff4b4273b9d74", inlined_ast = "b055344f679ba6ac720e22f335f432bab467144a9e2caf5c7e9ff4b4273b9d74", dce_ast = "d57122048c648da5d9322c4f0d3ee0af4dce914f01318a73a9645198bc4bc0fa", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "6a16cf7cc3f5e6cd2e0ca0f2039980bbcd8a7000c81218638991ae61e9120158", unrolled_ast = "1423a3675bb00b79908cc25c6c7b681d79827c93daf907cf46abf6776eb6db6e", ssa_ast = "29917280a93fc2edd6e046b59e88a8d1903a6a0889de8d4f9eb8448570985935", flattened_ast = "f26809717a4b20bde98c7ff15517891a2e55ceba2224f191a098317d2c59ec88", destructured_ast = "f7dee8392aea0f52fb72820ec82db88108e393ebc217bda7dfa1574887983e97", inlined_ast = "f7dee8392aea0f52fb72820ec82db88108e393ebc217bda7dfa1574887983e97", dce_ast = "d57122048c648da5d9322c4f0d3ee0af4dce914f01318a73a9645198bc4bc0fa", bytecode = """ program test.aleo; struct Foo: 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 07e87988c7..776b349724 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5992b1ae07a5add1200a974385f7125edb9f99dffd1ce13fd7e9d18bf340fcfd", unrolled_ast = "31833722e37ac6d56f68474cbce51d223806ff112f069ce38dcb9e9536ddd76b", ssa_ast = "fd0d0e3d0f61e6618ab6786accad7c79a493aad69da78d5f435e4076b6c0e427", flattened_ast = "c257126e03f9e768b82f2db80dc1926cb51fdddbebccc45f03fed2b162ae5b29", destructured_ast = "55eb4918b2177088a10104b0c52401aab0082ee2eb52f6cfecce6d1e57a6f07d", inlined_ast = "55eb4918b2177088a10104b0c52401aab0082ee2eb52f6cfecce6d1e57a6f07d", dce_ast = "b2a8f2e290f5a36e443e78a4c122dd1ca331a1639f23ea880fd4ec749902c500", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5992b1ae07a5add1200a974385f7125edb9f99dffd1ce13fd7e9d18bf340fcfd", unrolled_ast = "1b8628df395a05db4137c687666210bdfdccebf0462991dc99efe7276cb7bdb0", ssa_ast = "0b07a6b2a380813985496e424e7a705c9767942381e3c5f6bbae9ee9391bf53c", flattened_ast = "f17898676a85b413d23d0936ca28f3678454f7a7e6ff8abc819fd4c65b20e1eb", destructured_ast = "b15f16709ddb1143ed05251fe32c0a4509933fbc73d2fd1ba4202522b759e2cc", inlined_ast = "b15f16709ddb1143ed05251fe32c0a4509933fbc73d2fd1ba4202522b759e2cc", dce_ast = "b2a8f2e290f5a36e443e78a4c122dd1ca331a1639f23ea880fd4ec749902c500", bytecode = """ program test.aleo; struct Foo: 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 820c6b1347..727d339b6f 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/poseidon2_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "7a824d2a8ff52481397031e7ec23ecf3f9266da5525cd8de98ef30dbc1e852cb", unrolled_ast = "429ad8ba9552fe515f1df43f208beb0d03ceb5b2ec442ee7792d5fc5267a2d5e", ssa_ast = "f63ef7d3a0ba00d6c23a66bb68d3f980130072762319e8b7e259c61ef4dda993", flattened_ast = "95a7f7313cca895b8d174a8c329a9fd99d3132c0b96997d89f787af92537e680", destructured_ast = "761c24a4815e9bba73c2354b2f14a086455e4b7833598ae1b96f69c36044bcab", inlined_ast = "761c24a4815e9bba73c2354b2f14a086455e4b7833598ae1b96f69c36044bcab", dce_ast = "bc21ec1b42b64079662e288ba663d0286c20ecb3908d9af81f7fbeaf81e715b6", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "7a824d2a8ff52481397031e7ec23ecf3f9266da5525cd8de98ef30dbc1e852cb", unrolled_ast = "27a6ed034e4bf171daf73671cc9d6db04b428dffb7d85afad7cfc0458e6a1359", ssa_ast = "83f57cdf998a4408a60b892f7edc41e5bf84784ec7e5010b7a40f09ae08475bb", flattened_ast = "ef81badcc94c2c383dca6838f744669ee84b950f37d7e22085d024124b634993", destructured_ast = "7ee9ba5c6bfc805a3a3424049e959ee3ea8b0c71c29930d29bf07692bd864161", inlined_ast = "7ee9ba5c6bfc805a3a3424049e959ee3ea8b0c71c29930d29bf07692bd864161", dce_ast = "bc21ec1b42b64079662e288ba663d0286c20ecb3908d9af81f7fbeaf81e715b6", bytecode = """ program test.aleo; struct Foo: 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 281988cfbf..5de6b43b30 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "be073c2c6aa0efd26395d5e0f901a53a2b2baed5ee71e9dc24c4e4ec1b61b9da", unrolled_ast = "9c190620a910f9d7cb19692b6c5f885343fd56e130a1f9a7e5cc7a2be8273954", ssa_ast = "05ce6f35fdd3d81f4549164a5ed36b2930fe3307d10f8f91a221a90165cd86ce", flattened_ast = "52981935394f67e9e01857f5d6ca390de2d394e88439777f5b2d934f2da5ef07", destructured_ast = "d83219a388549983cbad9e82ed0da6edeff98988a6cab5734696ffbfb964f3ce", inlined_ast = "d83219a388549983cbad9e82ed0da6edeff98988a6cab5734696ffbfb964f3ce", dce_ast = "ffd7b8f5a92dd80aade8b795b0c50242872972604fa3173a7b000a98cffb2f30", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "be073c2c6aa0efd26395d5e0f901a53a2b2baed5ee71e9dc24c4e4ec1b61b9da", unrolled_ast = "f27e34ac17d3ec2eedefdf8990ed05cddd18707ed2bef089205e295803f399cd", ssa_ast = "444a0bec900500e6cb3324efd2cb31a943162e8dc1fc781f703f5ba6cb277ac6", flattened_ast = "60ce7438d6f2833d46e2bfc342eee2087afd85ce93091c52968d93b5affe495f", destructured_ast = "b24358eb356af35d3b57d8afd3b33b9f70474329ef3447da6080097d32e0c39e", inlined_ast = "b24358eb356af35d3b57d8afd3b33b9f70474329ef3447da6080097d32e0c39e", dce_ast = "ffd7b8f5a92dd80aade8b795b0c50242872972604fa3173a7b000a98cffb2f30", bytecode = """ program test.aleo; struct Foo: 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 71e7445abd..b3dd7c6370 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "df8873024addcd9ecc4bf08e44cddbec156c4d118be2ed101fa5ad966a7f3662", unrolled_ast = "a6e08b2b38b344557537dbe26343a7b55479d7dec2c754af2f6dce22a0fe25b3", ssa_ast = "0408ca8800109f5a39025d999cc0493d5d50330ae7873310c098382f7b83a8a0", flattened_ast = "e5cfa23aa14ea55a2b23bb4e14a12cfc7478382642fa8ab3ebfa0544d6cb70e0", destructured_ast = "8381559d255961696ab06a7ba096dc717c7ab4aff7665aa384ff6d3b8b2d1019", inlined_ast = "8381559d255961696ab06a7ba096dc717c7ab4aff7665aa384ff6d3b8b2d1019", dce_ast = "74d79e21b57acf5c56bb8e499c93bc9019528ba9c9a270ec5b6fb376a2640250", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "df8873024addcd9ecc4bf08e44cddbec156c4d118be2ed101fa5ad966a7f3662", unrolled_ast = "c28103fe577ad1310f94c5317643d9a52bf0e43ce43810838d7f45254a7217c2", ssa_ast = "63986d660f3a128e34dacf3ddc754db1c7fb26a822a41ea36e195ced80fd3e14", flattened_ast = "3deba6eaedc06128e540eae4f2e258fb47d42ca18b0a199fca441f52917aabb8", destructured_ast = "c318f6ef2f43af15d77d7129512e163d8a5fdb6e551eb4b614a56e8b76a1c1f0", inlined_ast = "c318f6ef2f43af15d77d7129512e163d8a5fdb6e551eb4b614a56e8b76a1c1f0", dce_ast = "74d79e21b57acf5c56bb8e499c93bc9019528ba9c9a270ec5b6fb376a2640250", bytecode = """ program test.aleo; struct Foo: 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 629f8307ae..4e3c0c4ac5 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "5ffc727232ee9c8c3eac6ce88ac7f273bef966a71f34fdd74337178b4ffba922", unrolled_ast = "1e38b0851384411e3611124d246b2e1cacd5a6c9f32da14dcffa59e95e6dedec", ssa_ast = "4f219c0d933bed0dafa6c573b1e60d147d2593c02248a42209f64f367df06181", flattened_ast = "4ab080685233a94d7d8aa753e0d96ba8941e0fce768205ddd1cc5e96995fbc54", destructured_ast = "6288e5d3376f21710a38f907f2eaac5b512db76c9eca396465fa8599fe3ca85b", inlined_ast = "6288e5d3376f21710a38f907f2eaac5b512db76c9eca396465fa8599fe3ca85b", dce_ast = "cac79e052880e1f624ad302d285aff8cdf048919aa11b337eb9d9f5ddbe6bac8", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "5ffc727232ee9c8c3eac6ce88ac7f273bef966a71f34fdd74337178b4ffba922", unrolled_ast = "7802f0455da841bb0a813e1e47c2e26b0cf5474c11140e620d9bbade06ddee51", ssa_ast = "ce7ae2b47f860ec8ccd2bb81548dbcd99821a80248e15082df922f1cd2997968", flattened_ast = "51438a443d72302407ac407328176736cad33f9f66157346e1ba32428028d032", destructured_ast = "d399e51bede0d1ff34b8ace83262e4b0e47606685aa4f517e747769c9b881eb2", inlined_ast = "d399e51bede0d1ff34b8ace83262e4b0e47606685aa4f517e747769c9b881eb2", dce_ast = "cac79e052880e1f624ad302d285aff8cdf048919aa11b337eb9d9f5ddbe6bac8", bytecode = """ program test.aleo; struct Foo: 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 05b3479df8..91d8dbaf6b 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/poseidon4_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "2afd35fbbf878455f16f020073ae8ecfdb064a65eda91d9fd09494494ed0f432", unrolled_ast = "0bd49f1f00000c62a8bed923763dea3c781fbf379a17264ea3786f72df579664", ssa_ast = "039a59f4c69b0555989aa5409d84464db3c261e70e239ab73bcfaa4c73152227", flattened_ast = "ba1d8a889ec7829b70298bfb06e2ac5167a0d83470cecbeec49d7b80cfeed647", destructured_ast = "a4b5f70082d1c945db05dd2f8c223d582343743beb9f6835ffc4026a7c221ebc", inlined_ast = "a4b5f70082d1c945db05dd2f8c223d582343743beb9f6835ffc4026a7c221ebc", dce_ast = "8f82f354c1b92ee1967437d30d76250720582c02e291ab375408299818cdd1b7", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "2afd35fbbf878455f16f020073ae8ecfdb064a65eda91d9fd09494494ed0f432", unrolled_ast = "1f25cc210e61ee58cfe4f3f075dffc376c2a14ca85d7f9383a4fd7570efc3889", ssa_ast = "1b0f62a61cfee7236ff6a772aff4d84f7aee32eaf152eb45eb15ccc82890ed88", flattened_ast = "493b01c3b016a4f993c8231f63fe5858ecbd3441d0fb2b266becbfc596317de2", destructured_ast = "2fc32a9b3ffa5b3e04d27c9b064bbe7cb05a6d79b8636cb27b55b29fdc75dc88", inlined_ast = "2fc32a9b3ffa5b3e04d27c9b064bbe7cb05a6d79b8636cb27b55b29fdc75dc88", dce_ast = "8f82f354c1b92ee1967437d30d76250720582c02e291ab375408299818cdd1b7", bytecode = """ program test.aleo; struct Foo: 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 5e43c200f2..9b1ecbb021 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_address.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_address.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "296a2a744051d37632fe71b327a73e99b945f2c4d845f5904ce1e53572bc2088", unrolled_ast = "f3595e8dc68e136ee0164cb9e06c0d3b32872613a53f068e727d560a33511973", ssa_ast = "55009a040d9e4dd10fa7638d4705319171c2f7997da87263e0594432c819e722", flattened_ast = "92aaee4fe5801c3f93d8ab355e07d4bf37d18d6a46477a97b0a32b4dffa0ca52", destructured_ast = "de14a626c33767732f51ce124af0cb41c70bd30ffc291efceaa95572de4ff957", inlined_ast = "de14a626c33767732f51ce124af0cb41c70bd30ffc291efceaa95572de4ff957", dce_ast = "ffd7b8f5a92dd80aade8b795b0c50242872972604fa3173a7b000a98cffb2f30", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "296a2a744051d37632fe71b327a73e99b945f2c4d845f5904ce1e53572bc2088", unrolled_ast = "54d5ae62c63f6a5133b1870608de7c227e6f69309bd7faa667358c45282a00ba", ssa_ast = "411e0664adc729d4080e4fe7808add2d4beb0446241e7740eab308de77e1f4b1", flattened_ast = "da3761abf8d6d7e309d20632906093deb2dc3e8362680663514e8dabea4ab16f", destructured_ast = "ac3a98b99ef2ad7232e5b9921112aa4d5408bbb32283b5144a4943603d80dc76", inlined_ast = "ac3a98b99ef2ad7232e5b9921112aa4d5408bbb32283b5144a4943603d80dc76", dce_ast = "ffd7b8f5a92dd80aade8b795b0c50242872972604fa3173a7b000a98cffb2f30", bytecode = """ program test.aleo; struct Foo: 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 bf6d89f401..04f75e6ce3 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_field.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_field.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "4c6ddaed5a81b5ff34d2f58af2f7536ea312fb89df6b428ad3f1f1276fea65ae", unrolled_ast = "c4b5978c1fa9bcf12505635f8aea4563c4caa76ac67f3929a93bbdcbc7b938cf", ssa_ast = "fb53e7d14903d9cb24883926414b6256b3080043cb19ee103d8c716fb6b7314f", flattened_ast = "627c12b715a335c4678ee449329388521ddf2d512692af9a88052365b17d965e", destructured_ast = "e5fd97ae9172e40987641035e578bcdddb7f1634420d1f1b474aa3eda8bce02b", inlined_ast = "e5fd97ae9172e40987641035e578bcdddb7f1634420d1f1b474aa3eda8bce02b", dce_ast = "6f0504c05743029a2b37336374ad5dbdd7d2f729e74c195408b379432825cd09", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "4c6ddaed5a81b5ff34d2f58af2f7536ea312fb89df6b428ad3f1f1276fea65ae", unrolled_ast = "4774ec9c8b27137c881bb9793e1f9178b6766ac366356cc417a9036472ed83a4", ssa_ast = "87d26c939502b0842721c9bde8bf7586a4747154b55a4874a723900a9710b3b8", flattened_ast = "aaf64e81318584476a0daaba879980ef14c14cb8425c57992554d5c03dc710e3", destructured_ast = "ceaecb949e25ac19bc22b3ce6cfff09199e5b0ef56300c69009ed21d32d55313", inlined_ast = "ceaecb949e25ac19bc22b3ce6cfff09199e5b0ef56300c69009ed21d32d55313", dce_ast = "6f0504c05743029a2b37336374ad5dbdd7d2f729e74c195408b379432825cd09", bytecode = """ program test.aleo; struct Foo: 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 2238bca2da..2030b00773 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_group.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_group.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ed1710c505d851e9f849f438cad654e6fd0230ae540db8b7686fc7c67dae1c6d", unrolled_ast = "964b2e4c08c7b6ba6bb7bae2f9ddea317d2cffc8b04fb8a033e3c5fbd6c79b07", ssa_ast = "7b97bee0569ade255866d985a5c92413deccbba0e3cd9ba824227bee9925fee0", flattened_ast = "6adcaeb5608ad9b5cefba5a207f987c49db440abc6446079c3c73ce0dff6001a", destructured_ast = "12470ceae3d7617906b00f2d9a093f74170c4b3954427bfa9c93e5b46bd220e1", inlined_ast = "12470ceae3d7617906b00f2d9a093f74170c4b3954427bfa9c93e5b46bd220e1", dce_ast = "92bb79c631abce0af80ef808dcaee0588b9bf8876258f89f8f9cb9eaa59f516e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ed1710c505d851e9f849f438cad654e6fd0230ae540db8b7686fc7c67dae1c6d", unrolled_ast = "d8938b957999532b8e3ab9782c19f25a4450d2509fe1049be41761184aca60fe", ssa_ast = "5375c44e276acce83f4d60c82208d293ff8c0f780f9a5941f94284e13c49bceb", flattened_ast = "e3a1f0841563439245b2f69845edd2584f2e54bfce8b721d9ae7d169e8554034", destructured_ast = "9887860b2761eccc8542a81b40c6dcaa4c10e3002600e06b4bf51a17ab915cef", inlined_ast = "9887860b2761eccc8542a81b40c6dcaa4c10e3002600e06b4bf51a17ab915cef", dce_ast = "92bb79c631abce0af80ef808dcaee0588b9bf8876258f89f8f9cb9eaa59f516e", bytecode = """ program test.aleo; struct Foo: 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 a9d8a4055a..2f7e75f043 100644 --- a/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_scalar.out +++ b/tests/expectations/compiler/core/algorithms/poseidon8_hash_to_scalar.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "43fe27f51fe84eab0f4a4a7b209e3d9802586ffef074b6ddff1b5ef5a5e659cb", unrolled_ast = "a046f636cfdfe8440d0f1fe79149eae7d324d0147a98027118956f83f0683a3b", ssa_ast = "cff04be07ca50608d0f738bc5f0a006ea8279136f30932ffa1d0ae9b1a1c732c", flattened_ast = "e3aeb35d69060463fc02a859a2b3735614a8ca25119f3b1942a6b7524a425d86", destructured_ast = "6da9e07aceb9f04b651177625c9b58b0e399b2391388d75233295e8eaa72d9c2", inlined_ast = "6da9e07aceb9f04b651177625c9b58b0e399b2391388d75233295e8eaa72d9c2", dce_ast = "9436f3a54d93018fc65d31d7da37f16219273ed67ca4b6bbcf8813639dbbfb61", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "43fe27f51fe84eab0f4a4a7b209e3d9802586ffef074b6ddff1b5ef5a5e659cb", unrolled_ast = "e697d202deedde591a5f6f1d10001a5766a600f7ab4fc8bf4a50475a6be4d874", ssa_ast = "28d1ad8af42b8b00f9ce12ee22737259ddacaf7d3d77d4856ba94e55af56b80c", flattened_ast = "c3800c6bf965a02fd2dec83a807f1671b03be1937ab3cd0859af74603bf4fdfd", destructured_ast = "290593a244ff05b69c9ec9b8bd2e65d58f9605baa1900a3594b27af562dbfc24", inlined_ast = "290593a244ff05b69c9ec9b8bd2e65d58f9605baa1900a3594b27af562dbfc24", dce_ast = "9436f3a54d93018fc65d31d7da37f16219273ed67ca4b6bbcf8813639dbbfb61", bytecode = """ program test.aleo; struct Foo: 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 15f71b1196..7a47ea287f 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "9045f288dae19099f671ec84e85fe1252c1549d52fe5e5d2947f0f21d588a23e", unrolled_ast = "c72beeb5806222d6a1ffa85d9dd3ea4944bc5ac4622b43de1c147a578a573738", ssa_ast = "d607a35e1a77b28aeb05ce355dac40796f6d517794fbdfcc850b0fc1f14bdc17", flattened_ast = "9e17eb809ccd397e35529a8daf7457686e7e858fd2f14ab97ee5c8c8f93725c9", destructured_ast = "2b99ac4370f9c2321d1e517afc4ab779fd74527f7c0729daf69912193da7472d", inlined_ast = "2b99ac4370f9c2321d1e517afc4ab779fd74527f7c0729daf69912193da7472d", dce_ast = "d232666467342719701915c4dfef9882d8da75342f50fe359827619404ad6aa1", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9045f288dae19099f671ec84e85fe1252c1549d52fe5e5d2947f0f21d588a23e", unrolled_ast = "b2d788d13f380a904945029204999bda394adcbdb29052e752b66a67ed8fc0ed", ssa_ast = "702544921c5696d9afefe8e2400837d5ba8212911e113f30c864446ff67a1d46", flattened_ast = "af892672e956f5cd0710ee9a789cba0c9105bd9a09fcb79169909aa4a893c257", destructured_ast = "a0093062e79ad47c73005d0a5d75b92b5f333bfda361c72590590c11e384e0f3", inlined_ast = "a0093062e79ad47c73005d0a5d75b92b5f333bfda361c72590590c11e384e0f3", dce_ast = "d232666467342719701915c4dfef9882d8da75342f50fe359827619404ad6aa1", bytecode = """ program test.aleo; struct Foo: 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 68d55cfe5c..6b6a5cfd00 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "951813d08b17d74a2561da5d09a67c349fdbdb7a418890b056d6739305925089", unrolled_ast = "00537ec6ec080fa926623a677f6e2dd29d3373fcf7f9acbfb0150b697fb9ee69", ssa_ast = "b2bd45113213cd3b2f302bb9fe27ed7f274557cbbb5dfea1697a53ffc83c2d55", flattened_ast = "59f031083b2cba897b13556456e583a1cd2c4c8b65e63c825e1c7e00d22ec50e", destructured_ast = "9ae19d3be74a14949f5360af6b5fbf471e8b606fc6a6a1cbbc5b68b5e7681135", inlined_ast = "9ae19d3be74a14949f5360af6b5fbf471e8b606fc6a6a1cbbc5b68b5e7681135", dce_ast = "2a34d6f3a7a6d4c5b543bb06f3e1339478f5bc2ff5fff4da5b5b3c16ce7c3b6f", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "951813d08b17d74a2561da5d09a67c349fdbdb7a418890b056d6739305925089", unrolled_ast = "7b53512e16b2c368f4a3200501462685b635f9a1731f7328ffa883c9efb7b2ea", ssa_ast = "b9929e7360d89c14ee5d37e7bebe06bfe8337ba4a5d2bf7405a9cfc7ea94b6ab", flattened_ast = "c0338d0429cdd1b571ac7eacd4cd2f6e8dda6d54d647ed49c33d260ad64f34e9", destructured_ast = "1131e369e506249410058d37d2008bc1b42e5f2346b7d30a02406eb17ffab4ed", inlined_ast = "1131e369e506249410058d37d2008bc1b42e5f2346b7d30a02406eb17ffab4ed", dce_ast = "2a34d6f3a7a6d4c5b543bb06f3e1339478f5bc2ff5fff4da5b5b3c16ce7c3b6f", bytecode = """ program test.aleo; struct Foo: 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 36e5b863b2..02fa040729 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "4fff1dad39ccdc2fac22bf0ebf842b65dd44bbe6ef8e7fddb408e040bdca9523", unrolled_ast = "4d383bc7eb726fca8152d8f5f0574ed656d3497780aa4acea0984fbdaebc3abd", ssa_ast = "a60b881a871d49571ce029340fae50255998df31f8ca87396e309e50f5752d0b", flattened_ast = "431f880c67a015fc5cd3ee907f242c4872afd6703e23eba8aacf4b053d06a1b4", destructured_ast = "29eb4fddecf1a6554bb409cbe59d5217f649c2f1b9fc2d57773b466bc45fb342", inlined_ast = "29eb4fddecf1a6554bb409cbe59d5217f649c2f1b9fc2d57773b466bc45fb342", dce_ast = "cb888630ecddd132f793da1c4cd72f0aba5c7be53e0ca817f5853480932522d8", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "4fff1dad39ccdc2fac22bf0ebf842b65dd44bbe6ef8e7fddb408e040bdca9523", unrolled_ast = "55abd314ef0885b3e25b4c5c7dd54efb717f9217cd089912d5e5f59d2833e7af", ssa_ast = "9e79017dcb6a678c0db3782d4ba13eb3ca7ab840587b031579a6b43cb1821685", flattened_ast = "f64fbfd119ccb9b59d00d38dfa7203bbe9f0a9fa45313581e1aabd198b22e4e9", destructured_ast = "fc2c1bfeeb1ee9f938a0035327f4ce374358abcb8fd929c7263cc3b366e9396d", inlined_ast = "fc2c1bfeeb1ee9f938a0035327f4ce374358abcb8fd929c7263cc3b366e9396d", dce_ast = "cb888630ecddd132f793da1c4cd72f0aba5c7be53e0ca817f5853480932522d8", bytecode = """ program test.aleo; struct Foo: 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 a9618a12cc..34289ba965 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "87b8d8edc7a00d177a029050e01d894f99a1ec363c9653485bb2da10bba9a658", unrolled_ast = "fe7ed73b9c6113032748d5ca861c383678fab7f5c18c709b9034018fb7d1f55b", ssa_ast = "a8ac3397f2696c5e7ba8825c869e6254c1dbf7862b89c590669acf20a1b0026a", flattened_ast = "1dea054e0e698790ed2b6247720baf60662fe45559e33ad1d046fe8ce53398fe", destructured_ast = "282e6da2a27ceae6a9439993a01e8f67ba6df268166fe680f4b728a088432acc", inlined_ast = "282e6da2a27ceae6a9439993a01e8f67ba6df268166fe680f4b728a088432acc", dce_ast = "acf81fa1404568589d918cff0e21c013a452a268d51cc42a44590bc925034432", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "87b8d8edc7a00d177a029050e01d894f99a1ec363c9653485bb2da10bba9a658", unrolled_ast = "cb4fa9aac296d7867c762ef31472981d3e3a5a966c9cec67974c6d14a97492df", ssa_ast = "ca032181266967252352aa0f74c4ec14c67bddc174322e8ba114989a0ebf6d22", flattened_ast = "cfbff9c2608f61808ed7ae00e324d06d0ef3403ef22bb6fcbeeec171d983c014", destructured_ast = "d530f269fa6612dec425444aabc6b53bc89595e1cb744975282e0a5066bb5dfc", inlined_ast = "d530f269fa6612dec425444aabc6b53bc89595e1cb744975282e0a5066bb5dfc", dce_ast = "acf81fa1404568589d918cff0e21c013a452a268d51cc42a44590bc925034432", bytecode = """ program test.aleo; struct Foo: 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 96ffec5aae..fbc1c3b731 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "e53657649bce554807d8918a8f06709baceccb6959ef1211264dc051cb8c3d3a", unrolled_ast = "86628a87ba03db9b4b804506408f6477fc9918c52320371d54c8a7af9e05fba1", ssa_ast = "c861ddce90df699e506a331e96a1bdeeea5475ec87958da303a15c98ffd2d69f", flattened_ast = "1fc13e7977e00310cf56eafa8eb2fe35b334759fc804fff09887b263ed547328", destructured_ast = "48e67183172fd54b426d351c40f1f1a344092b46825f8e92d72f38769037b13f", inlined_ast = "48e67183172fd54b426d351c40f1f1a344092b46825f8e92d72f38769037b13f", dce_ast = "d232666467342719701915c4dfef9882d8da75342f50fe359827619404ad6aa1", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "e53657649bce554807d8918a8f06709baceccb6959ef1211264dc051cb8c3d3a", unrolled_ast = "60a24b1a807883713478a0c27fb356cce0162964a39e0bad375902d7c96e1ae0", ssa_ast = "2bc365d873510489e87fe14aeff1d0387b1aa0305fb58b372de6be1597ffc579", flattened_ast = "099d75a27388987d7ca64eb9de1a46652966a0ab80e333a1886d66b5660fe021", destructured_ast = "7fe445097c2aacd0a5041b2d5107d8dc081816117ad0a1de4fc4367b421c3ad4", inlined_ast = "7fe445097c2aacd0a5041b2d5107d8dc081816117ad0a1de4fc4367b421c3ad4", dce_ast = "d232666467342719701915c4dfef9882d8da75342f50fe359827619404ad6aa1", bytecode = """ program test.aleo; struct Foo: 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 f9518f812b..927136d9a9 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "beee53c4cd112e3fe34b5ac6ccbdb75aa3d38725efdf995dec82999bfc6c452e", unrolled_ast = "8ceb9478ff7cf140ad551d2fe491e0ac3bb6a82bedbea17d782f0c787358f5eb", ssa_ast = "d25d576b5233e8c99648c01767836ca3b14321779a02879b161d6ecf8ea0966c", flattened_ast = "b45a1b0313faf1be8ebdae214e16a8eb6e5cbc9b3d022fdcc1ec9e8f8c6faf62", destructured_ast = "c4c3a1d607e708aae79717c2886850762fc1b15f808c64d1d52fd33f82004d30", inlined_ast = "c4c3a1d607e708aae79717c2886850762fc1b15f808c64d1d52fd33f82004d30", dce_ast = "2145caa3ad1d9e4413f0c664cfad876a4cc2f4b16346b8d0e74317564be82b2e", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "beee53c4cd112e3fe34b5ac6ccbdb75aa3d38725efdf995dec82999bfc6c452e", unrolled_ast = "47082681221c2ba4f9af376448622032f063f4b12f330fcc36e47df065a25cb9", ssa_ast = "7814acd9a10e6147d85a18c0b5e82278083ca8ca77a31ce4a66b06755e8df5f6", flattened_ast = "64392a09cb1f48ad1d176dd9e4419095178ff86dea83452c47237fdba4297dd2", destructured_ast = "88e74dd5620b59a925da8176ad2d65eedd25f7e0ba3269555e287ac9a037e9c7", inlined_ast = "88e74dd5620b59a925da8176ad2d65eedd25f7e0ba3269555e287ac9a037e9c7", dce_ast = "2145caa3ad1d9e4413f0c664cfad876a4cc2f4b16346b8d0e74317564be82b2e", bytecode = """ program test.aleo; struct Foo: 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 8ae9ddd570..bdaf048556 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "82de0890b05877addbe0f7fa1e0f042ae94ba18fed6ca520c146f8abac917233", unrolled_ast = "32599b0c0a869bef2465efbacafb9edad44af416ad9e06ad4909ef308275809c", ssa_ast = "7af64fea7a0b6e472e9bf6a87220dcef98867972f554c949d606294715747e49", flattened_ast = "8ec74df63ab8cd3e8bbb451758bb2c32dee4208403782be213a1a41888c0d81c", destructured_ast = "5b790de857c5030f941fb16dfa3d420ae19594df87960795e0e14644e543352f", inlined_ast = "5b790de857c5030f941fb16dfa3d420ae19594df87960795e0e14644e543352f", dce_ast = "0154b4a6540fc2974984f5b56cb993912f92e71757f01b04349a641d48bed365", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "82de0890b05877addbe0f7fa1e0f042ae94ba18fed6ca520c146f8abac917233", unrolled_ast = "a301bd34db2c76c2c47f678139966c128e789b8a724405d2592666cbd10d890f", ssa_ast = "f5f532fb350164cb94a48653cfc963ffd929715637b8f504f476cf1032a31a4d", flattened_ast = "93ab979fea61dc383bd63e74ea5ec887cfabbd4dada35855064811dbee4795b2", destructured_ast = "b00d16e9a4da484f7e37d2ee3e47923ff0d2c0f1fae6a3beba916f3328bf459c", inlined_ast = "b00d16e9a4da484f7e37d2ee3e47923ff0d2c0f1fae6a3beba916f3328bf459c", dce_ast = "0154b4a6540fc2974984f5b56cb993912f92e71757f01b04349a641d48bed365", bytecode = """ program test.aleo; struct Foo: 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 c8dac49bf5..0cc77d4c1a 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "eec80ed0918648ae40e69b769dc890f44d244d81c9b66c1dd95281d79b66e275", unrolled_ast = "73a8e288878a3c262146449fd2994e8c37adfc7a20765962c1a14712a094e242", ssa_ast = "4839d8a18ecb149a438f122cd242a922c4829d2222a4385405a3d5ac8a6fdbd9", flattened_ast = "737dcb231dbf23bff78c7dce4ac775213e023bae385ee7d9cdc563e45d34cd08", destructured_ast = "bec5c97582f680ccda89939df476e5bc1b9ed7ccf4b72de18506fc172b61e92d", inlined_ast = "bec5c97582f680ccda89939df476e5bc1b9ed7ccf4b72de18506fc172b61e92d", dce_ast = "d34294f4ed7e8f83dccab5b3ce8221b68ce1523eedc8c321f736fbea52cb48cc", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "eec80ed0918648ae40e69b769dc890f44d244d81c9b66c1dd95281d79b66e275", unrolled_ast = "a2714647e048f48abdf3e32c135c266e68f3dddd05326c561a4efec8b449b531", ssa_ast = "55b0b96d869b90ef8f10eebaa9a88cdd7b7860e9e820fba565f6a77c6191bfe8", flattened_ast = "c582de955514d6055f7a460d4a7b5404ac2c78589bff0ddd0c1838e3ac5b9ed1", destructured_ast = "ecb64883a49557611dc94c27ba6e40043edd9ea6b1539d6938bee34f72e2eac6", inlined_ast = "ecb64883a49557611dc94c27ba6e40043edd9ea6b1539d6938bee34f72e2eac6", dce_ast = "d34294f4ed7e8f83dccab5b3ce8221b68ce1523eedc8c321f736fbea52cb48cc", bytecode = """ program test.aleo; struct Foo: 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 9d82a55997..bfc289c2fd 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "ba0e4c9d6ce88ccc0e0307ad05c78e5e8d78aa099fc2bcceaacb4c461b997bf5", unrolled_ast = "c8d89f61f8ca9effc094bd778b93c6986711d038bc699c70ea8fb1fd7e541528", ssa_ast = "d3c74cfff299ee03829f392ab263dca8e278da3c3dcf5595f0ce760f3de5ef73", flattened_ast = "d92821004fa4f2e0cd802df711970f9285aa9a809295fc63d98a722db6998e5d", destructured_ast = "8d4f37d780db17f2c62bf85a0521c9fda7b4d646514968c35b84f2c5722cb67b", inlined_ast = "8d4f37d780db17f2c62bf85a0521c9fda7b4d646514968c35b84f2c5722cb67b", dce_ast = "d232666467342719701915c4dfef9882d8da75342f50fe359827619404ad6aa1", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ba0e4c9d6ce88ccc0e0307ad05c78e5e8d78aa099fc2bcceaacb4c461b997bf5", unrolled_ast = "c42519cc7a9315141c4817fffc2f41359389a431021e0745ee03ad7a40e6c649", ssa_ast = "7d719d35ad7c9599e90fee2c1e68383dc7fd6e6cb57c57215bf963a208b92496", flattened_ast = "076f5dcdf030f3e1ca41993ef8b565fb2a1534508695adda42e0303b75140e80", destructured_ast = "526fb84d4815a3c8a260551076157d1db17d910bf00504f3b9c9fa9c738a9244", inlined_ast = "526fb84d4815a3c8a260551076157d1db17d910bf00504f3b9c9fa9c738a9244", dce_ast = "d232666467342719701915c4dfef9882d8da75342f50fe359827619404ad6aa1", bytecode = """ program test.aleo; struct Foo: 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 c86aad2539..2f081c8e8e 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "dd7bef8e08075a6a372765e6979b845ba5404f778e7ce7890b089f67d7fdf502", unrolled_ast = "f960c707a2c4e7711ba2a055915af7b0ac316449b8ec9ac3768c62db0527af65", ssa_ast = "0fb16af2f1b154634f475e2de837dc5a769173677f1cbba8f57ec6172bb6e840", flattened_ast = "ab42b9f745b7ba0f9b487e26288bd97f64170e9c768a2efbe3f06c3648b61520", destructured_ast = "9ddbac0be846f2fc6e46638b40671b99714b0d580fee506ebd06a98f353d4c3a", inlined_ast = "9ddbac0be846f2fc6e46638b40671b99714b0d580fee506ebd06a98f353d4c3a", dce_ast = "587dc38398e108c72c10e1669ac34d72cd6849f37096032751adf5fcbc048b71", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "dd7bef8e08075a6a372765e6979b845ba5404f778e7ce7890b089f67d7fdf502", unrolled_ast = "4d7c56ea56323481eb8b7ee7b2eecbc7389fc012ce1c5f6a91d5c6ce2d6c88fd", ssa_ast = "32cec2005be0f4701daa57407110911f994ffd11b430f92a1b2cf7e421f0c3fc", flattened_ast = "be182ab06bce9f65c3199bd2d26a08583c97359759d1f4d779858fb6256a1784", destructured_ast = "8d652a99714ac484500b4d6875087e3c4ee7ca1acd3c5ddddbf0cded56034e8d", inlined_ast = "8d652a99714ac484500b4d6875087e3c4ee7ca1acd3c5ddddbf0cded56034e8d", dce_ast = "587dc38398e108c72c10e1669ac34d72cd6849f37096032751adf5fcbc048b71", bytecode = """ program test.aleo; struct Foo: 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 eea8040bcc..f4ccab61a2 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "74f2b106148033859a4a34b5548cdbd4cdb87e2db64f36d9a2cf20b0a6d364b4", unrolled_ast = "2ae412167354a34c39d4e03dc445701df3c4755f0319bb1759c990d40d183581", ssa_ast = "e33f6815f99d6730b151dc7e4418c786857c87b5b89c5206239c60726aa3898f", flattened_ast = "53cf9bf0bec502c7fc8b4919cec00103896d315526cedfb71cd7c025386e85d1", destructured_ast = "8f251038b89911bd5eb7ca7edeac53eb93aa8142ebef3fb5eb34d45f2b6311ca", inlined_ast = "8f251038b89911bd5eb7ca7edeac53eb93aa8142ebef3fb5eb34d45f2b6311ca", dce_ast = "147559f4928289e7130d3524d8f697d4448277124a0e60541ed4ac43dd71f081", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "74f2b106148033859a4a34b5548cdbd4cdb87e2db64f36d9a2cf20b0a6d364b4", unrolled_ast = "9593c5648e69c05fefc6ab84b48ed7ece3c2c4fd24107222b8ffcc68a68e2322", ssa_ast = "979bfaa1f46214d1fcf74c9d1c1e29260839a714a5cf90b58dc25b8051594c5a", flattened_ast = "98e7f45548109924b13e7f262699e108747de4430cd70c48b727bb80f80e5d49", destructured_ast = "94c9d4c012852b57e48d0cd1a20dd4054e0d75e05c6901510ed61d7dfe2ead5d", inlined_ast = "94c9d4c012852b57e48d0cd1a20dd4054e0d75e05c6901510ed61d7dfe2ead5d", dce_ast = "147559f4928289e7130d3524d8f697d4448277124a0e60541ed4ac43dd71f081", bytecode = """ program test.aleo; struct Foo: 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 1c6dfc562d..6a5a9190d8 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 @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "7bbcf217bccf5513b4bc097816d3554cc4abdd52b729f65fab7cc256bf887797", unrolled_ast = "4332da459b3eeb4f13db81f1bb2f3732b66477d1a1d32ee2fa8814aca6d71858", ssa_ast = "91bfe0c394ae4b809f2268ffce46c2f239a7999c50a38144d2d454dd7b51a355", flattened_ast = "5122d9f070bcfda7c134f9b3cfcaef2b27a02cc00fdda00de3b3ba955978e297", destructured_ast = "fe3c7b484a74ef694058c2ce411f5748b642887c82acca7e08debd2c688c5381", inlined_ast = "fe3c7b484a74ef694058c2ce411f5748b642887c82acca7e08debd2c688c5381", dce_ast = "9b2d83475e8bbdcc99ff90221e212be920311f32d0e754e4e77896d44c9acd19", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "7bbcf217bccf5513b4bc097816d3554cc4abdd52b729f65fab7cc256bf887797", unrolled_ast = "0a02635442115e059e3712c776fa46d8f32964301789065b21d0490fc9b16492", ssa_ast = "19dbf54178ec8b23f814ad1b677f8100f72de1f30eb369aa5a99f28494afdb1f", flattened_ast = "08567a14d01e408b5f7039c6bd1c5b269d5d0a073591dd63b331c37b92af73ed", destructured_ast = "2ac99223a9650ff077e16112dd47179023b972f632d3d1fbcac4daec8c62a71b", inlined_ast = "2ac99223a9650ff077e16112dd47179023b972f632d3d1fbcac4daec8c62a71b", dce_ast = "9b2d83475e8bbdcc99ff90221e212be920311f32d0e754e4e77896d44c9acd19", bytecode = """ program test.aleo; struct Foo: diff --git a/tests/expectations/compiler/core/constants/group_gen.out b/tests/expectations/compiler/core/constants/group_gen.out index de21455967..d7d17f3e66 100644 --- a/tests/expectations/compiler/core/constants/group_gen.out +++ b/tests/expectations/compiler/core/constants/group_gen.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "8288afbe9d76576eebdb237192bb20545ee1da09c2b1ece78668c52e3dc4a134", unrolled_ast = "33619471c52b311422e8aaf38009ac9f161e6d390a552645efa1b695da4b62d9", ssa_ast = "493b77fc5505366138656425a531c28bd416dcbb79a06535e597584246c626e9", flattened_ast = "6cd9e53f7214eb801046cdf3f02db6fc7f30164875cc159d4af403aa308c1480", destructured_ast = "79e0cf51f953f5325bd5b7e01be789a85aadcb70b5755074def193f73e111831", inlined_ast = "79e0cf51f953f5325bd5b7e01be789a85aadcb70b5755074def193f73e111831", dce_ast = "79e0cf51f953f5325bd5b7e01be789a85aadcb70b5755074def193f73e111831", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8288afbe9d76576eebdb237192bb20545ee1da09c2b1ece78668c52e3dc4a134", unrolled_ast = "72246b63a67f5e3dc18d1a6a0b485aba53d69657e14d5b1f5d51ee1fac812169", ssa_ast = "08f8dff2613d65b86359a0d052dae7b70f1e4185658fcbbc225aad4be23dbd09", flattened_ast = "5447f5a69ef06607d402f8db9c076aa0bd4ad4f717dd8174a27b3bb6b635966a", destructured_ast = "e0fe8c8c8107c93702e00ecca872ee35772bca7f737216325c679bac360ecc5c", inlined_ast = "e0fe8c8c8107c93702e00ecca872ee35772bca7f737216325c679bac360ecc5c", dce_ast = "e0fe8c8c8107c93702e00ecca872ee35772bca7f737216325c679bac360ecc5c", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/compiler/examples/groups.out b/tests/expectations/compiler/examples/groups.out index afe2410bb5..f92b9dea50 100644 --- a/tests/expectations/compiler/examples/groups.out +++ b/tests/expectations/compiler/examples/groups.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "316f17e78314ccc21c70c33178f93e42e621b2e5e18effd0e1232eaf45af5483", unrolled_ast = "26d20304a9f2002e619d126177bc2d96d3f2a835577123b9b31f45e31d1cab27", ssa_ast = "aa0fc14bd1075480f866f1dc69e66f43554599ac3788fa6a51f34c84dee3829f", flattened_ast = "3ef2f9478ad45bfbf3c3b4bada7c500cda4ed4a5773f767139707224bd1b19b9", destructured_ast = "ff6c4cddd64c33739985a5551489cada8812a2fb2d54f03d72aaf5406a614ff2", inlined_ast = "ff6c4cddd64c33739985a5551489cada8812a2fb2d54f03d72aaf5406a614ff2", dce_ast = "ff6c4cddd64c33739985a5551489cada8812a2fb2d54f03d72aaf5406a614ff2", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "316f17e78314ccc21c70c33178f93e42e621b2e5e18effd0e1232eaf45af5483", unrolled_ast = "8c85ffa2402d9ea3df54078a5b5cff7530f33927aa3654cbdd1221db97903b7a", ssa_ast = "3998c1295e29c53bab48a8efd8d463590af2b5f87fb30c2784a5ddc9a081f6af", flattened_ast = "ed1b0cfc0fda3116799ce6ea5cb57217ecdd4e5fde1348d7d83627aff9ff4a8d", destructured_ast = "52d2c7404a1c7794aaa674bf4aaf7506cd16ac960470a0932f167e4cc525bbdf", inlined_ast = "52d2c7404a1c7794aaa674bf4aaf7506cd16ac960470a0932f167e4cc525bbdf", dce_ast = "52d2c7404a1c7794aaa674bf4aaf7506cd16ac960470a0932f167e4cc525bbdf", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/compiler/group/group_mul.out b/tests/expectations/compiler/group/group_mul.out index e26b23dfad..b5e573ef12 100644 --- a/tests/expectations/compiler/group/group_mul.out +++ b/tests/expectations/compiler/group/group_mul.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d1c4c6672dc185e8755c9911ceae0b1a45f10f064a9b6d1f164799a2a5d45534", unrolled_ast = "d1c4c6672dc185e8755c9911ceae0b1a45f10f064a9b6d1f164799a2a5d45534", ssa_ast = "69eca3bd0e2e74cd650cb4265d4cdf64420a0798290aefb5775321b68ca8e52f", flattened_ast = "73ef2575140139c704d6c6492ba5cf5e19bccf490e010f116eec2a68b28c77a1", destructured_ast = "92b2dfc0c1558bd9d858c1a0b8a0ebc82358cd1d5c7ecf3565a85686a18b7411", inlined_ast = "92b2dfc0c1558bd9d858c1a0b8a0ebc82358cd1d5c7ecf3565a85686a18b7411", dce_ast = "7d9ea267543a0c4e333ccd18e48d607d8daddcfefb1413145c67aad50ba0d516", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "9b93dad98172e20ea5c19135bc2fedf8ea5a900e61caa79934989d4656f2d674", unrolled_ast = "9b93dad98172e20ea5c19135bc2fedf8ea5a900e61caa79934989d4656f2d674", ssa_ast = "5780bfce9c040791843ee1b140c47833429e085dac9fd500f11f8bfe9d001530", flattened_ast = "ce24c3d6754ef3058149ff3033df7e5877d2a8444a04ac8e8ae298aec050ef94", destructured_ast = "88d6233af41fe2e6df3819aa26666e94de961da403a9d79b59ea86cef8e1d84a", inlined_ast = "88d6233af41fe2e6df3819aa26666e94de961da403a9d79b59ea86cef8e1d84a", dce_ast = "33fc6892f8c0ced2940b5723b86789a1663611f8a63969622e8e2ad412bd5a83", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/compiler/group/mult_by_group_fail.out b/tests/expectations/compiler/group/mult_by_group_fail.out index 6984add261..806172af29 100644 --- a/tests/expectations/compiler/group/mult_by_group_fail.out +++ b/tests/expectations/compiler/group/mult_by_group_fail.out @@ -4,8 +4,8 @@ outputs = [""" Error [ETYC0372120]: Received types `group` and `group` for the operation `*`. --> compiler-test:5:16 | - 5 | return (_, _)group * a; - | ^^^^^^^^^^^^^^^ + 5 | return 1group * a; + | ^^^^^^^^^^ | = Valid operands are two integers of the same type, two fields, or a scalar and a group. Error [ETYC0372083]: A program must have at least one transition function. diff --git a/tests/expectations/compiler/group/negate.out b/tests/expectations/compiler/group/negate.out index 94acd9412b..e778fd25c5 100644 --- a/tests/expectations/compiler/group/negate.out +++ b/tests/expectations/compiler/group/negate.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "431ac4843732eb1f1967e292f14fa1fcd6d1ae802bbe7e852803841b0ddd4c04", unrolled_ast = "431ac4843732eb1f1967e292f14fa1fcd6d1ae802bbe7e852803841b0ddd4c04", ssa_ast = "8e1a60195d0a265423ac4c187f73ad26288c990fdd3f9d8a4f8e3832ee824cb3", flattened_ast = "3d047394c4ebce0e9f38aa0c762781ad92fe26f5a834309c3a79d7f871e03bcf", destructured_ast = "fd98288a4891a79dd82fd5a033cfb7915a2ee93563957a3d68088b5e597f196b", inlined_ast = "fd98288a4891a79dd82fd5a033cfb7915a2ee93563957a3d68088b5e597f196b", dce_ast = "fd98288a4891a79dd82fd5a033cfb7915a2ee93563957a3d68088b5e597f196b", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "4a6b7a52fb054f25ca7c1835d2ee01a3e0b315889705fd7bc7b98cae8d2032a0", unrolled_ast = "4a6b7a52fb054f25ca7c1835d2ee01a3e0b315889705fd7bc7b98cae8d2032a0", ssa_ast = "a70be724949267530a0cf37816e1d19fe8957317f04e7ae047126dbe1865b6c2", flattened_ast = "7ac75a56456af1702d24700c54144fc3e8159b5acd1b83b997d0d3d2d6065e98", destructured_ast = "dc2b29cf61747826deca237b374116a4f67bbba430ac3d7474a69467ecb06ebe", inlined_ast = "dc2b29cf61747826deca237b374116a4f67bbba430ac3d7474a69467ecb06ebe", dce_ast = "dc2b29cf61747826deca237b374116a4f67bbba430ac3d7474a69467ecb06ebe", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/compiler/group/no_space_between_literal.out b/tests/expectations/compiler/group/no_space_between_literal.out index a94a232312..0192581a59 100644 --- a/tests/expectations/compiler/group/no_space_between_literal.out +++ b/tests/expectations/compiler/group/no_space_between_literal.out @@ -1,8 +1,8 @@ namespace = "Compile" expectation = "Fail" outputs = [""" -Error [EPAR0370004]: Unexpected white space between terms (0,1) and group - --> compiler-test:5:27 +Error [EPAR0370004]: Unexpected white space between terms 1 and group + --> compiler-test:5:23 | - 5 | let g: group = (0,1) group; - | ^"""] + 5 | let g: group = 1 group; + | ^"""] diff --git a/tests/expectations/compiler/group/point_input.out b/tests/expectations/compiler/group/point_input.out deleted file mode 100644 index 81061f3aa3..0000000000 --- a/tests/expectations/compiler/group/point_input.out +++ /dev/null @@ -1,10 +0,0 @@ -namespace = "Compile" -expectation = "Pass" -outputs = [[{ compile = [{ 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; - output r1 as boolean.private; -""", errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/group/to_x_coordinate.out b/tests/expectations/compiler/group/to_x_coordinate.out index e71c8ce463..1dd80f2c0c 100644 --- a/tests/expectations/compiler/group/to_x_coordinate.out +++ b/tests/expectations/compiler/group/to_x_coordinate.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "676d71376bf2a1df04b89f06274de446d2e28b3036ffd0bb11140ab52503d3c8", unrolled_ast = "607a7d7d1ebf1f6feb9f6828b5c9566416e860464db279e5ece3788962ac6811", ssa_ast = "ee986f6dd838d3fb73360071b8157f2a027f2ce71c7eb583d8461b24289843ff", flattened_ast = "2aa8f99a92291907a63c62d7b5f01fb9c0350ef644129223ab9e0b9419a395eb", destructured_ast = "780900ce9f4c8dcc6af7363988b9403f34c2c7706c4440fd30d1c616591b42a4", inlined_ast = "780900ce9f4c8dcc6af7363988b9403f34c2c7706c4440fd30d1c616591b42a4", dce_ast = "7acb9a767c34b75c34e6510e97fc2648af1f1cfdc18d44938cb208b6a673ad0c", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "fe59d94807980323d1e9625586008561cb8fdfa13f4008b3f4ef2727696eb232", unrolled_ast = "607a7d7d1ebf1f6feb9f6828b5c9566416e860464db279e5ece3788962ac6811", ssa_ast = "ee986f6dd838d3fb73360071b8157f2a027f2ce71c7eb583d8461b24289843ff", flattened_ast = "2aa8f99a92291907a63c62d7b5f01fb9c0350ef644129223ab9e0b9419a395eb", destructured_ast = "780900ce9f4c8dcc6af7363988b9403f34c2c7706c4440fd30d1c616591b42a4", inlined_ast = "780900ce9f4c8dcc6af7363988b9403f34c2c7706c4440fd30d1c616591b42a4", dce_ast = "7acb9a767c34b75c34e6510e97fc2648af1f1cfdc18d44938cb208b6a673ad0c", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/compiler/group/to_y_coordinate.out b/tests/expectations/compiler/group/to_y_coordinate.out index 142452c030..f1ff3278ca 100644 --- a/tests/expectations/compiler/group/to_y_coordinate.out +++ b/tests/expectations/compiler/group/to_y_coordinate.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "d483d7fd3eb931e6224542daa0b8d86b7241c1e96a3ef5a28a91a4c4839753c1", unrolled_ast = "53035b557902f9b6c22dbef184415d782dafd6a1a04a4a55aa42577bb2a59b3c", ssa_ast = "af49bff7fe8192826ba4c021ca0a86d704ca0996367b08efd7c47efd6a754108", flattened_ast = "ab1efe3d7a80434ab22f03d33b33e25de78229d85c275fdf3abe51983b2b4e97", destructured_ast = "c4da49b54a39e041b840c480a8bfb735a59e92716f910585dba064522f1c1f5a", inlined_ast = "c4da49b54a39e041b840c480a8bfb735a59e92716f910585dba064522f1c1f5a", dce_ast = "fe4bdee5522cab0898484d13acd4f315e9dbdf0ded37b73d190a362adf7d05c0", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "8d71e26f2ef644aaa4c3c585e67f7ee574d13c876991d8ce83a8a9e3ccaa1487", unrolled_ast = "53035b557902f9b6c22dbef184415d782dafd6a1a04a4a55aa42577bb2a59b3c", ssa_ast = "af49bff7fe8192826ba4c021ca0a86d704ca0996367b08efd7c47efd6a754108", flattened_ast = "ab1efe3d7a80434ab22f03d33b33e25de78229d85c275fdf3abe51983b2b4e97", destructured_ast = "c4da49b54a39e041b840c480a8bfb735a59e92716f910585dba064522f1c1f5a", inlined_ast = "c4da49b54a39e041b840c480a8bfb735a59e92716f910585dba064522f1c1f5a", dce_ast = "fe4bdee5522cab0898484d13acd4f315e9dbdf0ded37b73d190a362adf7d05c0", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/compiler/group/x_and_y.out b/tests/expectations/compiler/group/x_and_y.out deleted file mode 100644 index 09276e6287..0000000000 --- a/tests/expectations/compiler/group/x_and_y.out +++ /dev/null @@ -1,10 +0,0 @@ -namespace = "Compile" -expectation = "Pass" -outputs = [[{ compile = [{ 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; - output r1 as group.private; -""", errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/group/x_sign_high.out b/tests/expectations/compiler/group/x_sign_high.out deleted file mode 100644 index e66f8412e0..0000000000 --- a/tests/expectations/compiler/group/x_sign_high.out +++ /dev/null @@ -1,10 +0,0 @@ -namespace = "Compile" -expectation = "Pass" -outputs = [[{ compile = [{ 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; - output r1 as group.private; -""", errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/group/x_sign_inferred.out b/tests/expectations/compiler/group/x_sign_inferred.out deleted file mode 100644 index 422754560f..0000000000 --- a/tests/expectations/compiler/group/x_sign_inferred.out +++ /dev/null @@ -1,10 +0,0 @@ -namespace = "Compile" -expectation = "Pass" -outputs = [[{ compile = [{ 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; - output r1 as group.private; -""", errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/group/x_sign_low.out b/tests/expectations/compiler/group/x_sign_low.out deleted file mode 100644 index 53e8de52c4..0000000000 --- a/tests/expectations/compiler/group/x_sign_low.out +++ /dev/null @@ -1,10 +0,0 @@ -namespace = "Compile" -expectation = "Pass" -outputs = [[{ compile = [{ 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; - output r1 as group.private; -""", errors = "", warnings = "" }] }]] diff --git a/tests/expectations/compiler/group/zero.out b/tests/expectations/compiler/group/zero.out index f46e79d3fd..3bae8d5c60 100644 --- a/tests/expectations/compiler/group/zero.out +++ b/tests/expectations/compiler/group/zero.out @@ -1,6 +1,6 @@ namespace = "Compile" expectation = "Pass" -outputs = [[{ compile = [{ initial_ast = "1ab67a46b1e18f07cb0cbf1f0d7224dacad95905b78baa7ec37b4253acc67dcf", unrolled_ast = "1ab67a46b1e18f07cb0cbf1f0d7224dacad95905b78baa7ec37b4253acc67dcf", ssa_ast = "3f1b803aa3810824e912e78501ed7806047154cf6774b82243066ed6704b8386", flattened_ast = "463e73f9be58935dd081921c62272369b8a3f7eb15d6a41d373ee78f5b509581", destructured_ast = "66db27ba955bd6c93f987abd3ee6cfa9dabf2830046aff921998ec59bb99f581", inlined_ast = "66db27ba955bd6c93f987abd3ee6cfa9dabf2830046aff921998ec59bb99f581", dce_ast = "66db27ba955bd6c93f987abd3ee6cfa9dabf2830046aff921998ec59bb99f581", bytecode = """ +outputs = [[{ compile = [{ initial_ast = "ddcade130b97232e81a92e409dab49f3613bf69adc5249dfc75b9724c92e93bd", unrolled_ast = "ddcade130b97232e81a92e409dab49f3613bf69adc5249dfc75b9724c92e93bd", ssa_ast = "fad6bfe8402e95da9e1856c8cd178d04e0cd923def36816084bb39df6c61799a", flattened_ast = "b6f79f1974c133e44f6504fd4d217e977e2b0059ce4833a8b68f7ae4397a04a4", destructured_ast = "1d651670d8950f7df08f07b7b321cb27e7f6650714915d35b18d6433d3a958ab", inlined_ast = "1d651670d8950f7df08f07b7b321cb27e7f6650714915d35b18d6433d3a958ab", dce_ast = "1d651670d8950f7df08f07b7b321cb27e7f6650714915d35b18d6433d3a958ab", bytecode = """ program test.aleo; function main: diff --git a/tests/expectations/parser/expression/literal/group.out b/tests/expectations/parser/expression/literal/group.out index 0d9de0024a..e2ff11d31f 100644 --- a/tests/expectations/parser/expression/literal/group.out +++ b/tests/expectations/parser/expression/literal/group.out @@ -3,519 +3,8 @@ expectation = "Pass" [[outputs]] -[outputs.Literal.Group.Tuple] -x = "SignHigh" -y = "Inferred" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "Inferred" -y = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignHigh" -y = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignLow" -y = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignHigh" -y = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignLow" -y = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "Inferred" -y = "Inferred" -id = 0 - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 11 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "-456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "-123", - { span = { lo = 2, hi = 5 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "-123", - { span = { lo = 2, hi = 5 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "Inferred" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -y = "Inferred" -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "Inferred" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignHigh" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "SignLow" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -x = "Inferred" -id = 0 - -[outputs.Literal.Group.Tuple.y] -Number = [ - "345", - { span = { lo = 4, hi = 7 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 13 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group.Tuple] -id = 0 - -[outputs.Literal.Group.Tuple.x] -Number = [ - "123", - { span = { lo = 1, hi = 4 } }, -] - -[outputs.Literal.Group.Tuple.y] -Number = [ - "456", - { span = { lo = 6, hi = 9 } }, -] - -[outputs.Literal.Group.Tuple.span] -lo = 0 -hi = 15 - -[[outputs]] - -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "1", { span = { lo = 0, hi = 6 } }, 0, @@ -523,8 +12,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "-1", { span = { lo = 0, hi = 7 } }, 0, diff --git a/tests/expectations/parser/expression/literal/group_fail.out b/tests/expectations/parser/expression/literal/group_fail.out index b1f0d58fb4..3c4373f304 100644 --- a/tests/expectations/parser/expression/literal/group_fail.out +++ b/tests/expectations/parser/expression/literal/group_fail.out @@ -1,73 +1,8 @@ namespace = "ParseExpression" expectation = "Fail" -outputs = [ - """ -Error [EPAR0370029]: A tuple expression must have at least two elements. - --> test:1:1 +outputs = [""" +Error [EPAR0370004]: Unexpected white space between terms 123 and group + --> test:1:4 | - 1 | ()group - | ^^""", - """ -Error [EPAR0370017]: Could not parse the implicit value: 123. - --> test:1:2 - | - 1 | (123)group - | ^^^""", - """ -Error [EPAR0370009]: unexpected string: expected 'expression', found ',' - --> test:1:2 - | - 1 | (,)group - | ^""", - """ -Error [EPAR0370009]: unexpected string: expected 'expression', found '+' - --> test:1:2 - | - 1 | (+, -,)group - | ^""", - """ -Error [EPAR0370009]: unexpected string: expected 'expression', found ',' - --> test:1:2 - | - 1 | (,+, -)group - | ^""", - """ -did not consume all input: 'group' @ 1:6-11 -""", - """ -Error [EPAR0370017]: Could not parse the implicit value: 123. - --> test:1:2 - | - 1 | (123,456u8)group - | ^^^""", - """ -Error [EPAR0370017]: Could not parse the implicit value: 123. - --> test:1:2 - | - 1 | (123,456field)group - | ^^^""", - """ -Error [EPAR0370004]: Unexpected white space between terms (123,456) and group - --> test:1:11 - | - 1 | (123, 456) group - | ^""", - """ -Error [EPAR0370017]: Could not parse the implicit value: 123. - --> test:1:2 - | - 1 | (123, )group - | ^^^""", - """ -Error [EPAR0370017]: Could not parse the implicit value: 123. - --> test:1:2 - | - 1 | (123, 456, 789)group - | ^^^""", - """ -Error [EPAR0370017]: Could not parse the implicit value: 123. - --> test:1:2 - | - 1 | (123, 456)bool - | ^^^""", -] + 1 | 123 group + | ^"""] diff --git a/tests/expectations/parser/expression/literal/int_parse/mono_group.out b/tests/expectations/parser/expression/literal/int_parse/mono_group.out index a37c9533e7..43244f8a50 100644 --- a/tests/expectations/parser/expression/literal/int_parse/mono_group.out +++ b/tests/expectations/parser/expression/literal/int_parse/mono_group.out @@ -3,8 +3,8 @@ expectation = "Pass" [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "123", { span = { lo = 0, hi = 8 } }, 0, @@ -12,8 +12,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "123", { span = { lo = 0, hi = 8 } }, 0, @@ -21,8 +21,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "456", { span = { lo = 0, hi = 8 } }, 0, @@ -30,8 +30,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "87377802873778028737780287377802873778028737780287377802873778028737780287377802", { span = { lo = 0, hi = 85 } }, 0, @@ -39,8 +39,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802", { span = { lo = 0, hi = 405 } }, 0, @@ -48,8 +48,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "340130024", { span = { lo = 0, hi = 14 } }, 0, @@ -57,8 +57,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "158951116", { span = { lo = 0, hi = 14 } }, 0, @@ -66,8 +66,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "155529659", { span = { lo = 0, hi = 14 } }, 0, @@ -75,8 +75,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "642023166", { span = { lo = 0, hi = 14 } }, 0, @@ -84,8 +84,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "228481736", { span = { lo = 0, hi = 14 } }, 0, @@ -93,8 +93,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "469712960", { span = { lo = 0, hi = 14 } }, 0, @@ -102,8 +102,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "929437719", { span = { lo = 0, hi = 14 } }, 0, @@ -111,8 +111,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "721072814", { span = { lo = 0, hi = 14 } }, 0, @@ -120,8 +120,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "363254789", { span = { lo = 0, hi = 14 } }, 0, @@ -129,8 +129,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "906732565", { span = { lo = 0, hi = 14 } }, 0, @@ -138,8 +138,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "288246391", { span = { lo = 0, hi = 14 } }, 0, @@ -147,8 +147,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "724940549", { span = { lo = 0, hi = 14 } }, 0, @@ -156,8 +156,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "487101620", { span = { lo = 0, hi = 14 } }, 0, @@ -165,8 +165,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "261373583", { span = { lo = 0, hi = 14 } }, 0, @@ -174,8 +174,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "891163927", { span = { lo = 0, hi = 14 } }, 0, @@ -183,8 +183,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "743967544", { span = { lo = 0, hi = 14 } }, 0, @@ -192,8 +192,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "8372586", { span = { lo = 0, hi = 12 } }, 0, @@ -201,8 +201,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "461793278", { span = { lo = 0, hi = 14 } }, 0, @@ -210,8 +210,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "806307045", { span = { lo = 0, hi = 14 } }, 0, @@ -219,8 +219,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "122764546", { span = { lo = 0, hi = 14 } }, 0, @@ -228,8 +228,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "356336181", { span = { lo = 0, hi = 14 } }, 0, @@ -237,8 +237,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "158370903", { span = { lo = 0, hi = 14 } }, 0, @@ -246,8 +246,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "774460877", { span = { lo = 0, hi = 14 } }, 0, @@ -255,8 +255,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "557174131", { span = { lo = 0, hi = 14 } }, 0, @@ -264,8 +264,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "492401267", { span = { lo = 0, hi = 14 } }, 0, @@ -273,8 +273,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "893445620", { span = { lo = 0, hi = 14 } }, 0, @@ -282,8 +282,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "957757048", { span = { lo = 0, hi = 14 } }, 0, @@ -291,8 +291,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "721540649", { span = { lo = 0, hi = 14 } }, 0, @@ -300,8 +300,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "390746493", { span = { lo = 0, hi = 14 } }, 0, @@ -309,8 +309,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "211251725", { span = { lo = 0, hi = 14 } }, 0, @@ -318,8 +318,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "938266114", { span = { lo = 0, hi = 14 } }, 0, @@ -327,8 +327,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "156985870", { span = { lo = 0, hi = 14 } }, 0, @@ -336,8 +336,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "703831126", { span = { lo = 0, hi = 14 } }, 0, @@ -345,8 +345,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "729964155", { span = { lo = 0, hi = 14 } }, 0, @@ -354,8 +354,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "988151305", { span = { lo = 0, hi = 14 } }, 0, @@ -363,8 +363,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "320872435", { span = { lo = 0, hi = 14 } }, 0, @@ -372,8 +372,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "719287167", { span = { lo = 0, hi = 14 } }, 0, @@ -381,8 +381,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "152289486", { span = { lo = 0, hi = 14 } }, 0, @@ -390,8 +390,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "740067975", { span = { lo = 0, hi = 14 } }, 0, @@ -399,8 +399,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "728627816", { span = { lo = 0, hi = 14 } }, 0, @@ -408,8 +408,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "385008978", { span = { lo = 0, hi = 14 } }, 0, @@ -417,8 +417,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "553967635", { span = { lo = 0, hi = 14 } }, 0, @@ -426,8 +426,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "71980713", { span = { lo = 0, hi = 13 } }, 0, @@ -435,8 +435,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "519444716", { span = { lo = 0, hi = 14 } }, 0, @@ -444,8 +444,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "116499965", { span = { lo = 0, hi = 14 } }, 0, @@ -453,8 +453,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "717422268", { span = { lo = 0, hi = 14 } }, 0, @@ -462,8 +462,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "18966279", { span = { lo = 0, hi = 13 } }, 0, @@ -471,8 +471,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "22458638", { span = { lo = 0, hi = 13 } }, 0, @@ -480,8 +480,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "857282620", { span = { lo = 0, hi = 14 } }, 0, @@ -489,8 +489,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "920675898", { span = { lo = 0, hi = 14 } }, 0, @@ -498,8 +498,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "762235516", { span = { lo = 0, hi = 14 } }, 0, @@ -507,8 +507,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "469018377", { span = { lo = 0, hi = 14 } }, 0, @@ -516,8 +516,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "199986521", { span = { lo = 0, hi = 14 } }, 0, @@ -525,8 +525,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "536679358", { span = { lo = 0, hi = 14 } }, 0, @@ -534,8 +534,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "591399452", { span = { lo = 0, hi = 14 } }, 0, @@ -543,8 +543,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "83083158", { span = { lo = 0, hi = 13 } }, 0, @@ -552,8 +552,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "599449051", { span = { lo = 0, hi = 14 } }, 0, @@ -561,8 +561,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "445442318", { span = { lo = 0, hi = 14 } }, 0, @@ -570,8 +570,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "585486590", { span = { lo = 0, hi = 14 } }, 0, @@ -579,8 +579,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "209278800", { span = { lo = 0, hi = 14 } }, 0, @@ -588,8 +588,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "873568117", { span = { lo = 0, hi = 14 } }, 0, @@ -597,8 +597,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "664470940", { span = { lo = 0, hi = 14 } }, 0, @@ -606,8 +606,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "465262783", { span = { lo = 0, hi = 14 } }, 0, @@ -615,8 +615,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "605652874", { span = { lo = 0, hi = 14 } }, 0, @@ -624,8 +624,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "376803940", { span = { lo = 0, hi = 14 } }, 0, @@ -633,8 +633,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "965247040", { span = { lo = 0, hi = 14 } }, 0, @@ -642,8 +642,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "598474509", { span = { lo = 0, hi = 14 } }, 0, @@ -651,8 +651,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "845119918", { span = { lo = 0, hi = 14 } }, 0, @@ -660,8 +660,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "648159133", { span = { lo = 0, hi = 14 } }, 0, @@ -669,8 +669,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "669051032", { span = { lo = 0, hi = 14 } }, 0, @@ -678,8 +678,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "800600261", { span = { lo = 0, hi = 14 } }, 0, @@ -687,8 +687,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "434689764", { span = { lo = 0, hi = 14 } }, 0, @@ -696,8 +696,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "520060080", { span = { lo = 0, hi = 14 } }, 0, @@ -705,8 +705,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "804659385", { span = { lo = 0, hi = 14 } }, 0, @@ -714,8 +714,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "537828058", { span = { lo = 0, hi = 14 } }, 0, @@ -723,8 +723,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "716600292", { span = { lo = 0, hi = 14 } }, 0, @@ -732,8 +732,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "387020273", { span = { lo = 0, hi = 14 } }, 0, @@ -741,8 +741,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "199375617", { span = { lo = 0, hi = 14 } }, 0, @@ -750,8 +750,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "680337189", { span = { lo = 0, hi = 14 } }, 0, @@ -759,8 +759,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "818479931", { span = { lo = 0, hi = 14 } }, 0, @@ -768,8 +768,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "893693281", { span = { lo = 0, hi = 14 } }, 0, @@ -777,8 +777,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "87377802", { span = { lo = 0, hi = 13 } }, 0, @@ -786,8 +786,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "84699261", { span = { lo = 0, hi = 13 } }, 0, @@ -795,8 +795,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "292826090", { span = { lo = 0, hi = 14 } }, 0, @@ -804,8 +804,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "569171405", { span = { lo = 0, hi = 14 } }, 0, @@ -813,8 +813,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "387436237", { span = { lo = 0, hi = 14 } }, 0, @@ -822,8 +822,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "150682190", { span = { lo = 0, hi = 14 } }, 0, @@ -831,8 +831,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "888770419", { span = { lo = 0, hi = 14 } }, 0, @@ -840,8 +840,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "824696431", { span = { lo = 0, hi = 14 } }, 0, @@ -849,8 +849,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "765659803", { span = { lo = 0, hi = 14 } }, 0, @@ -858,8 +858,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "270163693", { span = { lo = 0, hi = 14 } }, 0, @@ -867,8 +867,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "427940240", { span = { lo = 0, hi = 14 } }, 0, @@ -876,8 +876,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "504997332", { span = { lo = 0, hi = 14 } }, 0, @@ -885,8 +885,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "337808338", { span = { lo = 0, hi = 14 } }, 0, @@ -894,8 +894,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "907200008", { span = { lo = 0, hi = 14 } }, 0, @@ -903,8 +903,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "757177889", { span = { lo = 0, hi = 14 } }, 0, @@ -912,8 +912,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "696697188", { span = { lo = 0, hi = 14 } }, 0, @@ -921,8 +921,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "41376051", { span = { lo = 0, hi = 13 } }, 0, @@ -930,8 +930,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "496293518", { span = { lo = 0, hi = 14 } }, 0, @@ -939,8 +939,8 @@ Single = [ [[outputs]] -[outputs.Literal.Group] -Single = [ +[outputs.Literal] +Group = [ "251218820", { span = { lo = 0, hi = 14 } }, 0, diff --git a/tests/expectations/parser/expression/literal/underscore.out b/tests/expectations/parser/expression/literal/underscore.out index f7dedf0e20..bb7a457abf 100644 --- a/tests/expectations/parser/expression/literal/underscore.out +++ b/tests/expectations/parser/expression/literal/underscore.out @@ -386,152 +386,39 @@ outputs = [ 0, ] } }, "", - { Literal = { Group = { Single = [ + { Literal = { Group = [ "19____9__3756___17", { span = { lo = 0, hi = 23 } }, 0, -] } } }, - { Literal = { Group = { Single = [ +] } }, + { Literal = { Group = [ "68______03______3718____9__", { span = { lo = 0, hi = 32 } }, 0, -] } } }, - { Literal = { Group = { Single = [ +] } }, + { Literal = { Group = [ "818__79931__", { span = { lo = 0, hi = 17 } }, 0, -] } } }, - { Literal = { Group = { Single = [ +] } }, + { Literal = { Group = [ "8__9369328__1", { span = { lo = 0, hi = 18 } }, 0, -] } } }, - { Literal = { Group = { Single = [ +] } }, + { Literal = { Group = [ "873__778____02", { span = { lo = 0, hi = 19 } }, 0, -] } } }, - { Literal = { Group = { Single = [ +] } }, + { Literal = { Group = [ "84699__261", { span = { lo = 0, hi = 15 } }, 0, -] } } }, - { Literal = { Group = { Single = [ +] } }, + { Literal = { Group = [ "29__282609__0", { span = { lo = 0, hi = 18 } }, 0, -] } } }, - "", - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "1___2__3", - { span = { lo = 1, hi = 9 } }, -] }, y = { Number = [ - "-4_5__6", - { span = { lo = 11, hi = 17 } }, -] }, span = { lo = 0, hi = 23 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "-12___3", - { span = { lo = 2, hi = 8 } }, -] }, y = { Number = [ - "456__", - { span = { lo = 9, hi = 14 } }, -] }, span = { lo = 0, hi = 20 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "-12__3", - { span = { lo = 2, hi = 7 } }, -] }, y = { Number = [ - "45______6", - { span = { lo = 8, hi = 17 } }, -] }, span = { lo = 0, hi = 23 } } } } }, - { Literal = { Group = { Tuple = { y = "Inferred", id = 0, x = { Number = [ - "1__23", - { span = { lo = 1, hi = 6 } }, -] }, span = { lo = 0, hi = 15 } } } } }, - { Literal = { Group = { Tuple = { y = "SignLow", id = 0, x = { Number = [ - "12__3", - { span = { lo = 1, hi = 6 } }, -] }, span = { lo = 0, hi = 15 } } } } }, - { Literal = { Group = { Tuple = { y = "SignLow", id = 0, x = { Number = [ - "0___1_2_3", - { span = { lo = 1, hi = 10 } }, -] }, span = { lo = 0, hi = 19 } } } } }, - { Literal = { Group = { Tuple = { y = "SignHigh", id = 0, x = { Number = [ - "12_3", - { span = { lo = 1, hi = 5 } }, -] }, span = { lo = 0, hi = 14 } } } } }, - { Literal = { Group = { Tuple = { y = "SignHigh", id = 0, x = { Number = [ - "0____123", - { span = { lo = 1, hi = 9 } }, -] }, span = { lo = 0, hi = 18 } } } } }, - { Literal = { Group = { Tuple = { y = "SignLow", id = 0, x = { Number = [ - "12_3", - { span = { lo = 1, hi = 5 } }, -] }, span = { lo = 0, hi = 14 } } } } }, - { Literal = { Group = { Tuple = { y = "Inferred", id = 0, x = { Number = [ - "12__3", - { span = { lo = 1, hi = 6 } }, -] }, span = { lo = 0, hi = 15 } } } } }, - { Literal = { Group = { Tuple = { x = "SignHigh", id = 0, y = { Number = [ - "345__", - { span = { lo = 4, hi = 9 } }, -] }, span = { lo = 0, hi = 15 } } } } }, - { Literal = { Group = { Tuple = { x = "Inferred", id = 0, y = { Number = [ - "34_5", - { span = { lo = 4, hi = 8 } }, -] }, span = { lo = 0, hi = 14 } } } } }, - { Literal = { Group = { Tuple = { x = "SignHigh", id = 0, y = { Number = [ - "345_", - { span = { lo = 4, hi = 8 } }, -] }, span = { lo = 0, hi = 14 } } } } }, - { Literal = { Group = { Tuple = { x = "SignLow", id = 0, y = { Number = [ - "34_____5", - { span = { lo = 4, hi = 12 } }, -] }, span = { lo = 0, hi = 18 } } } } }, - { Literal = { Group = { Tuple = { x = "SignHigh", id = 0, y = { Number = [ - "3_45", - { span = { lo = 4, hi = 8 } }, -] }, span = { lo = 0, hi = 14 } } } } }, - { Literal = { Group = { Tuple = { x = "SignLow", id = 0, y = { Number = [ - "3_5", - { span = { lo = 4, hi = 7 } }, -] }, span = { lo = 0, hi = 13 } } } } }, - { Literal = { Group = { Tuple = { x = "Inferred", id = 0, y = { Number = [ - "345_2", - { span = { lo = 4, hi = 9 } }, -] }, span = { lo = 0, hi = 15 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "1_2", - { span = { lo = 1, hi = 4 } }, -] }, y = { Number = [ - "3_4", - { span = { lo = 5, hi = 8 } }, -] }, span = { lo = 0, hi = 14 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "12_3", - { span = { lo = 1, hi = 5 } }, -] }, y = { Number = [ - "4_5", - { span = { lo = 6, hi = 9 } }, -] }, span = { lo = 0, hi = 15 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "12_3", - { span = { lo = 1, hi = 5 } }, -] }, y = { Number = [ - "45_6", - { span = { lo = 6, hi = 10 } }, -] }, span = { lo = 0, hi = 16 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "1_2_3", - { span = { lo = 1, hi = 6 } }, -] }, y = { Number = [ - "4_5_6", - { span = { lo = 7, hi = 12 } }, -] }, span = { lo = 0, hi = 18 } } } } }, - { Literal = { Group = { Tuple = { id = 0, x = { Number = [ - "12_3_4", - { span = { lo = 1, hi = 7 } }, -] }, y = { Number = [ - "56_7", - { span = { lo = 8, hi = 12 } }, -] }, span = { lo = 0, hi = 18 } } } } }, +] } }, ] diff --git a/tests/expectations/parser/expression/literal/underscore_fail.out b/tests/expectations/parser/expression/literal/underscore_fail.out index 5e818c7872..eb1349777f 100644 --- a/tests/expectations/parser/expression/literal/underscore_fail.out +++ b/tests/expectations/parser/expression/literal/underscore_fail.out @@ -80,24 +80,6 @@ Error [EPAR0370009]: unexpected string: expected 'expression', found '_' 1 | __9__3756___17group | ^""", """ -Error [EPAR0370009]: unexpected string: expected 'expression', found '_' - --> test:1:2 - | - 1 | (_1___2__3,-4_5__6)group - | ^""", - """ -Error [EPAR0370009]: unexpected string: expected 'expression', found '_' - --> test:1:3 - | - 1 | (-__12___3,456__)group - | ^""", - """ -Error [EPAR0370009]: unexpected string: expected 'expression', found '_' - --> test:1:3 - | - 1 | (-_12__3,_45______6)group - | ^""", - """ Error [EPAR0370009]: unexpected string: expected 'expression', found '_' --> test:1:1 | diff --git a/tests/tests/compiler/group/mult_by_group_fail.leo b/tests/tests/compiler/group/mult_by_group_fail.leo index 5b3132e9ce..44c260fca9 100644 --- a/tests/tests/compiler/group/mult_by_group_fail.leo +++ b/tests/tests/compiler/group/mult_by_group_fail.leo @@ -5,5 +5,5 @@ expectation = "Fail" program test.aleo { function main(a: group) -> group { - return (_, _)group * a; + return 1group * a; }} diff --git a/tests/tests/compiler/group/no_space_between_literal.leo b/tests/tests/compiler/group/no_space_between_literal.leo index d38c82beee..9c183f6bee 100644 --- a/tests/tests/compiler/group/no_space_between_literal.leo +++ b/tests/tests/compiler/group/no_space_between_literal.leo @@ -5,6 +5,6 @@ expectation = "Fail" program test.aleo { function main(x: bool) -> group { - let g: group = (0,1) group; + let g: group = 1 group; return g; }} diff --git a/tests/tests/compiler/group/point_input.leo b/tests/tests/compiler/group/point_input.leo deleted file mode 100644 index 73b2154bb2..0000000000 --- a/tests/tests/compiler/group/point_input.leo +++ /dev/null @@ -1,9 +0,0 @@ -/* -namespace = "Compile" -expectation = "Pass" -*/ - -program test.aleo { - transition main(a: group) -> bool { - return a == (0, 1)group; - }} diff --git a/tests/tests/compiler/group/x_and_y.leo b/tests/tests/compiler/group/x_and_y.leo deleted file mode 100644 index 8c02816e73..0000000000 --- a/tests/tests/compiler/group/x_and_y.leo +++ /dev/null @@ -1,12 +0,0 @@ -/* -namespace = "Compile" -expectation = "Pass" -*/ - -program test.aleo { - transition main(a: scalar) -> group { - let b: group = (0, 1)group; - - return a * b; - } -} diff --git a/tests/tests/compiler/group/x_sign_high.leo b/tests/tests/compiler/group/x_sign_high.leo deleted file mode 100644 index 78ba4b4e1e..0000000000 --- a/tests/tests/compiler/group/x_sign_high.leo +++ /dev/null @@ -1,11 +0,0 @@ -/* -namespace = "Compile" -expectation = "Pass" -*/ - -program test.aleo { - transition main(a: scalar) -> group { - let b: group = (0, +)group; - - return a * b; - }} diff --git a/tests/tests/compiler/group/x_sign_inferred.leo b/tests/tests/compiler/group/x_sign_inferred.leo deleted file mode 100644 index a27b3220dc..0000000000 --- a/tests/tests/compiler/group/x_sign_inferred.leo +++ /dev/null @@ -1,11 +0,0 @@ -/* -namespace = "Compile" -expectation = "Pass" -*/ - -program test.aleo { - transition main(a: scalar) -> group { - let b: group = (0, _)group; - - return a * b; - }} diff --git a/tests/tests/compiler/group/x_sign_low.leo b/tests/tests/compiler/group/x_sign_low.leo deleted file mode 100644 index 9cff501b83..0000000000 --- a/tests/tests/compiler/group/x_sign_low.leo +++ /dev/null @@ -1,11 +0,0 @@ -/* -namespace = "Compile" -expectation = "Pass" -*/ - -program test.aleo { - transition main(a: scalar) -> group { - let b: group = (0, -)group; - - return a * b; - }} diff --git a/tests/tests/parser/expression/literal/group.leo b/tests/tests/parser/expression/literal/group.leo index a99fb98fac..6bb2f0030d 100644 --- a/tests/tests/parser/expression/literal/group.leo +++ b/tests/tests/parser/expression/literal/group.leo @@ -3,70 +3,6 @@ namespace = "ParseExpression" expectation = "Pass" */ -(+, _)group - -(_, -)group - -(+, -)group - -(-, +)group - -(+, +)group - -(-, -)group - -(_, _)group - - -(123,-456)group - -(-123,456)group - -(-123,456)group - -(123, _)group - -(123, -)group - -(123, -)group - -(123, +)group - -(123, +)group - -(123, -)group - -(123, _)group - -(+, 345)group - -(_, 345)group - -(+, 345)group - -(-, 345)group - -(+, 345)group - -(-, 345)group - -(_, 345)group - - -(123, 456)group - -(123, 456)group - -(123, 456)group - -(123, 456)group - -(123, 456)group - -(123, 456)group - -(123, 456)group - 1group --1group \ No newline at end of file +-1group diff --git a/tests/tests/parser/expression/literal/group_fail.leo b/tests/tests/parser/expression/literal/group_fail.leo index 8ff2656521..3b0bf037c5 100644 --- a/tests/tests/parser/expression/literal/group_fail.leo +++ b/tests/tests/parser/expression/literal/group_fail.leo @@ -3,26 +3,4 @@ namespace = "ParseExpression" expectation = "Fail" */ -()group - -(123)group - -(,)group - -(+, -,)group - -(,+, -)group - -(x,y)group - -(123,456u8)group - -(123,456field)group - -(123, 456) group - -(123, )group - -(123, 456, 789)group - -(123, 456)bool +123 group diff --git a/tests/tests/parser/expression/literal/underscore.leo b/tests/tests/parser/expression/literal/underscore.leo index f78d0cc9a8..d6aa38e944 100644 --- a/tests/tests/parser/expression/literal/underscore.leo +++ b/tests/tests/parser/expression/literal/underscore.leo @@ -99,27 +99,3 @@ expectation = "Pass" 873__778____02group 84699__261group 29__282609__0group - -// group -(1___2__3,-4_5__6)group -(-12___3,456__)group -(-12__3,45______6)group -(1__23, _)group -(12__3, -)group -(0___1_2_3, -)group -(12_3, +)group -(0____123, +)group -(12_3, -)group -(12__3, _)group -(+, 345__)group -(_, 34_5)group -(+, 345_)group -(-, 34_____5)group -(+, 3_45)group -(-, 3_5)group -(_, 345_2)group -(1_2,3_4)group -(12_3,4_5)group -(12_3,45_6)group -(1_2_3,4_5_6)group -(12_3_4,56_7)group \ No newline at end of file diff --git a/tests/tests/parser/expression/literal/underscore_fail.leo b/tests/tests/parser/expression/literal/underscore_fail.leo index 3041e51251..7dcb316ea8 100644 --- a/tests/tests/parser/expression/literal/underscore_fail.leo +++ b/tests/tests/parser/expression/literal/underscore_fail.leo @@ -16,7 +16,4 @@ _345678901234567890123456789012i128 __737780287377___________80287377802873778028737780287377802873778028737______78028737780287377802873778028737780287____37780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802field ___4940549scalar __9__3756___17group -(_1___2__3,-4_5__6)group -(-__12___3,456__)group -(-_12__3,_45______6)group -_023group \ No newline at end of file +_023group