brintos

brintos / llvm-project-archived public Read only

0
0
Text · 368 B · 7c97e87 Raw
9 lines · plain
1; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV2 3; CHECK-SPIRV-DAG: OpCapability Sampled1D4; CHECK-SPIRV-DAG: OpCapability SampledBuffer5 6define spir_kernel void @test_image_dim(target("spirv.Image", void, 0, 0, 0, 0, 0, 0, 0) %image1d, target("spirv.Image", void, 5, 0, 0, 0, 0, 0, 0) %image1d_buffer) {7  ret void8}9