From 7036e19098c295a075f97cbd056fdc43bd490fb2 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 23 Dec 2025 11:36:51 +0100 Subject: lower alloca as a separate pass before isel --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 9e32ded..9804447 100644 --- a/common.h +++ b/common.h @@ -143,6 +143,7 @@ struct option { a : 1, /* after abi0 */ m : 1, /* after mem */ o : 1, /* after optimizations */ + s : 1, /* after stack */ i : 1, /* after isel */ l : 1, /* after liveness fixup */ r : 1; /* after regalloc */ -- cgit v1.2.3