blob: abc30757073baff288624f88a7ab5913b7ace269 [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, f16, read_write> = var @binding_point(2, 0)
}
%max_111ac0 = func():void -> %b2 {
%b2 = block {
%res:ptr<function, f16, read_write> = var, 1.0h
%4:f16 = load %res
store %prevent_dce, %4
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] -> %b3 {
%b3 = block {
%6:void = call %max_111ac0
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void -> %b4 {
%b4 = block {
%8:void = call %max_111ac0
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b5 {
%b5 = block {
%10:void = call %max_111ac0
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. *
********************************************************************