We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abcbbc commit 5c0010bCopy full SHA for 5c0010b
mlir/lib/Target/LLVMIR/LLVMImportInterface.cpp
@@ -10,6 +10,14 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
+#include "mlir/Target/LLVMIR/LLVMImportInterface.h"
14
+#include "mlir/Target/LLVMIR/Import.h"
15
+#include "mlir/Target/LLVMIR/ModuleImport.h"
16
+
17
+using namespace mlir;
18
+using namespace mlir::LLVM;
19
+using namespace mlir::LLVM::detail;
20
21
LogicalResult mlir::LLVMImportInterface::convertUnregisteredIntrinsic(
22
OpBuilder &builder, llvm::CallInst *inst,
23
LLVM::ModuleImport &moduleImport) {
0 commit comments