[clang] [llvm] [CIR][ABI] Add ABI metadata fields to RecordType (PR #188300)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 15:07:03 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list