mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
More riscv tests. Fix missing zero/signext attributes on calls. Fixes and simplification to riscv ABI.
This commit is contained in:
committed by
Christoffer Lerno
parent
0afd55425a
commit
4ea81fe636
@@ -825,7 +825,7 @@ after_assign: ; preds = %after_check, %assig
|
||||
|
||||
after_check6: ; preds = %after_assign
|
||||
%39 = load i8, ptr %has_title, align 1
|
||||
%40 = call ptr @test_bool_to_string(i8 %39)
|
||||
%40 = call ptr @test_bool_to_string(i8 zeroext %39)
|
||||
br label %phi_block
|
||||
|
||||
else_block: ; preds = %after_assign
|
||||
|
||||
Reference in New Issue
Block a user