Files
Sebastian Neubauer 4d66cccffe [MergeFunc] Do not merge kernel functions (#174254)
Kernels cannot be called, so we cannot introduce calls to them in
MergeFunctions.

The test uses a `--implicit-check-not=call` to make sure that only the
function with C calling convention gets merged.

Fixes #39579. Fixes #173355.
2026-01-04 13:35:16 +01:00
..