[PATCH] D63203: [AMDGPU] gfx1010 dpp16 and dpp8
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 12 08:44:22 PDT 2019
    
    
  
arsenm added inline comments.
================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:1457
+  Intrinsic<[llvm_anyint_ty],
+            [LLVMMatchType<0>, llvm_i32_ty],
+            [IntrNoMem, IntrConvergent]>;
----------------
Needs immarg, and to be marked as a source of divergence
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63203/new/
https://reviews.llvm.org/D63203
    
    
More information about the llvm-commits
mailing list