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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to