[PATCH] D122653: [AMDGPU] Document the intended semantics of llvm.amdgcn.s.buffer.load
David Stuttard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 06:38:48 PDT 2022
dstuttard added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:957
[llvm_v4i32_ty, // rsrc(SGPR)
llvm_i32_ty, // byte offset(SGPR/imm)
llvm_i32_ty], // cachepolicy(imm; bit 0 = glc, bit 2 = dlc)
----------------
The added description would imply that this should be updated too (since it isn't necessarily SGPR/imm)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122653/new/
https://reviews.llvm.org/D122653
More information about the llvm-commits
mailing list