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

Tobias Gysi llvmlistbot at llvm.org
Tue Apr 22 23:06:13 PDT 2025


gysit wrote:

> IIRC, the original import converted incompatible calls into indirect calls to circumvent this, but that is also a hack IMO.

Right there is an LLVM helper function for this that was used by the import and that is also used by LLVM itself to avoid inlining / optimizations for such calls.

https://github.com/llvm/llvm-project/pull/135895


More information about the Mlir-commits mailing list