Merge pull request #73955 from Azoy/show-me-those-moves

[IRGen] Add option for raw layout to move as its like type
This commit is contained in:
Alejandro Alonso
2024-05-30 20:32:49 -07:00
committed by GitHub
16 changed files with 241 additions and 14 deletions

View File

@@ -2166,7 +2166,8 @@ namespace decls_block {
BCFixed<1>, // implicit
TypeIDField, // like type
BCVBR<32>, // size
BCVBR<8> // alignment
BCVBR<8>, // alignment
BCFixed<1> // movesAsLike
>;
using SwiftNativeObjCRuntimeBaseDeclAttrLayout = BCRecordLayout<