blob: 64bc7262ce4c12fd59d2466b08deff79bdd8bfa4 [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:1257 internal compiler error: main_out = struct @align(16) {
x_GLF_color_1:vec4<f32> @offset(0), @location(0)
}
$B1: { # root
%x_GLF_color:ptr<private, vec4<f32>, read_write> = var
}
%main_1 = func():void {
$B2: {
%i:ptr<function, i32, read_write> = var
store %i, 5i
loop [b: $B3, c: $B4] { # loop_1
$B3: { # body
%4:i32 = load %i
%5:bool = gte %4, 0i
if %5 [t: $B5, f: $B6] { # if_1
$B5: { # true
exit_if # if_1
}
$B6: { # false
exit_loop # loop_1
}
}
%6:i32 = load %i
%7:i32 = sub %6, 3i
store %i, %7
%8:i32 = load %i
%9:i32 = add %8, 1i
store %i, %9
continue # -> $B4
}
$B4: { # continuing
next_iteration # -> $B3
}
}
%10:i32 = load %i
%11:bool = eq %10, -1i
if %11 [t: $B7, f: $B8] { # if_2
$B7: { # true
store %x_GLF_color, vec4<f32>(1.0f, 0.0f, 0.0f, 1.0f)
exit_if # if_2
}
$B8: { # false
store %x_GLF_color, vec4<f32>(0.0f)
exit_if # if_2
}
}
ret
}
}
%tint_symbol = @fragment func():main_out {
$B9: {
%13:void = call %main_1
%14:vec4<f32> = load %x_GLF_color
%15:main_out = construct %14
ret %15
}
}
invalid entry point IO struct uses
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************