blob: 1288b7aaac1156dc7b9a09443a4edc2751a36d00 [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: $B1: { # root
%i:ptr<storage, u32, read_write> = var @binding_point(0, 0)
}
%tint_symbol = func():void {
$B2: {
loop [i: $B3, b: $B4] { # loop_1
$B3: { # initializer
%3:u32 = load %i
%4:u32 = sub %3, 1u
store %i, %4
next_iteration # -> $B4
}
$B4: { # body
%5:u32 = load %i
%6:bool = lt %5, 10u
if %6 [t: $B5, f: $B6] { # if_1
$B5: { # true
exit_if # if_1
}
$B6: { # false
exit_loop # loop_1
}
}
continue # -> $B7
}
}
ret
}
}
unhandled variable address space
********************************************************************
* 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. *
********************************************************************