================
@@ -1464,6 +1497,23 @@ unsigned 
SPIRVGlobalRegistry::getNumScalarOrVectorTotalBitWidth(
              : 0;
 }
 
+bool SPIRVGlobalRegistry::isSpecialOpaqueElementType(
----------------
maarquitos14 wrote:

If I understand correctly, I wonder if a better name for this would be 
`shouldKeepTypedPtrType`. My reasoning is that a function pointer doesn't 
really seem a special opaque type to me, and maybe in the future we need to 
handle other cases that aren't special opaque types either. Anyway, just a 
suggestion, feel free to ignore.

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