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 0b48528 commit 23f9283Copy full SHA for 23f9283
llvm/test/CodeGen/SPIRV/GlobalVarAddrspace.ll
@@ -9,7 +9,7 @@
9
;
10
; "Variables can not have a function[7] storage class outside of a function".
11
12
-; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
13
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown %s -o - -filetype=obj | spirv-val %}
14
15
; CHECK: %[[#Ptr:]] = OpTypePointer CrossWorkgroup %[[#]]
0 commit comments