agra
1be16511ec
refactor(backend): move aggregate handlers into ops.zig (A7.4 slice d)
...
Relocate the struct, enum, union, array/slice, tuple, and optional
opcode handler bodies out of emitInst into the existing Ops facade.
Each moved arm now delegates via self.ops().emit<Op>(...); shared infra
stays on LLVMEmitter, with resolveAggregate/resolveGepStructType widened
to pub as the GEP handlers require. Pure relocation, behavior-preserving:
zero snapshot churn (361/0).
2026-06-03 12:03:45 +03:00
..
2026-06-02 20:33:26 +03:00
2026-06-02 21:28:31 +03:00
2026-05-23 01:28:32 +03:00
2026-06-02 22:45:56 +03:00
2026-06-02 22:45:56 +03:00
2026-06-03 08:53:51 +03:00
2026-06-03 12:03:45 +03:00
2026-06-02 23:11:18 +03:00
2026-06-02 23:11:18 +03:00
2026-06-03 06:54:13 +03:00
2026-06-02 18:14:34 +03:00
2026-06-03 08:00:42 +03:00
2026-06-03 08:00:42 +03:00
2026-06-02 21:34:58 +03:00
2026-06-02 21:28:31 +03:00
2026-05-22 19:03:31 +03:00
2026-02-26 02:25:02 +02:00
2026-06-01 15:33:50 +03:00
2026-05-29 15:25:00 +03:00
2026-06-01 15:43:22 +03:00
2026-06-03 08:00:42 +03:00
2026-06-03 08:28:41 +03:00
2026-06-03 08:28:41 +03:00
2026-05-29 15:25:00 +03:00
2026-05-23 01:28:32 +03:00
2026-06-03 08:28:41 +03:00
2026-06-03 08:28:41 +03:00
2026-02-26 02:25:02 +02:00
2026-06-01 12:52:14 +03:00
2026-06-02 14:43:47 +03:00
2026-06-02 15:20:31 +03:00
2026-05-29 15:25:00 +03:00
2026-06-01 15:33:50 +03:00
2026-06-02 12:30:11 +03:00
2026-06-02 14:43:47 +03:00
2026-06-02 22:23:01 +03:00
2026-06-02 22:23:01 +03:00
2026-06-02 16:33:38 +03:00
2026-06-02 14:43:47 +03:00
2026-06-02 15:51:04 +03:00
2026-06-02 15:20:31 +03:00
2026-06-02 15:20:31 +03:00
2026-05-31 17:39:11 +03:00
2026-06-02 14:43:47 +03:00