blob: 56e12c678071f3ddbab62b9fcd02bb57505b0f2a [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:469 internal compiler error: SB_RW = struct @align(4) {
arg_0:atomic<u32> @offset(0)
}
%b1 = block { # root
%sb_rw:ptr<storage, SB_RW, read_write> = var @binding_point(0, 0)
%prevent_dce:ptr<storage, u32, read_write> = var @binding_point(2, 0)
}
%atomicSub_15bfc9 = func():void -> %b2 {
%b2 = block {
%4:ptr<storage, atomic<u32>, read_write> = access %sb_rw, 0u
%5:u32 = atomicSub %4, 1u
%res:ptr<function, u32, read_write> = var, %5
%7:u32 = load %res
store %prevent_dce, %7
ret
}
}
%fragment_main = @fragment func():void -> %b3 {
%b3 = block {
%9:void = call %atomicSub_15bfc9
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b4 {
%b4 = block {
%11:void = call %atomicSub_15bfc9
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. *
********************************************************************