blob: d3167ff3b6c2b474090a7bd3da54073a97711943 [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: %b1 = block { # root
%i:ptr<storage, u32, read_write> = var @binding_point(0, 0)
}
%tint_symbol = func():void -> %b2 {
%b2 = block {
loop [b: %b3, c: %b4] { # loop_1
%b3 = block { # body
%3:u32 = load %i
%4:bool = lt %3, 10u
if %4 [t: %b5, f: %b6] { # if_1
%b5 = block { # true
exit_if # if_1
}
%b6 = block { # false
exit_loop # loop_1
}
}
continue %b4
}
%b4 = block { # continuing
%5:u32 = load %i
%6:u32 = add %5, 1u
store %i, %6
next_iteration %b3
}
}
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. *
********************************************************************