================
@@ -5492,6 +5492,18 @@ bool Type::isCUDADeviceBuiltinTextureType() const {
return false;
}
+bool Type::isAMDGPUNamedBarrierType() const {
+ const Type *Ty = getUnqualifiedDesugaredType();
+
+ // unwrap arrays
----------------
arsenm wrote:```suggestion // Unwrap arrays. ``` https://github.com/llvm/llvm-project/pull/207687 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
