Closed yuffon closed 7 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?
call void @llvm.dbg.declare
We can filter out llvm.dbg.* instructions.
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?