joker-eph wrote: The resolution from the LLVM IR side was to consider that "if the types of the arguments mismatch the type of the callee, then it is an indirect call". So handling this like this in the import seems to match better LLVM IR. https://github.com/llvm/llvm-project/pull/135895