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

How to get llvm::Function and llvm::BasicBlock in SVF-2.7? #1582

Open
Shrimpig opened this issue Oct 29, 2024 · 0 comments
Open

How to get llvm::Function and llvm::BasicBlock in SVF-2.7? #1582

Shrimpig opened this issue Oct 29, 2024 · 0 comments

Comments

@Shrimpig
Copy link

Hi,

I use SVF to construct ICFG and try to analyze the basic blocks of each ICFGNode.

SVF-2.4 provides methods such as getBB(), getLLVMFun() to return llvm::BasicBlock and llvm::Function.

However, these methods are removed from SVF-2.7. (getBB() is not removed, but it returns SVFBasicBlock) In this case, how to get an llvm::Value (e.g., llvm::BasicBlock, llvm::Function, llvm::Instruction) from a SVFValue?

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

No branches or pull requests

1 participant