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

add arraySize to AddrStmt #1324

Merged
merged 5 commits into from
Jan 17, 2024
Merged

add arraySize to AddrStmt #1324

merged 5 commits into from
Jan 17, 2024

Conversation

bjjwwang
Copy link
Contributor

  1. add addAddrWithAllocArraySz, the arg is AllocaInst and CallBase
  2. add arraySize getter/setter to AddrStmt

bjjwwang added 2 commits January 16, 2024 11:36
1) add addAddrWithAllocArraySz, the arg is AllocaInst and CallBase
2) add arraySize getter/setter to AddrStmt
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5ba90ce) 64.64% compared to head (aa72233) 65.35%.
Report is 11 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1324      +/-   ##
==========================================
+ Coverage   64.64%   65.35%   +0.70%     
==========================================
  Files         225      225              
  Lines       23849    23987     +138     
==========================================
+ Hits        15418    15676     +258     
+ Misses       8431     8311     -120     
Files Coverage Δ
svf-llvm/lib/SVFIRBuilder.cpp 79.36% <100.00%> (+0.99%) ⬆️
svf-llvm/lib/SVFIRExtAPI.cpp 80.14% <100.00%> (ø)
svf/include/SVFIR/SVFStatements.h 82.35% <100.00%> (+0.17%) ⬆️
svf-llvm/include/SVF-LLVM/SVFIRBuilder.h 90.00% <96.00%> (+1.57%) ⬆️

... and 25 files with indirect coverage changes

@yuleisui yuleisui merged commit afbb2a6 into SVF-tools:master Jan 17, 2024
5 checks passed
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