We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334037d commit 91d59deCopy full SHA for 91d59de
llvm/test/CodeGen/SPIRV/custom_kernel_arg_type.ll
@@ -1,4 +1,5 @@
1
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
2
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown %s -o - -filetype=obj | spirv-val %}
3
4
; CHECK: %[[TyInt:.*]] = OpTypeInt 8 0
5
; CHECK: %[[TyPtr:.*]] = OpTypePointer {{[a-zA-Z]+}} %[[TyInt]]
0 commit comments