Displaying 3 results from an estimated 3 matches for "r209294".
2014 May 23
2
[LLVMdev] GVN incorrectly handling readnone parameter attribute?
...g here before I went any further.
> The definition in the LangRef seems odd. If it could still be
> accessed by another pointer, I can't see where the information is
> useful.
>
> > p.s. Is this with TOT or an earlier version?
>
> Yes, this was with TOT as of yesterday (r209294).
>
> Thanks,
> Rob.
>
> >
> > Philip
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>...
2014 May 22
2
[LLVMdev] GVN incorrectly handling readnone parameter attribute?
On 05/21/2014 02:52 PM, Robert Lougher wrote:
> On 21 May 2014 21:40, Robert Lougher <rob.lougher at gmail.com> wrote:
>> define i32* @get_pntr(i32* readnone %p) {
>> entry:
>> ret i32* %p
>> }
>>
>> define void @store(i32* nocapture readnone %p) {
>> entry:
>> store i32 10, i32* %p, align 4, !tbaa !1
>> ret void
>> }
2014 May 23
2
[LLVMdev] GVN incorrectly handling readnone parameter attribute?
...in the LangRef seems odd. If it could still be
> >> accessed by another pointer, I can't see where the information is
> >> useful.
> >>
> >> > p.s. Is this with TOT or an earlier version?
> >>
> >> Yes, this was with TOT as of yesterday (r209294).
> >>
> >> Thanks,
> >> Rob.
> >>
> >> >
> >> > Philip
> >> >
> >> > _______________________________________________
> >> > LLVM Developers mailing list
> >> > LLVMdev at cs.uiuc.edu...