================
@@ -404,6 +420,19 @@ class SPIRVGlobalRegistry : public SPIRVIRMapping {
   // argument. Otherwise returns 0.
   unsigned getNumScalarOrVectorTotalBitWidth(SPIRVTypeInst Type) const;
 
+  // True if a pointer to this element type must stay typed rather than become
+  // OpTypeUntypedPointerKHR (an opaque builtin type like an image or sampler).
----------------
MrSidims wrote:

Fixed the comment covering both

https://github.com/llvm/llvm-project/pull/201233
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to