[llvm-dev] Getting closer of consumers/providers of a llvm instruction

David Livshin via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 17 23:11:59 PST 2022


Hi


Analyzing llvm IR file is it possible to get the closer of 
consumers/providers of a llvm instruction - are there llvm functions 
that allow, for every instruction, to determine the list of all 
instructions that affect it execution ( not necessarily directly ) and 
list of all instructions that are affected by it execution ( again, not 
necessarily directly ).
Knowing the consumers/providers of an instruction make it possible to 
calculate such a data. The question is if it is already calculated and, 
if yes, how to obtain it.


Thank you,

David


-- 
David Livshin
david.livshin at dalsoft.com

www.dalsoft.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20220118/b070b7bd/attachment.html>


More information about the llvm-dev mailing list