blob: 3c615487ed4d9e81f80139cfe975dfbda8fab291 [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:469 internal compiler error: %b1 = block { # root
%prevent_dce:ptr<storage, i32, read_write> = var @binding_point(2, 0)
}
%all_f46790 = func():void -> %b2 {
%b2 = block {
%arg_0:ptr<function, vec2<bool>, read_write> = var, vec2<bool>(true)
%4:vec2<bool> = load %arg_0
%5:bool = all %4
%res:ptr<function, bool, read_write> = var, %5
%7:bool = load %res
%8:bool = eq %7, false
%9:bool = all %8
%10:i32 = select 0i, 1i, %9
store %prevent_dce, %10
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] -> %b3 {
%b3 = block {
%12:void = call %all_f46790
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void -> %b4 {
%b4 = block {
%14:void = call %all_f46790
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b5 {
%b5 = block {
%16:void = call %all_f46790
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. *
********************************************************************