Files
clang-p2996/llvm/lib/Target/DirectX/DXILForwardHandleAccesses.cpp
Justin Bogner a83b4a2dc9 [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.
2025-04-23 10:27:09 -06:00

5.5 KiB