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

Simplify typecast of zero-extension to just a typecast #8586

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Simplify typecast of zero-extension to a series of typecasts

b5562a7
Select commit
Loading
Failed to load commit list.
Open

Simplify typecast of zero-extension to just a typecast #8586

Simplify typecast of zero-extension to a series of typecasts
b5562a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 9, 2025 in 1s

78.48% (-0.23%) compared to 66004dc

View this Pull Request on Codecov

78.48% (-0.23%) compared to 66004dc

Details

Codecov Report

Attention: Patch coverage is 32.43243% with 25 lines in your changes missing coverage. Please review.

Project coverage is 78.48%. Comparing base (66004dc) to head (b5562a7).

Files with missing lines Patch % Lines
src/util/simplify_expr.cpp 32.43% 25 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8586      +/-   ##
===========================================
- Coverage    78.71%   78.48%   -0.23%     
===========================================
  Files         1732     1732              
  Lines       199536   200129     +593     
  Branches     18281    18248      -33     
===========================================
+ Hits        157057   157069      +12     
- Misses       42479    43060     +581     

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