[clang] [llvm] [mlir] [AMDGPU] - Add address space for strided buffers (PR #74471)

Jessica Del via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 01:32:03 PST 2023


OutOfCache wrote:

> How do you intend to rewrite these operations down to the underlying instructions?
> 
> That is, what's your planned equivalent to https://reviews.llvm.org/D158463 ?

Thank you for the link to the code review, I was not aware of your changes before. Up until now, we intended to use the address space in llpc exclusively and lower the pointers to buffer load instructions in `PatchBufferOp`. If we also need to lower these pointers like you did for the fat buffers, maybe we can extend your new pass to also handle these strided buffer pointers?

https://github.com/llvm/llvm-project/pull/74471


More information about the cfe-commits mailing list