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

handling fun exit node #1266

Merged
merged 1 commit into from
Dec 1, 2023
Merged

handling fun exit node #1266

merged 1 commit into from
Dec 1, 2023

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Dec 1, 2023

  1. isNotRetFunction -> hasReturn
  2. do not connect exit to return site for no return function
  3. connect all unreachable to fun exit for no return function

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Merging #1266 (eb766db) into master (ccbff5c) will increase coverage by 0.00%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

❗ Current head eb766db differs from pull request most recent head ee9e6ce. Consider uploading reports for the commit ee9e6ce to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1266   +/-   ##
=======================================
  Coverage   64.51%   64.51%           
=======================================
  Files         223      223           
  Lines       23781    23785    +4     
=======================================
+ Hits        15342    15346    +4     
  Misses       8439     8439           
Files Coverage Δ
svf-llvm/lib/ICFGBuilder.cpp 98.92% <100.00%> (+0.04%) ⬆️
svf/include/SVFIR/SVFValue.h 89.04% <100.00%> (ø)
svf/lib/Graphs/ICFG.cpp 71.09% <100.00%> (ø)
svf/lib/MSSA/MemSSA.cpp 73.55% <100.00%> (ø)

@yuleisui yuleisui merged commit 6e5508a into SVF-tools:master Dec 1, 2023
@jumormt jumormt deleted the exit branch December 2, 2023 03:10
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