From 6889729b3484a7a63f240f717ec087a600cfda0f Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 18 Mar 2026 11:35:38 +0100 Subject: README missed filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 30b7619..3665d6c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3