blob: c6ead5fb934d3e8fb60c33be2c4014fdd8c05909 [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: %b1 = block { # root
%data:ptr<storage, array<i32>, read> = var @binding_point(0, 1)
}
%foo = func():i32 -> %b2 {
%b2 = block {
%3:ptr<storage, i32, read> = access %data, 0i
%4:i32 = load %3
ret %4
}
}
%tint_symbol = @compute @workgroup_size(16, 16, 1) func():void -> %b3 {
%b3 = block {
%6:i32 = call %foo
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. *
********************************************************************