Displaying 2 results from an estimated 2 matches for "tp28512281p28521641".
2010 May 11
0
[LLVMdev] Separate loop condition and loop body
...ody to extra.cond . Also, I
need to delimit the BBs building the body of the loop, in order to extract
them in a new function.
I hope my explanations are not too vague.
Thanks for your help.
Alexandra
--
View this message in context: http://old.nabble.com/Separate-loop-condition-and-loop-body-tp28512281p28521641.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
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".