Update Tilde for testing reg spill stuff

This commit is contained in:
gingerBill
2023-07-24 14:01:10 +01:00
parent 00a44d1ddb
commit e2593a6883
6 changed files with 125 additions and 104 deletions
+3
View File
@@ -256,6 +256,9 @@ gb_internal TB_Arena *cg_arena(void);
gb_internal void cg_add_procedure_to_queue(cgProcedure *p);
gb_internal void cg_setup_type_info_data(cgModule *m);
gb_internal isize cg_global_const_calculate_region_count(ExactValue const &value, Type *type);
gb_internal bool cg_global_const_add_region(cgModule *m, ExactValue const &value, Type *type, TB_Global *global, i64 offset);
gb_internal cgValue cg_value(TB_Global * g, Type *type);
gb_internal cgValue cg_value(TB_External *e, Type *type);
gb_internal cgValue cg_value(TB_Function *f, Type *type);