search for: tp22508882p22523980

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

2009 Mar 15
2
[LLVMdev] Strange LLVM Crash
On Mar 14, 2009, at 5:47 PM, Nyx wrote: > By the way, is there any way to have the pass managers run its > passes on a > single function, instead of a whole module? Yes, and this is what I'd suggest since it's quite a bit faster. Basically you'd use a function pass manager there are some passes which are function only and then get pointer to function as normal. -eric
2009 Mar 15
0
[LLVMdev] Strange LLVM Crash
...gt; -eric > _______________________________________________ > 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://www.nabble.com/Strange-LLVM-Crash-tp22508882p22523980.html Sent from the LLVM - Dev mailing list archive at Nabble.com.