Add macro arguments &foo $foo #foo.

C ABI compatibility aarch64, win64, x86, x64
Added debug info
This commit is contained in:
Christoffer Lerno
2020-10-19 20:58:40 +02:00
committed by Christoffer Lerno
parent 4222f2731e
commit 3c15e495dd
52 changed files with 7936 additions and 2113 deletions

View File

@@ -22,7 +22,8 @@ func void test(int i)
// #expect: defer_next_switch.ll
switch.case:
%4 = load i1, i1* %b
%3 = load i8, i8* %b, align 1
%4 = trunc i8 %3 to i1
br i1 %4, label %if.then, label %if.exit
if.then: