Improve compound literal generation for array-like types

This commit is contained in:
gingerBill
2022-08-11 16:01:46 +01:00
parent 03f683f9e7
commit 0f3562ef02
2 changed files with 619 additions and 750 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -175,7 +175,8 @@ struct lbLoopData {
struct lbCompoundLitElemTempData {
Ast * expr;
lbValue value;
i32 elem_index;
i64 elem_index;
i64 elem_length;
lbValue gep;
};