search for: 6b17f2c6

Displaying 2 results from an estimated 2 matches for "6b17f2c6".

2010 May 10
0
[LLVMdev] Separate loop condition and loop body
.... This appears to be a violation of your rule. Trevor -------------- next part -------------- A non-text attachment was scrubbed... Name: cfg._Z6simplei.dot Type: application/octet-stream Size: 2180 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100510/6b17f2c6/attachment.obj> -------------- next part --------------
2010 May 10
3
[LLVMdev] Separate loop condition and loop body
On Mon, May 10, 2010 at 12:32:06PM -0700, Trevor Harmon wrote: > On May 10, 2010, at 11:35 AM, Benoit Boissinot wrote: > > >To me it looks like any basic block from the loop body with a > >successor not in the loop body is a BB "building the condition" (an > >"exit" block). > > I assume you mean "any basic block from the loop header".