[llvm] [AMDGPU] Overload resource descriptor in image intrinsics. (PR #107255)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 02:34:11 PDT 2024
jayfoad wrote:
I think the only real use case for this is allowing either v4i32 or v8i32 for an image descriptor, which would allow implementing support for the r128 bit in image instructions. But I guess it doesn't hurt to add the extra flexibility of overloading the sampler descriptor type too.
https://github.com/llvm/llvm-project/pull/107255
More information about the llvm-commits
mailing list