llvm-project
3eca15cb - [DirectX] Split resource info into type and binding info. NFC (#119773)

Commit
1 year ago
[DirectX] Split resource info into type and binding info. NFC (#119773) This splits the DXILResourceAnalysis pass into TypeAnalysis and BindingAnalysis passes. The type analysis pass is made immutable and populated lazily so that it can be used earlier in the pipeline without needing to carefully maintain the invariants of the binding analysis. Fixes #118400
Author
Parents
Loading