Displaying 3 results from an estimated 3 matches for "end24".
Did you mean:
end2
2012 May 04
0
[LLVMdev] Getting Metadata
...IL_MTHD_~IndexWriter"}
!2495 = metadata !{metadata !"ISPDIL_MTHD_Init"}
!2496 = metadata !{%"class.lucene::document::Document" zeroinitializer}
....
And I have in console:
invoke void %16(%"class.lucene::index::IndexWriter"* %storemerge)
to label %if.end24 unwind label %lpad, !tbaa !2490
!{metadata !"ISPDIL_MTHD_~IndexWriter"}
Question:
Why I get data from MD !2494 instead of !2490?
P.S. Before this case I have correctly output for CallSite with metadata !2494
Thanks!
Yours sincerely,
Kadysev Mikhail
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...3.i = zext i16 %66 to i32
%cmp224.i = icmp eq i32 %nexp.4.lcssa.i, 0
br i1 %cmp224.i, label %if.then284.i, label %if.end227.i
if.end227.i: ; preds = %if.end219.i
%cmp228.i = icmp slt i32 %nexp.4.lcssa.i, 0
br i1 %cmp228.i, label %if.then230.i, label %if.end245.i
if.then230.i: ; preds = %if.end227.i
%sub231.i = sub nsw i32 0, %nexp.4.lcssa.i
%cmp232.i = icmp sgt i32 %sub231.i, 4096
br i1 %cmp232.i, label %if.then234.i, label %if.end245.i
if.then234.i: ; preds = %if.then230.i...
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.