-
Notifications
You must be signed in to change notification settings - Fork 406
feat(slices): Fill slice internal dummy data initial pass #3258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ce13374
fill internal slices pass
vezenovm 554b8a9
cleanup
vezenovm c2d7ce7
cleanup
vezenovm 27e0835
fix up acir gen to not use value ids with slice values
vezenovm 77b394e
fix for terminator in fill internal slices path
vezenovm 3850cf1
Update compiler/noirc_evaluator/src/ssa/opt/fill_internal_slices.rs
TomAFrench db60a52
working nested array get/set w/ no regressions
vezenovm 8cc5993
Merge branch 'mv/fill-slices-pass' into mv/fill-slices-pass-dbg
vezenovm a8d0431
working basic slice intrinsics on nested slices
vezenovm f9b8544
debugging changes for no regressions and changes to ACIR gen
vezenovm 00a2f47
remove gate regression to get slice push back working for nested slices
vezenovm 43f11e5
PR comment on removing from slice
vezenovm 0d39a6b
improve fill internal slices pass
vezenovm 6beabc2
cargo fmt
vezenovm 42c0547
included simple unit test to fill internal slices pass
vezenovm 5236691
cleanup
vezenovm c31906d
missed cargo fmt
vezenovm 72a8a2a
spell check
vezenovm f231731
remove broken push back
vezenovm 3b664a4
Update compiler/noirc_evaluator/src/ssa/opt/fill_internal_slices.rs
vezenovm 0036938
Merge branch 'mv/slice-struct-fields' into mv/fill-slices-pass
TomAFrench b48fb85
chore: nargo fmt
TomAFrench 4612c96
Update compiler/noirc_evaluator/src/ssa/opt/fill_internal_slices.rs
vezenovm b59f8ce
Update compiler/noirc_evaluator/src/ssa/opt/fill_internal_slices.rs
vezenovm 711a3ff
Update compiler/noirc_evaluator/src/ssa/opt/fill_internal_slices.rs
vezenovm 2a84478
flip order of test data for readability
vezenovm 0bafe8d
format
vezenovm a4ef11b
reduce nesting in attach_slice_dummies
vezenovm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.