1 ; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
3 ; CHECK-DAG: OpCapability Shader
4 ;; Ensure no other capability is listed.
5 ; CHECK-NOT: OpCapability
7 define void @main() #1 {
12 attributes #1 = { "hlsl.numthreads"="4,8,16" "hlsl.shader"="compute" }