<p dir="ltr"><br>
On Jun 24, 2014 9:36 AM, Yabin Hu <yabin.hwu@gmail.com> wrote:<br>
><br>
> Hi Tobi,<br>
><br>
> Add a 1d loop test case.<br>
> ;int A[1024];<br>
><br>
> ;int gpu() {<br>
> ;  int i;<br>
> ;<br>
> ;  for(i = 0; i < 1024; i++)<br>
> ;    A[i] = i*128 + 508;<br>
> ;<br>
> ;  return 0;<br>
> ;}<br>
> ;<br>
> ;int main() {<br>
> ;  int b = gpu();<br>
> ;  return 0;<br>
> ;}<br>
><br>
> checked with make polly-test.<br>
> Is this OK to commit?</p>
<p dir="ltr">Yes<br>
><br>
> Thanks,<br>
> Yabin<br>
><br>
><br>
> 2014-06-24 14:32 GMT+08:00 Tobias Grosser <tobias@grosser.es>:<br>
>><br>
>> On 24/06/2014 08:27, Yabin Hu wrote:<br>
>>><br>
>>> Hi Tobias,<br>
>>><br>
>>> The attached patch removes use of llvm.codegen intrinsic for GPGPU codegen<br>
>>> in polly.<br>
>>> Do you think it is good enough to commit?<br>
>><br>
>><br>
>> If you add a trivial test case this looks good to me.<br>
>><br>
>> Tobias<br>
><br>
><br>
</p>