Support #soa array iteration in a for in loop for -llvm-api backend only

This commit is contained in:
gingerBill
2021-03-24 14:31:44 +00:00
parent bec42e8dd3
commit 2ec3326653
3 changed files with 114 additions and 8 deletions
+1
View File
@@ -98,6 +98,7 @@ struct lbModule {
i32 internal_type_level;
Map<lbValue> values; // Key: Entity *
Map<lbAddr> soa_values; // Key: Entity *
StringMap<lbValue> members;
StringMap<lbProcedure *> procedures;
Map<Entity *> procedure_values; // Key: LLVMValueRef