search for: tp33428944p33429234

Displaying 2 results from an estimated 2 matches for "tp33428944p33429234".

2012 Mar 02
0
[LLVMdev] How to use 'opt' command?
...gt; _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- View this message in context: http://old.nabble.com/How-to-use-%27opt%27-command--tp33428944p33429234.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Mar 02
4
[LLVMdev] How to use 'opt' command?
Hi all, How to print the analysis results using 'opt' command? I tried using the below command for my *module.ll* file *opt -analyze -memdep module.ll* * * But it's printing Printing analysis 'Memory Dependence Analysis' for function 'main': Pass::print not implemented for pass: 'Memory Dependence Analysis'! Printing analysis 'Memory Dependence