1 ; RUN: opt -S -dxil-prepare %s | FileCheck %s
3 target triple = "dxil-pc-shadermodel6.6-compute"
5 define void @entry() #0 {
10 ; Make sure experimental attribute is left when validation version is 0.0.
11 ; CHECK:attributes #0 = { noinline nounwind "exp-shader"="cs" }
12 attributes #0 = { noinline nounwind "exp-shader"="cs" "hlsl.numthreads"="1,2,1" "hlsl.shader"="compute" }