Files
clang-p2996/llvm/test/CodeGen/DirectX/Metadata
Justin Bogner 882082ae40 [HLSL] Buffer handle globals should not be constants (#130231)
If these are constants their initializers will be removed by
InstCombine. Change them to not be constants and initialize them with
poison.
2025-03-20 11:07:54 -07:00
..