Displaying 2 results from an estimated 2 matches for "naineet".
Did you mean:
gagneet
2007 Dec 21
2
[LLVMdev] Interprocedural optimizations in LLVM
Hi Everyone,
Can Someone tell me all the interprocedural optimizations that LLVM 2.1
supports.
Thank You,
Naineet Patel
CSE
IITB
2007 Dec 27
1
[LLVMdev] Reverse engineering in LLVM
Hello, LLVMers.
I am trying to restore the original HL code from LLVM IR (kinda reverse engineering). There are two main issues for that, control-flow analysis and data-flow analysis. (Thanks to your suggestsions) I have good refereces about the control-flow analysis for structuring conditionals, loops and so on.
However, I have no good idea about data-flow analysis, especially on PHI-functions.