Displaying 5 results from an estimated 5 matches for "huyite".
Did you mean:
huie
2016 Jun 18
2
data flow graph
Dear professor John Criswell
I would like to implement a new instruction scheduling algorithm so that I need the Data flow graph(DFG) is input of the algorithm.
Thanks
Huy
From: John Criswell [mailto:jtcriswel at gmail.com]
Sent: Sunday, June 19, 2016 1:25 AM
To: huyite; llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] data flow graph
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 y...
2014 Nov 30
3
[LLVMdev] How to fix bug
Please help me.
How do I fix this bug
@ubuntu:~/Documents/test$ clang hello.c -o hello
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find crtbegin.o: No such file or directory
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: cannot find -lgcc_s
clang-2: error: linker command failed with exit code 1
2016 Jun 16
2
data flow graph
Dear all,
Please help me to generate DFG(Data flow graph) in LLVM.
Best regards,
Huy
Mobile: +84942976091
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160616/29fea8f8/attachment.html>
2016 Jul 29
0
debugger
Dear all,
I am newbie in llvm framework. I would like to implement new algorithm
for instruction scheduling phase but i do not know how to bebug my program.
Can you show me example to debug program in llvm?
Best regards,
Huy
Mobile: +84942976091
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jul 30
0
How to build new instruction algorithm for cluster VLIW architecture in llvm
Dear all,
Please help me. I would like to implement an instruction scheduling
algorithm for clustered VLIW(very long instruction word) architecture.
Please give me some advices to do that. I have refer some documents but I do
not see anything that show how to build new instruction scheduling
algorithm in LLVM.
I refer some documents as follows:
http://llvm.org/