llvm-project
a83b4a2d - [DirectX] Implement the ForwardHandleAccesses pass (#135378)

Commit
195 days ago
[DirectX] Implement the ForwardHandleAccesses pass (#135378) This pass attempts to forward resource handle creation to accesses of the handle global. This avoids dependence on optimizations like CSE and GlobalOpt for correctness of DXIL. Fixes #134574.
Author
Parents
Loading