[PATCH] D36771: AMDGPU: add missing amdgcn processors and tests

2017-08-17 Thread Konstantin Zhuravlyov via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311141: AMDGPU: add missing amdgcn processors and tests (authored by kzhuravl). Changed prior to commit: https://reviews.llvm.org/D36771?vs=111270&id=111595#toc Repository: rL LLVM https://reviews.l

[PATCH] D36771: AMDGPU: add missing amdgcn processors and tests

2017-08-17 Thread Tony Tye via Phabricator via cfe-commits
t-tye accepted this revision. t-tye added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D36771 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com

[PATCH] D36771: AMDGPU: add missing amdgcn processors and tests

2017-08-16 Thread Konstantin Zhuravlyov via Phabricator via cfe-commits
kzhuravl added a comment. In https://reviews.llvm.org/D36771#842837, @arsenm wrote: > We should also be defining __devicename__ macros. I opened a bug for this > last week https://reviews.llvm.org/D36802 https://reviews.llvm.org/D36771 ___ cfe-c

[PATCH] D36771: AMDGPU: add missing amdgcn processors and tests

2017-08-15 Thread Matt Arsenault via Phabricator via cfe-commits
arsenm added a comment. We should also be defining __devicename__ macros. I opened a bug for this last week https://reviews.llvm.org/D36771 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c

[PATCH] D36771: AMDGPU: add missing amdgcn processors and tests

2017-08-15 Thread Konstantin Zhuravlyov via Phabricator via cfe-commits
kzhuravl created this revision. Herald added subscribers: tpr, dstuttard, yaxunl, nhaehnle, wdng. - gfx600 - gfx601 - gfx703 - gfx902 - gfx903 https://reviews.llvm.org/D36771 Files: lib/Basic/Targets/AMDGPU.cpp test/Driver/r600-mcpu.cl Index: test/Driver/r600-mcpu.cl ==