; ModuleID = 'github.com/goplus/llgo/compiler/cl/_testrt/float2any' source_filename = "github.com/goplus/llgo/compiler/cl/_testrt/float2any" %"github.com/goplus/llgo/runtime/internal/runtime.eface" = type { ptr, ptr } %"github.com/goplus/llgo/runtime/internal/runtime.String" = type { ptr, i64 } @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.init$guard" = global i1 false, align 1 @_llgo_float32 = linkonce global ptr null, align 8 @0 = private unnamed_addr constant [36 x i8] c"type assertion any -> float32 failed", align 1 @_llgo_string = linkonce global ptr null, align 8 @1 = private unnamed_addr constant [9 x i8] c"error f32", align 1 @_llgo_float64 = linkonce global ptr null, align 8 @2 = private unnamed_addr constant [36 x i8] c"type assertion any -> float64 failed", align 1 @3 = private unnamed_addr constant [9 x i8] c"error f64", align 1 define void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.check32"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %0) { _llgo_0: %1 = extractvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %0, 0 %2 = load ptr, ptr @_llgo_float32, align 8 %3 = icmp eq ptr %1, %2 br i1 %3, label %_llgo_3, label %_llgo_4 _llgo_1: ; preds = %_llgo_3 %4 = load ptr, ptr @_llgo_string, align 8 %5 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.AllocU"(i64 16) store %"github.com/goplus/llgo/runtime/internal/runtime.String" { ptr @1, i64 9 }, ptr %5, align 8 %6 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" undef, ptr %4, 0 %7 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %6, ptr %5, 1 call void @"github.com/goplus/llgo/runtime/internal/runtime.Panic"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %7) unreachable _llgo_2: ; preds = %_llgo_3 ret void _llgo_3: ; preds = %_llgo_0 %8 = extractvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %0, 1 %9 = ptrtoint ptr %8 to i64 %10 = trunc i64 %9 to i32 %11 = bitcast i32 %10 to float %12 = fcmp une float %11, 0x400921FB60000000 br i1 %12, label %_llgo_1, label %_llgo_2 _llgo_4: ; preds = %_llgo_0 %13 = load ptr, ptr @_llgo_string, align 8 %14 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.AllocU"(i64 16) store %"github.com/goplus/llgo/runtime/internal/runtime.String" { ptr @0, i64 36 }, ptr %14, align 8 %15 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" undef, ptr %13, 0 %16 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %15, ptr %14, 1 call void @"github.com/goplus/llgo/runtime/internal/runtime.Panic"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %16) unreachable } define void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.check64"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %0) { _llgo_0: %1 = extractvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %0, 0 %2 = load ptr, ptr @_llgo_float64, align 8 %3 = icmp eq ptr %1, %2 br i1 %3, label %_llgo_3, label %_llgo_4 _llgo_1: ; preds = %_llgo_3 %4 = load ptr, ptr @_llgo_string, align 8 %5 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.AllocU"(i64 16) store %"github.com/goplus/llgo/runtime/internal/runtime.String" { ptr @3, i64 9 }, ptr %5, align 8 %6 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" undef, ptr %4, 0 %7 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %6, ptr %5, 1 call void @"github.com/goplus/llgo/runtime/internal/runtime.Panic"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %7) unreachable _llgo_2: ; preds = %_llgo_3 ret void _llgo_3: ; preds = %_llgo_0 %8 = extractvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %0, 1 %9 = ptrtoint ptr %8 to i64 %10 = bitcast i64 %9 to double %11 = fcmp une double %10, 0x400921FB53C8D4F1 br i1 %11, label %_llgo_1, label %_llgo_2 _llgo_4: ; preds = %_llgo_0 %12 = load ptr, ptr @_llgo_string, align 8 %13 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.AllocU"(i64 16) store %"github.com/goplus/llgo/runtime/internal/runtime.String" { ptr @2, i64 36 }, ptr %13, align 8 %14 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" undef, ptr %12, 0 %15 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %14, ptr %13, 1 call void @"github.com/goplus/llgo/runtime/internal/runtime.Panic"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %15) unreachable } define float @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.f32"() { _llgo_0: ret float 0x400921FB60000000 } define double @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.f64"() { _llgo_0: ret double 0x400921FB53C8D4F1 } define void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.init"() { _llgo_0: %0 = load i1, ptr @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.init$guard", align 1 br i1 %0, label %_llgo_2, label %_llgo_1 _llgo_1: ; preds = %_llgo_0 store i1 true, ptr @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.init$guard", align 1 call void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.init$after"() br label %_llgo_2 _llgo_2: ; preds = %_llgo_1, %_llgo_0 ret void } define void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.main"() { _llgo_0: %0 = call float @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.f32"() %1 = load ptr, ptr @_llgo_float32, align 8 %2 = bitcast float %0 to i32 %3 = inttoptr i32 %2 to ptr %4 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" undef, ptr %1, 0 %5 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %4, ptr %3, 1 call void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.check32"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %5) %6 = call double @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.f64"() %7 = load ptr, ptr @_llgo_float64, align 8 %8 = bitcast double %6 to i64 %9 = inttoptr i64 %8 to ptr %10 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" undef, ptr %7, 0 %11 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.eface" %10, ptr %9, 1 call void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.check64"(%"github.com/goplus/llgo/runtime/internal/runtime.eface" %11) ret void } define void @"github.com/goplus/llgo/compiler/cl/_testrt/float2any.init$after"() { _llgo_0: %0 = load ptr, ptr @_llgo_float32, align 8 %1 = icmp eq ptr %0, null br i1 %1, label %_llgo_1, label %_llgo_2 _llgo_1: ; preds = %_llgo_0 %2 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.Basic"(i64 45) store ptr %2, ptr @_llgo_float32, align 8 br label %_llgo_2 _llgo_2: ; preds = %_llgo_1, %_llgo_0 %3 = load ptr, ptr @_llgo_string, align 8 %4 = icmp eq ptr %3, null br i1 %4, label %_llgo_3, label %_llgo_4 _llgo_3: ; preds = %_llgo_2 %5 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.Basic"(i64 24) store ptr %5, ptr @_llgo_string, align 8 br label %_llgo_4 _llgo_4: ; preds = %_llgo_3, %_llgo_2 %6 = load ptr, ptr @_llgo_float64, align 8 %7 = icmp eq ptr %6, null br i1 %7, label %_llgo_5, label %_llgo_6 _llgo_5: ; preds = %_llgo_4 %8 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.Basic"(i64 46) store ptr %8, ptr @_llgo_float64, align 8 br label %_llgo_6 _llgo_6: ; preds = %_llgo_5, %_llgo_4 ret void } declare ptr @"github.com/goplus/llgo/runtime/internal/runtime.Basic"(i64) declare ptr @"github.com/goplus/llgo/runtime/internal/runtime.AllocU"(i64) declare void @"github.com/goplus/llgo/runtime/internal/runtime.Panic"(%"github.com/goplus/llgo/runtime/internal/runtime.eface")