Skip to content

Commit

Permalink
Pass test suite again
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Jul 27, 2024
1 parent 20fbf02 commit fd4d353
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions test/autogen.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -821,10 +821,10 @@ Copy string literal on move
@schmu_b = global ptr null, align 8
@0 = private unnamed_addr constant { i64, i64, [5 x i8] } { i64 4, i64 4, [5 x i8] c"aoeu\00" }

declare void @string_print(ptr %0)

declare void @string_modify_buf(ptr noalias %0, ptr %1)

declare void @string_print(ptr %0)

define void @__fun_schmu0(ptr noalias %arr) {
entry:
%0 = load ptr, ptr %arr, align 8
Expand Down
4 changes: 2 additions & 2 deletions test/functions.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -1661,12 +1661,12 @@ The lamba passed as array-iter argument is polymorphic
@1 = private unnamed_addr constant { i64, i64, [1 x [1 x i8]] } { i64 0, i64 1, [1 x [1 x i8]] zeroinitializer }
@2 = private unnamed_addr constant { i64, i64, [3 x i8] } { i64 2, i64 2, [3 x i8] c", \00" }

declare void @string_print(ptr %0)

declare void @string_append(ptr noalias %0, ptr %1)

declare void @string_modify_buf(ptr noalias %0, ptr %1)

declare void @string_print(ptr %0)

define linkonce_odr void @__array_inner__2_Cal_2lru__(i64 %i, ptr %0) {
entry:
%arr = getelementptr inbounds { ptr, ptr, ptr, %closure }, ptr %0, i32 0, i32 2
Expand Down
8 changes: 4 additions & 4 deletions test/misc.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -1505,12 +1505,12 @@ Piping for ctors and field accessors
@1 = private unnamed_addr constant { i64, i64, [5 x i8] } { i64 4, i64 4, [5 x i8] c"%li\0A\00" }
@2 = private unnamed_addr constant { i64, i64, [4 x i8] } { i64 3, i64 3, [4 x i8] c"%c\0A\00" }

declare void @string_print(ptr %0)

declare i8 @string_get(ptr %0, i64 %1)

declare ptr @string_of_array(ptr %0)

declare void @string_print(ptr %0)

declare void @Printi(i64 %0)

define i64 @__fun_schmu0(i64 %x) {
Expand Down Expand Up @@ -2555,12 +2555,12 @@ Take/use not all allocations of a record in tailrec calls
@schmu_inp = global %view_ zeroinitializer, align 8
@0 = private unnamed_addr constant { i64, i64, [2 x i8] } { i64 1, i64 1, [2 x i8] c" \00" }

declare i1 @prelude_char_equal(i8 %0, i8 %1)

declare i64 @string_len(ptr %0)

declare i8 @string_get(ptr %0, i64 %1)

declare i1 @prelude_char_equal(i8 %0, i8 %1)

define void @schmu_aux(ptr noalias %0, ptr %rem, i64 %cnt) {
entry:
%1 = alloca %view_, align 8
Expand Down
Loading

0 comments on commit fd4d353

Please sign in to comment.