[PATCH] D18064: AMDGPU/SI: Implement GroupStaticSize Intrinsic for Dynamic LDS

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 14:16:08 PDT 2016


arsenm added inline comments.

================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:219-220
@@ -218,1 +218,4 @@
 
+def int_amdgcn_get_groupstaticsize :
+  GCCBuiltin<"__builtin_amdgcn_get_groupstaticsize">,
+  Intrinsic<[llvm_i32_ty], [], [IntrNoMem]>;
----------------
I think the get should be dropped from the name


http://reviews.llvm.org/D18064





More information about the llvm-commits mailing list