[Mlir-commits] [mlir] [MLIR][LLVMIR] Import unregistered intrinsics via llvm.intrinsic_call (PR #128626)

Tobias Gysi llvmlistbot at llvm.org
Tue Feb 25 02:01:05 PST 2025


https://github.com/gysit commented:

Question why not just import all unsupported intrinsics using `llvm.intrinsic_call`? That would allow us to avoid depending on LLVM's intrinsics tablegen file. Or are there some intrinsics that we do not want to import at all?



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


More information about the Mlir-commits mailing list