- Early exit in macro call crashes codegen #2820

This commit is contained in:
Christoffer Lerno
2026-01-25 00:52:57 +01:00
parent 378b35265b
commit 0fdd6bdc81
5 changed files with 73 additions and 5 deletions

View File

@@ -62,8 +62,4 @@ define void @test.tester_test2() #0 {
entry:
%blockret = alloca i32, align 4
unreachable
after_macro: ; No predecessors!
call void @test.tester(i32 poison)
ret void
}