[PATCH] D27586: AMDGPU/SI: Add llvm.amdgcn.s.buffer.load intrinsic
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 14 09:48:00 PST 2016
    
    
  
arsenm added inline comments.
================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:405
+def int_amdgcn_s_buffer_load : Intrinsic <
+  [llvm_anyint_ty],
+  [LLVMQualPointerType<LLVMMatchType<0>, 42>,
----------------
This should probably be a more general type so that you can also mangle with FP types
https://reviews.llvm.org/D27586
    
    
More information about the llvm-commits
mailing list