blob: a176b1c6559dd3ef054a74a5d15f8c1961d5cf57 [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: $B1: { # root
%m:ptr<uniform, mat2x2<f16>, read> = var @binding_point(0, 0)
%counter:ptr<private, i32, read_write> = var, 0i
}
%i = func():i32 {
$B2: {
%4:i32 = load %counter
%5:i32 = add %4, 1i
store %counter, %5
%6:i32 = load %counter
ret %6
}
}
%f = @compute @workgroup_size(1, 1, 1) func():void {
$B3: {
%p_m:ptr<uniform, mat2x2<f16>, read> = let %m
%9:i32 = call %i
%10:ptr<uniform, vec2<f16>, read> = access %p_m, %9
%p_m_i:ptr<uniform, vec2<f16>, read> = let %10
%12:mat2x2<f16> = load %p_m
%l_m:mat2x2<f16> = let %12
%14:vec2<f16> = load %p_m_i
%l_m_i:vec2<f16> = let %14
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. *
********************************************************************