Skip to content

feat[venom]: range value propagation (will get a better name eventually) #4631

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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

harkal
Copy link
Collaborator

@harkal harkal commented May 7, 2025

What I did

How I did it

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-->

import pytest

from tests.venom_utils import PrePostChecker
from vyper.venom.basicblock import IRLabel, IRVariable

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'IRLabel' is not used.
Copy link

codecov bot commented May 7, 2025

Codecov Report

Attention: Patch coverage is 67.74194% with 100 lines in your changes missing coverage. Please review.

Project coverage is 92.10%. Comparing base (11522b8) to head (e934ff4).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
vyper/venom/passes/rvp.py 67.63% 73 Missing and 27 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4631      +/-   ##
==========================================
- Coverage   92.49%   92.10%   -0.39%     
==========================================
  Files         128      131       +3     
  Lines       18526    18896     +370     
  Branches     3212     3295      +83     
==========================================
+ Hits        17136    17405     +269     
- Misses        945     1018      +73     
- Partials      445      473      +28     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant