diff options
author | Justin Bogner <mail@justinbogner.com> | 2025-03-20 11:07:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 11:07:54 -0700 |
commit | 882082ae405d086b61588169fe31102c58b7d74e (patch) | |
tree | 948d8733c159a5ca9db05f5071b0165b4fca91f8 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | dd3addf954ac7e704fccc7d011217ba10461c883 (diff) | |
download | llvm-882082ae405d086b61588169fe31102c58b7d74e.zip llvm-882082ae405d086b61588169fe31102c58b7d74e.tar.gz llvm-882082ae405d086b61588169fe31102c58b7d74e.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions