[Mlir-commits] [mlir] [MLIR][LLVMIR] Relax mismatching calls (PR #135895)

Mehdi Amini llvmlistbot at llvm.org
Wed Apr 23 03:09:50 PDT 2025


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


More information about the Mlir-commits mailing list