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

remove inst in intranode && remove some getCallsite #1556

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Sep 30, 2024

Remove SVFInstruction in ICFGNode

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 67.96117% with 33 lines in your changes missing coverage. Please review.

Project coverage is 62.91%. Comparing base (6a54cf4) to head (903efd6).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
svf-llvm/lib/DCHG.cpp 0.00% 12 Missing ⚠️
svf/lib/SABER/DoubleFreeChecker.cpp 25.00% 6 Missing ⚠️
svf/lib/SABER/LeakChecker.cpp 60.00% 4 Missing ⚠️
svf/lib/DDA/DDAClient.cpp 0.00% 2 Missing ⚠️
svf/lib/Graphs/ICFG.cpp 81.81% 2 Missing ⚠️
svf-llvm/lib/LLVMUtil.cpp 87.50% 1 Missing ⚠️
svf/include/Graphs/ICFGNode.h 93.33% 1 Missing ⚠️
svf/lib/CFL/CFLAlias.cpp 0.00% 1 Missing ⚠️
svf/lib/Graphs/SVFG.cpp 83.33% 1 Missing ⚠️
svf/lib/MTA/TCT.cpp 66.66% 1 Missing ⚠️
... and 2 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1556      +/-   ##
==========================================
+ Coverage   62.88%   62.91%   +0.03%     
==========================================
  Files         245      245              
  Lines       25681    25709      +28     
  Branches     4505     4507       +2     
==========================================
+ Hits        16149    16176      +27     
- Misses       9532     9533       +1     
Files with missing lines Coverage Δ
svf-llvm/include/SVF-LLVM/DCHG.h 0.00% <ø> (ø)
svf-llvm/include/SVF-LLVM/LLVMModule.h 94.05% <100.00%> (+0.18%) ⬆️
svf-llvm/lib/ICFGBuilder.cpp 99.27% <100.00%> (+0.04%) ⬆️
svf-llvm/lib/SVFIRBuilder.cpp 83.95% <100.00%> (+0.03%) ⬆️
svf/include/Graphs/CDG.h 0.00% <ø> (ø)
svf/include/Graphs/GenericGraph.h 78.82% <100.00%> (+0.51%) ⬆️
svf/include/MSSA/MSSAMuChi.h 62.50% <100.00%> (ø)
svf/lib/AE/Svfexe/AbsExtAPI.cpp 89.23% <100.00%> (-0.07%) ⬇️
svf/lib/Graphs/VFG.cpp 50.32% <100.00%> (ø)
svf-llvm/lib/LLVMUtil.cpp 79.37% <87.50%> (+0.26%) ⬆️
... and 11 more

... and 4 files with indirect coverage changes

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