[llvm] [SPIRV] Add reads from image buffer for shaders. (PR #115178)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 07:22:34 PST 2024


================
@@ -1056,6 +1056,11 @@ SPIRVGlobalRegistry::getSPIRVTypeForVReg(Register VReg,
   return nullptr;
 }
 
+SPIRVType *SPIRVGlobalRegistry::getResultType(Register VReg) {
----------------
s-perron wrote:

Thanks. I did not know about that set of functions. I'll look there first from now on.

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


More information about the llvm-commits mailing list