[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / SPIRV / spirv.Queue.ll
blobd8175a6dda8c07602cfa0d8ce019f7c2edb8eab5
1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
3 ; CHECK-SPIRV: OpCapability DeviceEnqueue
4 ; CHECK-SPIRV: OpTypeQueue
6 define spir_func void @enqueue_simple_block(target("spirv.Queue") %q) {
7 entry:
8   ret void