[llvm] [SPIRV] Set hasSideEffects flag to false on type and constant opcodes (PR #164868)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 23 13:06:54 PDT 2025


s-perron wrote:

The concern with this change is the global registry. If we delete the type instruction, could we be left with a dangling pointer in the Global Registry that will be needed later?

https://github.com/llvm/llvm-project/pull/164868


More information about the llvm-commits mailing list