[Mlir-commits] [mlir] [MLIR][LLVMIR] Import: add flag to prefer using unregistered intrinsics (PR #130685)
Tobias Gysi
llvmlistbot at llvm.org
Tue Mar 11 00:40:06 PDT 2025
https://github.com/gysit commented:
I think we need to put a fat warning on the flag since this may fail if passes rely on detecting the explicit intrinsic operation.
I also wonder if we should move the handling of the unregistered intrinsics in ModuleImport? It feels like the right place given we need to leak more an more information to the interface. Or is there a need to handle them in the interface?
https://github.com/llvm/llvm-project/pull/130685
More information about the Mlir-commits
mailing list