[PATCH] D19203: AMDGPU/SI: Add llvm.amdgcn.s.waitcnt.all intrinsic

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 07:35:08 PDT 2016


tstellarAMD added inline comments.

================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:71
@@ -70,1 +70,3 @@
 
+def int_amdgcn_s_waitcnt_all : Intrinsic<[], [], [IntrConvergent]>;
+
----------------
I think the intrinsic should be int_amdgpu_s_waitcnt, and we should expose the configuration bits with an input argument.


http://reviews.llvm.org/D19203





More information about the llvm-commits mailing list