llvm-project
95d993a8 - [MLIR] Fix import of calls with mismatched variadic types (#124286)

Commit
1 year ago
[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.
Author
Parents
Loading