repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
SPIRV
/
spirv.Queue.ll
blob
d8175a6dda8c07602cfa0d8ce019f7c2edb8eab5
1
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
2
3
; CHECK-SPIRV: OpCapability DeviceEnqueue
4
; CHECK-SPIRV: OpTypeQueue
5
6
define spir_func void @enqueue_simple_block(target("spirv.Queue") %q) {
7
entry:
8
ret void
9
}