search for: automark

Displaying 1 result from an estimated 1 matches for "automark".

Did you mean: automake
2012 Oct 17
1
[LLVMdev] SimplifyCFG vs loops
On 10/17/2012 11:55 AM, Chris Lattner wrote: > On Oct 17, 2012, at 9:38 AM, Krzysztof Parzyszek <kparzysz at codeaurora.org> wrote: >> >> There is no reason for two back edges. This loop could look like this: >> >> header: >> ... >> ... >> if (cond) goto tail; else goto next; >> next: >> ... >> tail: >> if