search for: 7ebwu

Displaying 3 results from an estimated 3 matches for "7ebwu".

2011 May 01
0
[LLVMdev] LoopInfo are not able to identify some natural loops?
...s? >> >> Thanks, >> Bo >> >> -- >> Bo Wu >> >> Ph.D. student >> CAPS group >> Computer Science Department >> The College of William & Mary >> www.cs.wm.edu/~bwu <http://www.cs.wm.edu/%7Ebwu> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev...
2011 Apr 30
3
[LLVMdev] LoopInfo are not able to identify some natural loops?
In C code, if a loop is not a natural loop, that means its loop body should at least have one label, right? In that case, some BB out of the loop can jump to the loop body, so the loop has more than on entry. Does LoopInfo guarantee to identify all natural loops? This property is very important for my pass. regards, Bo On Fri, Apr 29, 2011 at 11:50 PM, Cameron Zwarich <zwarich at
2011 May 01
2
[LLVMdev] LoopInfo are not able to identify some natural loops?
...o can not identify some natural loops? >> >> Thanks, >> Bo >> >> -- >> Bo Wu >> >> Ph.D. student >> CAPS group >> Computer Science Department >> The College of William & Mary >> www.cs.wm.edu/~bwu <http://www.cs.wm.edu/%7Ebwu> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > > -- > Bo Wu > >...