[PATCH] D63203: [AMDGPU] gfx1010 dpp16 and dpp8

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 08:50:23 PDT 2019


rampitec marked an inline comment as done.
rampitec added inline comments.


================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:1457
+  Intrinsic<[llvm_anyint_ty],
+            [LLVMMatchType<0>, llvm_i32_ty],
+            [IntrNoMem, IntrConvergent]>;
----------------
arsenm wrote:
> arsenm wrote:
> > Needs immarg, and to be marked as a source of divergence
> I think it's a source of divergence? It's missing from the existing DPP intrinsics, but that might be a bug?
I agree. But in a separate change.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63203/new/

https://reviews.llvm.org/D63203





More information about the llvm-commits mailing list