mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 02:48:50 +00:00
c7f774803a
* load address (pointer) to a stack variable in a register via `lea` instruction * store value on the stack via a pointer stored in a register via `mov [reg], imm` instruction * the lowerings naturally are handled automatically by Mir -> Isel layer * add initial (without safety) implementation of `.optional_payload` * add matching stage2 test cases |
||
---|---|---|
.. | ||
aarch64.zig | ||
arm.zig | ||
cbe.zig | ||
llvm.zig | ||
plan9.zig | ||
riscv64.zig | ||
wasm.zig | ||
x86_64.zig |