Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / DirectX / Metadata / shaderModel-as.ll
blobfe3361c781ce4267f258b3c9c60cfa5127500be5
1 ; RUN: opt -S -dxil-metadata-emit %s | FileCheck %s
2 target triple = "dxil-pc-shadermodel6-amplification"
4 ; CHECK: !dx.shaderModel = !{![[SM:[0-9]+]]}
5 ; CHECK: ![[SM]] = !{!"as", i32 6, i32 0}
7 define void @entry() #0 {
8 entry:
9   ret void
12 attributes #0 = { noinline nounwind "hlsl.shader"="amplification" }