-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
feat[venom]: add algebraic optimization pass #4054
feat[venom]: add algebraic optimization pass #4054
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4054 +/- ##
==========================================
- Coverage 91.18% 89.01% -2.17%
==========================================
Files 107 108 +1
Lines 15451 15494 +43
Branches 3395 3404 +9
==========================================
- Hits 14089 13792 -297
- Misses 930 1205 +275
- Partials 432 497 +65 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
What I did
Added a venom pass to do algebraic optimizations. Currently optimizes
iszero
chains.How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture