================
@@ -260,6 +260,22 @@ let Class = ConstantMatrixType in {
}]>;
}
+let Class = CooperativeMatrixType in {
+ def : Property<"elementType", QualType> {
+ let Read = [{ node->getElementType() }];
+ }
+ def : Property<"Scope", UInt32> { let Read = [{ node->getScope() }]; }
----------------
asudarsa-qti wrote:
Fixed in 044d3cd77bb4ec64ca7448d51ecff5bd147e97b6
Thanks
https://github.com/llvm/llvm-project/pull/221328
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits