[patch] Make r600 non-experimental
Dmitri Gribenko
gribozavr at gmail.com
Tue May 21 17:25:12 PDT 2013
On Tuesday, May 21, 2013, Rafael EspĂndola wrote:
> The r600 backend has been in tree for some time now. It has tests that
> are being maintained and there is even a buildbot that builds it.
>
> We should probably stop calling it experimental. This should make sure
> that we don't accidentally break the build.
>
> Is the attached patch OK?
This change is probably worth mentioning in release notes.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130522/24493d27/attachment.html>
More information about the llvm-commits
mailing list