================
@@ -47,13 +47,17 @@ struct RecordTypeStorage : public mlir::TypeStorage {
bool incomplete;
bool packed;
bool padded;
+ bool canPassInRegisters;
+ bool hasTrivialDestructor;
----------------
adams381 wrote:
Moot now — the bools are gone from RecordTypeStorage. The RecordLayoutAttr uses
MLIR's generated storage.
https://github.com/llvm/llvm-project/pull/188300
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits