-
Notifications
You must be signed in to change notification settings - Fork 388
feat: decompose Instruction::Constrain into multiple more basic constraints
#3892
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
TomAFrench
merged 26 commits into
master
from
tf/decompose-asserted-boolean-multiplications
Jan 10, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
247d71b
feat: decompose constraints on boolean multiplications
TomAFrench d369b95
fix: add missing check for multiplication to equal 1
TomAFrench a3e4e8e
chore: avoid needing multiple rounds of constant folding
TomAFrench bd258a8
chore: handle constraining `(x | y) == 0`
TomAFrench cc324d2
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench 776a8b7
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench 6e656e3
chore: add test to track struct equality opcode counts
TomAFrench c7f97ed
chore: got my foos and bars mixed up
TomAFrench 24565ad
chore: fix foo value
TomAFrench 079b51d
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench 178f2eb
chore: add constraints on usage of `SimplifyResult::SimplifiedToInstr…
TomAFrench b28b878
fix: prevent instructions iterator being consumed when checking length
TomAFrench 85253af
chore: clippy
TomAFrench b428b81
Update compiler/noirc_evaluator/src/ssa/ir/instruction.rs
TomAFrench 67d6a63
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench e339657
chore: remove broken import
TomAFrench 0056e7c
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench b4ddf14
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench 4e4e054
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench 09190a7
Update compiler/noirc_evaluator/src/ssa/ir/dfg.rs
TomAFrench d1db6d4
chore: fix compilation
TomAFrench 519b97b
chore: add test for constraint decomposition in rust
TomAFrench d77aecb
chore: remove struct equality test
TomAFrench 765bbfb
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench d29cfe7
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench a91d0cc
Merge branch 'master' into tf/decompose-asserted-boolean-multiplications
TomAFrench 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
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
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.