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]: binopt #4281

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

Conversation

HodanPlodky
Copy link
Collaborator

What I did

Started reimplementing the binary operation optimization and some additional from original pipeline to venom pipeline

How I did it

The optimization are done in the AlgebraicOptimizationPass since the types of optimizations nicely slots into the purpose of the pass. Most of the logic is directly taken from the original pipeline

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

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

@HodanPlodky HodanPlodky changed the title Feat/binopt feat[venom]: binopt Oct 9, 2024
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 8.65052% with 264 lines in your changes missing coverage. Please review.

Project coverage is 50.47%. Comparing base (12ab491) to head (34201a5).

Files with missing lines Patch % Lines
vyper/venom/passes/sccp/sccp.py 7.30% 241 Missing ⚠️
vyper/venom/analysis/dfg.py 12.50% 14 Missing ⚠️
vyper/venom/passes/algebraic_optimization.py 50.00% 4 Missing ⚠️
vyper/venom/passes/mem2var.py 0.00% 4 Missing ⚠️
vyper/venom/__init__.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (12ab491) and HEAD (34201a5). Click for more details.

HEAD has 135 uploads less than BASE
Flag BASE (12ab491) HEAD (34201a5)
139 4
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4281       +/-   ##
===========================================
- Coverage   91.32%   50.47%   -40.86%     
===========================================
  Files         113      113               
  Lines       16065    16334      +269     
  Branches     2705     2784       +79     
===========================================
- Hits        14672     8244     -6428     
- Misses        963     7438     +6475     
- Partials      430      652      +222     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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