[llvm-dev] data flow graph
John Criswell via llvm-dev
llvm-dev at lists.llvm.org
Sat Jun 18 11:24:52 PDT 2016
Dear Huyite,
Your question, as stated, is too broad to answer. It would help if your
question were more specific; what is it that you want to accomplish?
Are you interested in data flow within SSA virtual registers, or are you
interested in data that is stored in memory (which is not in SSA form)?
Are you analyzing code at the LLVM IR level or at the MachineInstr (MI)
or MC level? Are you wanting to print a data-flow graph, or are you
developing an analysis that needs to understand a program's data flow in
some way?
Without a more specific question, I cannot give a useful answer.
Regards,
John Criswell
On 6/16/16 9:15 AM, huyite via llvm-dev wrote:
>
> Dear all,
>
> Please help me to generate DFG(Data flow graph) in LLVM.
>
> Best regards,
>
> Huy
>
> //
>
> /Mobile: //+84942976091/
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
--
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
http://www.cs.rochester.edu/u/criswell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160618/10691bae/attachment.html>
More information about the llvm-dev
mailing list