llvm-project/llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_function_pointers
Akhil Goel 6712e91409
[SPIRV] Prevent BB start emission for service functions (#178776)
When working with function pointers, the backend service functions might
still retain call instructions to the original functions. This PR skips
BB start emission for such cases.
2026-02-17 14:09:28 -08:00
..