Skip to content

Commit a77fba6

Browse files
committed
Remove unsupported options from joint matrix tests
1 parent e57baca commit a77fba6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

llvm-spirv/test/extensions/INTEL/SPV_INTEL_joint_matrix/array_of_matrices.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1515

1616
; TODO: enable back once the reverse translation with untyped pointers is fixed
17-
; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix -o %t.rev.bc
17+
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1818
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
1919

2020
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc

llvm-spirv/test/extensions/INTEL/SPV_INTEL_joint_matrix/cooperative_matrix_apply.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1414

1515
; TODO: enable back once the reverse translation with untyped pointers is fixed
16-
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc --spirv-force-cooperative-matrix
16+
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1717
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-MATRIX
1818
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1919
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL

llvm-spirv/test/extensions/INTEL/SPV_INTEL_joint_matrix/joint_matrix_bfloat16.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1515

1616
; TODO: enable back once the reverse translation with untyped pointers is fixed
17-
; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix -o %t.rev.bc
17+
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1818
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
1919

2020
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc

llvm-spirv/test/extensions/INTEL/SPV_INTEL_joint_matrix/joint_matrix_half.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1515

1616
; TODO: enable back once the reverse translation with untyped pointers is fixed
17-
; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix -o %t.rev.bc
17+
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1818
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
1919

2020
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc

llvm-spirv/test/extensions/KHR/SPV_KHR_cooperative_matrix/array_of_matrices.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1616

1717
; TODO: enable back once the reverse translation with untyped pointers is fixed
18-
; R/UN: llvm-spirv -r --spirv-force-cooperative-matrix --spirv-target-env=SPV-IR %t.spv -o %t.rev.bc
18+
; R/UN: llvm-spirv -r --spirv-target-env=SPV-IR %t.spv -o %t.rev.bc
1919
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM
2020

2121
; CHECK-SPIRV-DAG: Capability CooperativeMatrixKHR

0 commit comments

Comments
 (0)