[Mlir-commits] [mlir] [MLIR][LLVMIR] Import unregistered intrinsics via llvm.intrinsic_call (PR #128626)
Bruno Cardoso Lopes
llvmlistbot at llvm.org
Tue Feb 25 12:11:09 PST 2025
bcardosolopes wrote:
> 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?
I have been extra cautious without necessity - just simplified by applying your suggested change
https://github.com/llvm/llvm-project/pull/128626
More information about the Mlir-commits
mailing list