Skip to content

Commit 77ca54d

Browse files
mateuszchudykjsji
authored andcommitted
Add missing requirement spirv-dis in GroupAndSubgroupInstructions.spvasm test (#2759)
Original commit: KhronosGroup/SPIRV-LLVM-Translator@ee682a4869b84da
1 parent cdd21b0 commit 77ca54d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm-spirv/test/GroupAndSubgroupInstructions.spvasm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
; sub_group_non_uniform_scan_exclusive_logical_xor(x);
5858
; sub_group_rotate(c, x);
5959
; }
60+
61+
; REQUIRES: spirv-dis
6062
; clang -cc1 -O2 -triple spir -cl-std=cl2.0 -finclude-default-header -cl-ext=+all source.cl -emit-llvm-bc -o tmp.bc
6163
; llvm-spirv tmp.bc --spirv-ext=+all,-SPV_KHR_untyped_pointers -o tmp.spv
6264
; spirv-dis tmp.spv -o llvm-spirv/test/GroupAndSubgroupInstructions.spvasm

0 commit comments

Comments
 (0)