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 getbasevalvar in getgepval #1356

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Feb 2, 2024

No description provided.

@@ -385,7 +385,7 @@ GepStmt* SVFIR::addVariantGepStmt(NodeID src, NodeID dst, const AccessPath& ap)
*/
NodeID SVFIR::addGepValNode(const SVFValue* curInst,const SVFValue* gepVal, const AccessPath& ap, NodeID i, const SVFType* type)
{
NodeID base = getBaseValVar(getValueNode(gepVal));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this function if it will never be used later.

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9e94966) 66.28% compared to head (614b659) 66.27%.
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1356      +/-   ##
==========================================
- Coverage   66.28%   66.27%   -0.01%     
==========================================
  Files         227      227              
  Lines       24656    24653       -3     
==========================================
- Hits        16343    16340       -3     
  Misses       8313     8313              
Files Coverage Δ
svf-llvm/lib/LLVMModule.cpp 83.41% <ø> (ø)
svf-llvm/lib/LLVMUtil.cpp 80.55% <100.00%> (ø)
svf-llvm/lib/SVFIRBuilder.cpp 79.07% <100.00%> (ø)
svf/include/CFL/CFLAlias.h 93.33% <100.00%> (+0.74%) ⬆️
svf/include/SVFIR/SVFIR.h 100.00% <ø> (ø)
svf/lib/SVFIR/SVFIR.cpp 79.32% <100.00%> (-0.46%) ⬇️

@yuleisui yuleisui merged commit e1ab2d6 into SVF-tools:master Feb 2, 2024
5 checks passed
@jumormt jumormt deleted the memcpy branch February 3, 2024 07:55
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