[PATCH] D20299: AMDGPU: Export target workitem related builtins

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 13:46:59 PDT 2016


arsenm added inline comments.

================
Comment at: include/clang/Basic/BuiltinsAMDGPU.def:16-18
@@ -15,1 +15,5 @@
 // The format of this database matches clang/Basic/Builtins.def.
+//===----------------------------------------------------------------------===//
+// R600+ only builtins.
+//===----------------------------------------------------------------------===//
+
----------------
I would move these after the amdgcn and fix this to be r600-NI


Repository:
  rL LLVM

http://reviews.llvm.org/D20299





More information about the llvm-commits mailing list