blob: 2349a0b54c15e14430dcc6850c943c1e7f6be158 [file] [log] [blame]
SKIP: FAILED
uint4 subgroupBroadcast_279027() {
uint4 arg_0 = (1u).xxxx;
uint4 res = WaveReadLaneAt(arg_0, 1u);
return res;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce = subgroupBroadcast_279027();
}
DXC validation failure:
hlsl.hlsl:9:3: error: use of undeclared identifier 'prevent_dce'
prevent_dce = subgroupBroadcast_279027();
^