[PATCH] D41470: AMDGPU: Use unique PSVs for buffer resources

Marek Olšák via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 26 07:07:41 PST 2017


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

Accepted, though I added suggestions for tbuffer intrinsics.



================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:492
      llvm_i1_ty],    // slc(imm)
-    []>;
+    [], "", [SDNPMemOperand]>;
 
----------------
This can also have IntrReadMem.


================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:506
      llvm_i1_ty],    // slc(imm)
-    []>;
+    [], "", [SDNPMemOperand]>;
 
----------------
This can also have IntrWriteMem.


https://reviews.llvm.org/D41470





More information about the llvm-commits mailing list