search for: pushpinderdhaliwal00

Displaying 1 result from an estimated 1 matches for "pushpinderdhaliwal00".

2017 Apr 19
3
API to Differentiate between SSA and non SSA form
Hello everyone, We are working on a particular points-to analysis. The final output of that analysis should not have the LLVM SSA temporaries (like, %0, %1). My doubt is that whether we can extract the normal C variables from LLVM IR or is there any way to differentiate between SSA temporary and local C variable? For e.g. in GCC I can check whether a particular variable is an SSA temporary like,