Skip to content

Commit

Permalink
initial slice changes with fetch flat size from SSA values, need to g…
Browse files Browse the repository at this point in the history
…et element type size array correct
  • Loading branch information
vezenovm committed Sep 25, 2023
1 parent f2dd702 commit 490f5af
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ impl AcirContext {
self.brillig_array_input(var_expressions, var)?;
}
}
AcirValue::DynamicArray(AcirDynamicArray { block_id, len }) => {
AcirValue::DynamicArray(AcirDynamicArray { block_id, len, .. }) => {
for i in 0..len {
// We generate witnesses corresponding to the array values
let index = AcirValue::Var(
Expand Down
Loading

0 comments on commit 490f5af

Please sign in to comment.