Displaying 3 results from an estimated 3 matches for "write913".
Did you mean:
write16
2013 Oct 21
5
[LLVMdev] First attempt at recognizing pointer reduction
...ion, before proceeding
into more complicated bits.
An example of the debug output I get for my earlier example:
LV: Checking a loop in "fn1"
LV: Found a loop: for.body
== Induction ==
LV: Found an induction variable.
== Our write reduction ==
LV: Found a pointer add reduction PHI. %WRITE913 = phi i8* [
%incdec.ptr18, %for.body ], [ %WRITE, %for.body.preheader ]
== Not sure what this is... Will check. ==
LV: Found an non-int non-pointer PHI.
== Our read reduction ==
LV: Found a pointer add reduction PHI. %READ1012 = phi i8* [ %incdec.ptr2,
%for.body ], [ %READ, %for.body.preheader...
2013 Oct 21
0
[LLVMdev] First attempt at recognizing pointer reduction
...example of the debug output I get for my earlier example:
>
> LV: Checking a loop in "fn1"
> LV: Found a loop: for.body
>
> == Induction ==
>
> LV: Found an induction variable.
>
> == Our write reduction ==
>
> LV: Found a pointer add reduction PHI. %WRITE913 = phi i8* [ %incdec.ptr18, %for.body ], [ %WRITE, %for.body.preheader ]
>
> == Not sure what this is... Will check. ==
>
> LV: Found an non-int non-pointer PHI.
>
> == Our read reduction ==
>
> LV: Found a pointer add reduction PHI. %READ1012 = phi i8* [ %incdec.ptr2, %...
2013 Oct 21
0
[LLVMdev] First attempt at recognizing pointer reduction
...example of the debug output I get for my earlier example:
>
> LV: Checking a loop in "fn1"
> LV: Found a loop: for.body
>
> == Induction ==
>
> LV: Found an induction variable.
>
> == Our write reduction ==
>
> LV: Found a pointer add reduction PHI. %WRITE913 = phi i8* [ %incdec.ptr18, %for.body ], [ %WRITE, %for.body.preheader ]
>
> == Not sure what this is... Will check. ==
>
> LV: Found an non-int non-pointer PHI.
>
> == Our read reduction ==
>
> LV: Found a pointer add reduction PHI. %READ1012 = phi i8* [ %incdec.ptr2, %...