Issue 114553
Summary [DirectX] Implement Shader Flags Analysis for Max64UAVs
Labels new issue
Assignees
Reporter bharadwajy
    Implement analysis to set the module-level flag `Max64UAVs`.  This flag is named `m_b64UAVs` in `dxc`

Set if number of UAVs used is > 8 - see [here](https://github.com/microsoft/DirectXShaderCompiler/blob/a023a95f73618e8ca1791147d3722a3e1ea7608f/lib/DXIL/DxilModule.cpp#L328).

This flag is set in the resulting DML Shader compilation.

AC:
Add tests to verify the flag is set.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to