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

fix 2 bug #1246

Merged
merged 4 commits into from
Nov 17, 2023
Merged

fix 2 bug #1246

merged 4 commits into from
Nov 17, 2023

Conversation

bjjwwang
Copy link
Contributor

@bjjwwang bjjwwang commented Nov 17, 2023

1 when creating SVFType, to avoid duplicated creations when it comes to struct nested pointer type.

2 when call accumulatedByteOffset in GepStmt, call getOriginalElemType() with flatten index

jiawei.wang and others added 4 commits November 17, 2023 23:03
1- when creating SVFType, to avoid duplicated creations when it comes to struct nested pointer type.
2- when call accumulatedByteOffset in GepStmt, call getOriginalElemType() with flatten index
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #1246 (e4faa11) into master (84d5117) will increase coverage by 0.00%.
The diff coverage is 71.42%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1246   +/-   ##
=======================================
  Coverage   64.44%   64.44%           
=======================================
  Files         223      223           
  Lines       23713    23721    +8     
=======================================
+ Hits        15281    15287    +6     
- Misses       8432     8434    +2     
Files Coverage Δ
svf-llvm/lib/LLVMModule.cpp 82.57% <100.00%> (+0.12%) ⬆️
svf/lib/SVFIR/SVFFileSystem.cpp 78.73% <100.00%> (ø)
svf/include/SVFIR/SVFType.h 95.65% <75.00%> (-2.03%) ⬇️
svf/lib/MemoryModel/AccessPath.cpp 3.61% <0.00%> (-0.05%) ⬇️

@yuleisui yuleisui merged commit fd80c14 into SVF-tools:master Nov 17, 2023
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