SKIP: FAILED

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

%subgroupMatrixScalarMultiply_25abd2 = func():subgroup_matrix_right<i8, 8, 8> {
  $B2: {
    %3:subgroup_matrix_right<i8, 8, 8> = construct
    %arg_0:ptr<function, subgroup_matrix_right<i8, 8, 8>, read_write> = var %3
    %arg_1:ptr<function, i32, read_write> = var 8i
    %6:subgroup_matrix_right<i8, 8, 8> = load %arg_0
    %7:i32 = load %arg_1
    %8:subgroup_matrix_right<i8, 8, 8> = subgroupMatrixScalarMultiply %6, %7
    %res:ptr<function, subgroup_matrix_right<i8, 8, 8>, read_write> = var %8
    %10:subgroup_matrix_right<i8, 8, 8> = load %res
    ret %10
  }
}
%compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void {
  $B3: {
    %12:subgroup_matrix_right<i8, 8, 8> = call %subgroupMatrixScalarMultiply_25abd2
    %13:void = subgroupMatrixStore %prevent_dce, 0u, %12, false, 64u
    ret
  }
}
Failed to generate: non-float subgroup matrices are not supported by the MSL backend

tint executable returned error: exit status 1
