diff options
| author | 2026-03-18 11:35:38 +0100 | |
|---|---|---|
| committer | 2026-03-18 11:35:38 +0100 | |
| commit | 6889729b3484a7a63f240f717ec087a600cfda0f (patch) | |
| tree | 541020ae9f23d7aaa23495733bfbf55f8279f8f8 /README.md | |
| parent | 1d9e19fb3bb941cdc28e9d4c3063d3e213fd8312 (diff) | |
README missed filename
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ The backend performs the following main passes: - Stack lowering (`ir_stack.c`): `alloca` instructions are deleted and corresponding stack slots replaced with calculated stack offsets. - - Instruction selection (`x86_64/isel.c`): architecture-specific + - Instruction selection (`t_x86-64_isel.c`): architecture-specific instruction selection, addressing mode utilization, introduction of register constraints. - Register allocation (`ir_regalloc.c`): performs linear scan register |