[PATCH] D20691: AMDGPU: Remove gcc builtin names from workitem intrinsics

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 13:06:21 PDT 2016


arsenm added a comment.

LGTM


================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:41
@@ +40,3 @@
+
+// Range limited
+defm int_r600_read_local_size : AMDGPUReadPreloadRegisterIntrinsic_xyz;
----------------
This comment isn't needed / is misleading since the intrinsic itself has no indication of the range limit


Repository:
  rL LLVM

http://reviews.llvm.org/D20691





More information about the llvm-commits mailing list