Displaying 4 results from an estimated 4 matches for "conv27".
Did you mean:
conv2
2015 Jan 23
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...; preds = %for.cond45
>
> %incdec.ptr49 = getelementptr inbounds i16* %p.0, i64 1
>
>
>
> CFL AA disambiguates p, pA[0], but not the other indexes (coming from
> incdec.ptr49 updates):
>
> MayAlias: %3 = load i16* %p.0, align 2, !tbaa !1 <-> store i16
> %conv27, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64 0), align
> 2, !tbaa !1
>
> NoAlias: %3 = load i16* %p.0, align 2, !tbaa !1 <-> store i16
> %conv22, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64 1), align
> 2, !tbaa !1
>
> NoAlias: %3 = load...
2015 Jan 24
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...%incdec.ptr49 = getelementptr inbounds i16* %p.0, i64 1
> >
> >
> >
> > CFL AA disambiguates p, pA[0], but not the other indexes (coming from
> > incdec.ptr49 updates):
> >
> > MayAlias : %3 = load i16* %p.0, align 2, !tbaa !1 <-> store i16
> > %conv27, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64
> > 0), align 2, !tbaa !1
> >
> > NoAlias : %3 = load i16* %p.0, align 2, !tbaa !1 <-> store i16
> > %conv22, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64
> > 1), align 2, !tbaa !1
> >
&g...
2015 Jan 23
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
Works for me
On Thu, Jan 22, 2015 at 8:27 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> We should use graph edges, so we can do something better at set build time
> :)
>
>
> On Thu Jan 22 2015 at 5:20:46 PM George Burgess IV <
> george.burgess.iv at gmail.com> wrote:
>
>> > Should we be added an edge from the inttoptr to all other pointer
>>
2015 Jan 26
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...> > >
> > >
> > >
> > > CFL AA disambiguates p, pA[0], but not the other indexes (coming
> > > from
> > > incdec.ptr49 updates):
> > >
> > > MayAlias : %3 = load i16* %p.0, align 2, !tbaa !1 <-> store i16
> > > %conv27, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64
> > > 0), align 2, !tbaa !1
> > >
> > > NoAlias : %3 = load i16* %p.0, align 2, !tbaa !1 <-> store i16
> > > %conv22, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64
> > > 1), align...