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

Tobias Gysi llvmlistbot at llvm.org
Tue Feb 25 12:54:55 PST 2025


https://github.com/gysit commented:

Nice, much shorter!

I believe we may also be able to avoid the trick with the "last" interface translating the unregistered intrinsics by just doing it if the dialect lookup fails?

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


More information about the Mlir-commits mailing list