search for: exit2

Displaying 4 results from an estimated 4 matches for "exit2".

Did you mean: exit
2009 Aug 24
2
[LLVMdev] Post-dominance analysis for multiple-exit functions
...menting Pingali & Bilardi's optimal control dependence algorithms: http://doi.acm.org/10.1145/256167.256217.) Consider, for example, a simple function with a single branch and two exits: define i32 @f(i32 %X) { entry: %0 = icmp eq i32 %X, 0 br i1 %0, label %exit1, label %exit2 exit1: ret i32 1 exit2: ret i32 0 } The existing PostDominatorTree analysis will produce a forest of two trees, each containing one node (exit1 and exit2, respectively). Critically, entry will not be present in either of these trees, because it is not post-dominated by either...
2009 Aug 25
0
[LLVMdev] Post-dominance analysis for multiple-exit functions
...imal control > dependence algorithms: http://doi.acm.org/10.1145/256167.256217.) > > Consider, for example, a simple function with a single branch and two > exits: > > define i32 @f(i32 %X) { > entry: > %0 = icmp eq i32 %X, 0 > br i1 %0, label %exit1, label %exit2 > exit1: > ret i32 1 > exit2: > ret i32 0 > } > > The existing PostDominatorTree analysis will produce a forest of two > trees, each containing one node (exit1 and exit2, respectively). > Critically, entry will not be present in either of these trees, &gt...
2011 Dec 16
5
[Bug 8666] New: --debug=all9 fail
https://bugzilla.samba.org/show_bug.cgi?id=8666 Summary: --debug=all9 fail Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chris at onthe.net.au QAContact: rsync-qa at
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel