File tree 2 files changed +4
-38
lines changed
2 files changed +4
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- ; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
2
- ; RUN: llvm-spirv %t.bc -opaque-pointers=0 - spirv-text -o %t
1
+ ; RUN: llvm-as %s -o %t.bc
2
+ ; RUN: llvm-spirv %t.bc -spirv-text -o %t
3
3
; RUN: FileCheck < %t %s --check-prefix=CHECK-SPIRV
4
- ; RUN: llvm-spirv %t.bc -opaque-pointers=0 - o %t.spv
4
+ ; RUN: llvm-spirv %t.bc -o %t.spv
5
5
; RUN: spirv-val %t.spv
6
6
7
7
; CHECK-SPIRV: Capability DeviceEnqueue
10
10
target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
11
11
target triple = "spir"
12
12
13
- %spirv.Queue = type opaque
14
-
15
13
; Function Attrs: nounwind readnone
16
- define spir_func void @enqueue_simple_block (% spirv.Queue* addrspace ( 3 )* nocapture %q ) #0 {
14
+ define spir_func void @enqueue_simple_block (target ( " spirv.Queue" ) %q ) #0 {
17
15
entry:
18
16
ret void
19
17
}
You can’t perform that action at this time.
0 commit comments