================
@@ -2400,7 +2402,66 @@ bool Type::isWebAssemblyTableType() const {
   return false;
 }
 
-bool Type::isSizelessType() const { return isSizelessBuiltinType(); }
+bool Type::isSizelessType() const {
----------------
tbaederr wrote:

The name of this function sounds like this is a simple getter, but it's quite 
expensive. Are the other `Type::is*Type()` functions similarly complex or can 
we rename this?

https://github.com/llvm/llvm-project/pull/71894
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to