[Mlir-commits] [mlir] Reapply [MLIR][LLVMIR] Import unregistered intrinsics via llvm.intrin… (PR #129174)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Fri Feb 28 11:00:35 PST 2025


================
@@ -1642,6 +1642,46 @@ FlatSymbolRefAttr ModuleImport::convertCalleeName(llvm::CallBase *callInst) {
   return {};
 }
 
+LogicalResult mlir::LLVMImportInterface::convertUnregisteredIntrinsic(
----------------
bcardosolopes wrote:

The best solution here that doesn't involve cutting the fwd declaration into a include is to actually incorporate `convertUnregisteredIntrinsic` into the interface, that will lead to a proper place to land this implementation - that was my initial approach after we started this implementation dance.

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


More information about the Mlir-commits mailing list