Displaying 3 results from an estimated 3 matches for "manvi".
Did you mean:
mandi
2005 Jun 17
5
[LLVMdev] Re: Control flow graph
On Fri, 17 Jun 2005, Manvi Agarwal wrote:
> Hi Chris,
Hi. FYI, it's usually better to email the llvmdev list with generic llvm
questions.
> Is it possible to get control flow graph of the application with the llvm
> infrastructure in terms of basic blocks?
Yes, given a BasicBlock*, you can iterate over the...
2005 Jun 22
0
[LLVMdev] LLVM Assembly code
...opexit.1.i
call void %print( sbyte* getelementptr ([2 x sbyte]* %.str_3, int
0, int 0), float* getelementptr ([97 x float]* %y, int 0, int 0), int 97 )
call void %exit( int 0 )
unreachable
Can anybody please tell me what is meant by "unreachable"? The output is
coming fine.
Regards,
manvi
2005 Aug 12
0
[LLVMdev] Data Dependence Graph
...embly file?
How can I get the data flow information in X.ll file? Also, in .ll file I
see everyline ends with something like this:
<type> [#uses=3]
What is the significance of this and is it used anyway by the compiler for
data dependence analysis.
I would be grateful for any help.
Regards,
Manvi