[PATCH] D17160: AMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 12:27:48 PST 2016


tstellarAMD marked 2 inline comments as done.

================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:201
@@ +200,3 @@
+def int_amdgcn_mov_dpp :
+  Intrinsic<[llvm_anyint_ty],
+            [LLVMMatchType<0>, llvm_i32_ty, llvm_i1_ty, llvm_i32_ty,
----------------
arsenm wrote:
> Is this for i16/i32? I don't think there are any VOP2 i64 instructions
It's for i16/i32/i64, because it can be used for VOPC instructions as well as f64 instructions.


http://reviews.llvm.org/D17160





More information about the llvm-commits mailing list