[PATCH] D57340: AMDGPU: Add DS append/consume intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 28 09:59:57 PST 2019
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:412-413
+ [llvm_anyptr_ty, // LDS or GDS ptr
+ llvm_i32_ty, // ordering
+ llvm_i32_ty, // scope
+ llvm_i1_ty], // isVolatile
----------------
Not sure if we really need these, I should probably drop them
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57340/new/
https://reviews.llvm.org/D57340
More information about the llvm-commits
mailing list