Files
zig/src/codegen
Timon Kruiper d4ec0279d3 stage2: add support for optionals in the LLVM backend
We can now codegen optionals! This includes the following instructions:
- is_null
- is_null_ptr
- is_non_null
- is_non_null_ptr
- optional_payload
- optional_payload_ptr
- br_void

Also includes a test for optionals.
2021-03-02 19:02:55 -07:00
..
2021-01-19 15:28:17 +01:00
2020-09-21 18:38:55 -07:00
2021-02-09 23:57:43 +01:00
2021-02-24 21:54:23 -07:00
2020-09-21 18:38:55 -07:00
2021-02-24 21:54:23 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00