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

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 10:47:56 PDT 2019


kzhuravl accepted this revision.
kzhuravl added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:1457
+  Intrinsic<[llvm_anyint_ty],
+            [LLVMMatchType<0>, llvm_i32_ty],
+            [IntrNoMem, IntrConvergent]>;
----------------
rampitec wrote:
> rampitec wrote:
> > 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.
> D63216
Is D63216 expecting to cause any merge conflicts downstream?


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

https://reviews.llvm.org/D63203





More information about the llvm-commits mailing list