Deric C. e33b7a1d63
[DirectX] Implement Shader Flag Analysis for UAVsAtEveryStage (#137085)
Fixes #112272

In addition to the implementation of the UAVsAtEveryStage shader flag
analysis, several unrelated tests have had the `dx.valver` module
metadata defined to avoid setting the UAVsAtEveryStage shader flag in
them.
Example:
```
!dx.valver = !{!0}
!0 = !{i32 1, i32 8}
```

---------

Co-authored-by: Justin Bogner <mail@justinbogner.com>
2025-04-29 11:56:21 -07:00
..