Closed cassiebeckley closed 1 month ago
OpAccessChain
OpVariable
For https://github.com/microsoft/DirectXShaderCompiler/issues/6960
5827 is broken for situations where a loaded value is stored to a pointer resulting from an
OpAccessChain
. Traverse access chains to find the originalOpVariable
to add to the worklist.For https://github.com/microsoft/DirectXShaderCompiler/issues/6960