SKIP: FAILED

$B1: {  # root
  %prevent_dce:ptr<storage, array<u32, 1024>, read_write> = var undef @binding_point(0, 0)
}

%subgroupMatrixMultiplyAccumulate_188a1e = func():subgroup_matrix_result<u32, 8, 8> {
  $B2: {
    %3:subgroup_matrix_left<u8, 8, 8> = construct
    %4:subgroup_matrix_right<u8, 8, 8> = construct
    %5:subgroup_matrix_result<u32, 8, 8> = construct
    %6:subgroup_matrix_result<u32, 8, 8> = subgroupMatrixMultiplyAccumulate %3, %4, %5
    %res:ptr<function, subgroup_matrix_result<u32, 8, 8>, read_write> = var %6
    %8:subgroup_matrix_result<u32, 8, 8> = load %res
    ret %8
  }
}
%compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void {
  $B3: {
    %10:subgroup_matrix_result<u32, 8, 8> = call %subgroupMatrixMultiplyAccumulate_188a1e
    %11:void = subgroupMatrixStore %prevent_dce, 0i, %10, false, 8i
    ret
  }
}
Failed to generate: non-float subgroup matrices are not supported by the MSL backend

tint executable returned error: exit status 1
