secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
919 stars 140 forks source link

Dataflow result at @llvm.dbg instruction is empty #712

Closed yuffon closed 3 months ago

yuffon commented 3 months ago

Hi, I find dataflow result at call void @llvm.dbg.declare instruction is empty. Is that designed on purpose in Phasar? If yes, are there some other types of instructions where Phasar does not assign dataflow facts?

yuffon commented 3 months ago

We can filter out llvm.dbg.* instructions.