Skip to content

Commit 5577a5a

Browse files
authored
Add REQUIRES spirv-as feature for GEPOperator.spvasm (#2501)
1 parent 7fb89d5 commit 5577a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/GEPOperator.spvasm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; It's possible that access to builtin variable is represented by
22
; GetElementPtrConstantExpr rather than GetElementPtrInst. This
33
; test case presents a pattern that results into a ConstantExpr.
4-
4+
; REQUIRES: spirv-as
55
; RUN: spirv-as --target-env spv1.0 -o %t.spv %s
66
; RUN: spirv-val %t.spv
77
; RUN: llvm-spirv -r -o - %t.spv | llvm-dis | FileCheck %s

0 commit comments

Comments
 (0)