search for: end21

Displaying 2 results from an estimated 2 matches for "end21".

Did you mean: end2
2013 Apr 26
0
[LLVMdev] 'LowerDbgDeclare' in Instruction combining affects scope information
...i32 %call, !dbg !46   br label %if.end18 if.end18:                                         ; preds = %if.else12, %if.then9, %if.then6   %d.2 = phi i32 [ %call, %if.then6 ], [ %sub10, %if.then9 ], [ %sub15.call, %if.else12 ]   %tobool19 = icmp eq i32* %rm, null, !dbg !47   br i1 %tobool19, label %if.end21, label %if.then20, !dbg !47 if.then20:                                        ; preds = %if.end18   call void @llvm.dbg.value(metadata !{i32* %r}, i64 0, metadata !24), !dbg !48   call void @llvm.dbg.value(metadata !{i32* %r}, i64 0, metadata !24), !dbg !48   call void @llvm.dbg.value(metadata !{i3...
2015 Mar 05
5
[LLVMdev] RFC - Improvements to PGO profile support
> On Mar 2, 2015, at 4:19 PM, Diego Novillo <dnovillo at google.com> wrote: > > On Thu, Feb 26, 2015 at 6:54 PM, Diego Novillo <dnovillo at google.com <mailto:dnovillo at google.com>> wrote: > > I've created a few bugzilla issues with details of some of the things I'll be looking into. I'm not yet done wordsmithing the overall design document.