search for: read1012

Displaying 3 results from an estimated 3 matches for "read1012".

2013 Oct 21
5
[LLVMdev] First attempt at recognizing pointer reduction
...== 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 ] == Below are the memory operations's validation, which I'll deal with later == LV: Found an unidentified write ptr: i8* %WRITE LV: Found an unidentified write ptr: i8* %WRITE LV: Found an unidentified write ptr: i8* %WR...
2013 Oct 21
0
[LLVMdev] First attempt at recognizing pointer reduction
...ointer 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 ] > > == Below are the memory operations's validation, which I'll deal with later == > > LV: Found an unidentified write ptr: i8* %WRITE > LV: Found an unidentified write ptr: i8* %WRITE > LV: Found an u...
2013 Oct 21
0
[LLVMdev] First attempt at recognizing pointer reduction
...ointer 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 ] > > == Below are the memory operations's validation, which I'll deal with later == > > LV: Found an unidentified write ptr: i8* %WRITE > LV: Found an unidentified write ptr: i8* %WRITE > LV: Found an u...