================
@@ -693,85 +677,71 @@ def CIR_RecordType : CIR_Type<"Record", "record", [
let genVerifyDecl = 1;
let builders = [
- // Create an identified and complete record type.
+ // Create an identified and complete struct/class type.
TypeBuilder<(ins
"llvm::ArrayRef<mlir::Type>":$members,
"mlir::StringAttr":$name,
"bool":$packed,
"bool":$padded,
----------------
erichkeane wrote:
Yes it is....:
https://godbolt.org/z/8eM7Y8ssq
https://github.com/llvm/llvm-project/pull/199790
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits