blob: b271fbb5e8e09961c35a5bdf33ae31010718fc1b [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: __atomic_compare_exchange_result_i32 = struct @align(4) {
old_value:i32 @offset(0)
exchanged:bool @offset(4)
}
%b1 = block { # root
%a:ptr<storage, atomic<i32>, read_write> = var @binding_point(0, 0)
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b2 {
%b2 = block {
%3:__atomic_compare_exchange_result_i32 = atomicCompareExchangeWeak %a, 1i, 1i
%v:i32 = access %3, 0u
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. *
********************************************************************