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