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

change condition value to svfvar in intracfgedge #1572

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Oct 12, 2024

No description provided.

@@ -157,7 +157,7 @@ void ICFGBuilder::processFunBody(WorkList& worklist)
}
InstVec nextInsts;
LLVMUtil::getNextInsts(inst, nextInsts);
u32_t branchID = 0;
s64_t branchID = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why s64_t here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought this would be more consistent with the field branchCond being of type s64_t.

Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.86%. Comparing base (5db169c) to head (eb6cc29).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1572   +/-   ##
=======================================
  Coverage   62.86%   62.86%           
=======================================
  Files         244      244           
  Lines       25694    25698    +4     
  Branches     4514     4519    +5     
=======================================
+ Hits        16152    16155    +3     
- Misses       9542     9543    +1     
Files with missing lines Coverage Δ
svf-llvm/lib/ICFGBuilder.cpp 99.23% <100.00%> (ø)
svf-llvm/lib/SVFIRBuilder.cpp 84.23% <100.00%> (+0.24%) ⬆️
svf/include/Graphs/ICFG.h 97.91% <ø> (ø)
svf/include/Graphs/ICFGEdge.h 93.75% <100.00%> (-6.25%) ⬇️
svf/lib/AE/Svfexe/AbstractInterpretation.cpp 84.55% <ø> (-0.06%) ⬇️
svf/lib/Graphs/ICFG.cpp 79.14% <100.00%> (-0.10%) ⬇️

@yuleisui yuleisui merged commit 8370e68 into SVF-tools:master Oct 15, 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