Skip to content
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

Merged
merged 22 commits into from
May 29, 2024

Conversation

harkal
Copy link
Collaborator

@harkal harkal commented May 25, 2024

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

Add a new venom pass to do algebraic optimizations. 

Currently optimizes `iszero` chains.

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@harkal harkal marked this pull request as ready for review May 25, 2024 17:17
Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.01%. Comparing base (81b48b7) to head (b53a692).
Report is 1 commits behind head on master.

Current head b53a692 differs from pull request most recent head 6eb165e

Please upload reports for the commit 6eb165e to get more accurate results.

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.
📢 Have feedback on the report? Share it here.

@charles-cooper charles-cooper changed the title feat[venom]: algebraic optimization pass feat[venom]: add algebraic optimization pass May 29, 2024
@charles-cooper charles-cooper enabled auto-merge (squash) May 29, 2024 19:29
Copy link
Member

@charles-cooper charles-cooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@charles-cooper charles-cooper merged commit dcec257 into vyperlang:master May 29, 2024
155 checks passed
@harkal harkal deleted the feat/algebraic_optimization branch May 29, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants