llvm-project/llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_function_pointers
Steven Perron d62fbb6a96
[SPIRV] Update the global registry when expanding function pointer (#183873)
We do not update the global registry when expanding a G_GLOBAL_VALUE for
a function pointer. Then during pointer validation, we can get a
garbage value from the global registry.
2026-03-04 19:21:24 +00:00
..