2024-05-18 11:08:39 +08:00
|
|
|
; ModuleID = 'main'
|
|
|
|
|
source_filename = "main"
|
|
|
|
|
|
|
|
|
|
%"github.com/goplus/llgo/internal/runtime.String" = type { ptr, i64 }
|
|
|
|
|
|
2024-06-14 09:57:23 +08:00
|
|
|
@main.array = global [8 x i8] zeroinitializer, align 1
|
|
|
|
|
@"main.init$guard" = global i1 false, align 1
|
|
|
|
|
@__llgo_argc = global i32 0, align 4
|
|
|
|
|
@__llgo_argv = global ptr null, align 8
|
2024-06-13 09:40:41 +08:00
|
|
|
@0 = private unnamed_addr constant [7 x i8] c"\E4\B8\ADabcd", align 1
|
2024-05-18 11:08:39 +08:00
|
|
|
|
|
|
|
|
define i8 @main.index(i8 %0) {
|
|
|
|
|
_llgo_0:
|
2024-06-17 21:00:05 +08:00
|
|
|
%1 = sext i8 %0 to i64
|
|
|
|
|
%2 = icmp slt i64 %1, 0
|
|
|
|
|
%3 = icmp sge i64 %1, 8
|
|
|
|
|
%4 = or i1 %3, %2
|
|
|
|
|
call void @"github.com/goplus/llgo/internal/runtime.AssertIndexRange"(i1 %4)
|
|
|
|
|
%5 = getelementptr inbounds i8, ptr @main.array, i64 %1
|
|
|
|
|
%6 = load i8, ptr %5, align 1
|
|
|
|
|
ret i8 %6
|
2024-05-18 11:08:39 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
define void @main.init() {
|
|
|
|
|
_llgo_0:
|
|
|
|
|
%0 = load i1, ptr @"main.init$guard", align 1
|
|
|
|
|
br i1 %0, label %_llgo_2, label %_llgo_1
|
|
|
|
|
|
|
|
|
|
_llgo_1: ; preds = %_llgo_0
|
|
|
|
|
store i1 true, ptr @"main.init$guard", align 1
|
|
|
|
|
call void @"unicode/utf8.init"()
|
|
|
|
|
store i8 1, ptr @main.array, align 1
|
|
|
|
|
store i8 2, ptr getelementptr inbounds (i8, ptr @main.array, i64 1), align 1
|
|
|
|
|
store i8 3, ptr getelementptr inbounds (i8, ptr @main.array, i64 2), align 1
|
|
|
|
|
store i8 4, ptr getelementptr inbounds (i8, ptr @main.array, i64 3), align 1
|
|
|
|
|
store i8 5, ptr getelementptr inbounds (i8, ptr @main.array, i64 4), align 1
|
|
|
|
|
store i8 6, ptr getelementptr inbounds (i8, ptr @main.array, i64 5), align 1
|
|
|
|
|
store i8 7, ptr getelementptr inbounds (i8, ptr @main.array, i64 6), align 1
|
|
|
|
|
store i8 8, ptr getelementptr inbounds (i8, ptr @main.array, i64 7), align 1
|
|
|
|
|
br label %_llgo_2
|
|
|
|
|
|
|
|
|
|
_llgo_2: ; preds = %_llgo_1, %_llgo_0
|
|
|
|
|
ret void
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
define i32 @main(i32 %0, ptr %1) {
|
|
|
|
|
_llgo_0:
|
|
|
|
|
store i32 %0, ptr @__llgo_argc, align 4
|
|
|
|
|
store ptr %1, ptr @__llgo_argv, align 8
|
|
|
|
|
call void @"github.com/goplus/llgo/internal/runtime.init"()
|
|
|
|
|
call void @main.init()
|
|
|
|
|
br label %_llgo_3
|
|
|
|
|
|
|
|
|
|
_llgo_1: ; preds = %_llgo_3
|
2024-05-21 01:30:15 +08:00
|
|
|
%2 = alloca %"github.com/goplus/llgo/internal/runtime.String", align 8
|
|
|
|
|
%3 = getelementptr inbounds %"github.com/goplus/llgo/internal/runtime.String", ptr %2, i32 0, i32 0
|
2024-06-13 09:40:41 +08:00
|
|
|
store ptr @0, ptr %3, align 8
|
2024-05-21 01:30:15 +08:00
|
|
|
%4 = getelementptr inbounds %"github.com/goplus/llgo/internal/runtime.String", ptr %2, i32 0, i32 1
|
|
|
|
|
store i64 7, ptr %4, align 4
|
|
|
|
|
%5 = load %"github.com/goplus/llgo/internal/runtime.String", ptr %2, align 8
|
|
|
|
|
%6 = extractvalue %"github.com/goplus/llgo/internal/runtime.String" %5, 1
|
2024-06-19 23:40:05 +08:00
|
|
|
%7 = call %"github.com/goplus/llgo/internal/runtime.String" @"github.com/goplus/llgo/internal/runtime.StringSlice"(%"github.com/goplus/llgo/internal/runtime.String" %5, i64 %15, i64 %6)
|
2024-05-21 01:30:15 +08:00
|
|
|
%8 = call { i32, i64 } @"unicode/utf8.DecodeRuneInString"(%"github.com/goplus/llgo/internal/runtime.String" %7)
|
|
|
|
|
%9 = extractvalue { i32, i64 } %8, 0
|
|
|
|
|
%10 = extractvalue { i32, i64 } %8, 1
|
|
|
|
|
%11 = add i64 %15, %10
|
|
|
|
|
%12 = sext i32 %9 to i64
|
|
|
|
|
call void @"github.com/goplus/llgo/internal/runtime.PrintInt"(i64 %12)
|
2024-05-20 12:42:37 +08:00
|
|
|
call void @"github.com/goplus/llgo/internal/runtime.PrintByte"(i8 10)
|
2024-05-18 11:08:39 +08:00
|
|
|
br label %_llgo_3
|
|
|
|
|
|
|
|
|
|
_llgo_2: ; preds = %_llgo_3
|
2024-05-21 01:30:15 +08:00
|
|
|
%13 = call i8 @main.index(i8 2)
|
|
|
|
|
%14 = icmp eq i8 %13, 3
|
|
|
|
|
call void @"github.com/goplus/llgo/internal/runtime.PrintBool"(i1 %14)
|
2024-05-20 12:42:37 +08:00
|
|
|
call void @"github.com/goplus/llgo/internal/runtime.PrintByte"(i8 10)
|
2024-05-18 11:08:39 +08:00
|
|
|
ret i32 0
|
|
|
|
|
|
|
|
|
|
_llgo_3: ; preds = %_llgo_1, %_llgo_0
|
2024-05-21 01:30:15 +08:00
|
|
|
%15 = phi i64 [ 0, %_llgo_0 ], [ %11, %_llgo_1 ]
|
|
|
|
|
%16 = alloca %"github.com/goplus/llgo/internal/runtime.String", align 8
|
|
|
|
|
%17 = getelementptr inbounds %"github.com/goplus/llgo/internal/runtime.String", ptr %16, i32 0, i32 0
|
2024-06-05 15:10:35 +08:00
|
|
|
store ptr @0, ptr %17, align 8
|
2024-05-21 01:30:15 +08:00
|
|
|
%18 = getelementptr inbounds %"github.com/goplus/llgo/internal/runtime.String", ptr %16, i32 0, i32 1
|
|
|
|
|
store i64 7, ptr %18, align 4
|
|
|
|
|
%19 = load %"github.com/goplus/llgo/internal/runtime.String", ptr %16, align 8
|
|
|
|
|
%20 = extractvalue %"github.com/goplus/llgo/internal/runtime.String" %19, 1
|
|
|
|
|
%21 = icmp slt i64 %15, %20
|
|
|
|
|
br i1 %21, label %_llgo_1, label %_llgo_2
|
2024-05-18 11:08:39 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
declare void @"github.com/goplus/llgo/internal/runtime.AssertIndexRange"(i1)
|
|
|
|
|
|
|
|
|
|
declare void @"unicode/utf8.init"()
|
|
|
|
|
|
|
|
|
|
declare void @"github.com/goplus/llgo/internal/runtime.init"()
|
|
|
|
|
|
2024-06-19 23:40:05 +08:00
|
|
|
declare %"github.com/goplus/llgo/internal/runtime.String" @"github.com/goplus/llgo/internal/runtime.StringSlice"(%"github.com/goplus/llgo/internal/runtime.String", i64, i64)
|
2024-05-18 11:08:39 +08:00
|
|
|
|
|
|
|
|
declare { i32, i64 } @"unicode/utf8.DecodeRuneInString"(%"github.com/goplus/llgo/internal/runtime.String")
|
|
|
|
|
|
|
|
|
|
declare void @"github.com/goplus/llgo/internal/runtime.PrintInt"(i64)
|
|
|
|
|
|
2024-05-20 12:42:37 +08:00
|
|
|
declare void @"github.com/goplus/llgo/internal/runtime.PrintByte"(i8)
|
2024-05-18 11:08:39 +08:00
|
|
|
|
|
|
|
|
declare void @"github.com/goplus/llgo/internal/runtime.PrintBool"(i1)
|