Henrich Lauko 95d993a838
[MLIR] Fix import of calls with mismatched variadic types (#124286)
Previously, an indirect call was incorrectly generated when
`llvm::CallBase::getCalledFunction` returned null due to a type mismatch
between the call and the function. This patch updates the code to use
`llvm::CallBase::getCalledOperand` instead.
2025-01-24 20:28:36 +01:00
..
2024-11-08 13:56:44 +01:00
2024-11-11 14:01:50 +01:00
2024-07-16 16:48:24 +01:00