[PATCH] D27586: AMDGPU/SI: Add llvm.amdgcn.s.buffer.load intrinsic
David Stuttard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 05:55:21 PDT 2017
dstuttard added a comment.
I've got a scenario that will benefit from this change. It seems to me that this might be a more workable solution than https://reviews.llvm.org/D28993 (although a more generic approach like that is attractive). This change doesn't necessarily preclude something like https://reviews.llvm.org/D28993 at a later stage does it?
Is it possible to make the non-const offset change that mareko talks about as well?
https://reviews.llvm.org/D27586
More information about the llvm-commits
mailing list