File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
mlir/include/mlir/Target/LLVMIR Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,10 @@ class ModuleOp;
42
42
// / The `loadAllDialects` flag (default on) will load all dialects in the
43
43
// / context.
44
44
// / The `preferUnregisteredIntrinsics` flag (default off) controls whether to
45
- // / prefer generic version of imported intrinsics with `llvm.intrinsic_call`
46
- // / than using versions supported by a dialects.
45
+ // / import all intrinsics using `llvm.intrinsic_call` even if a dialect
46
+ // / registered an explicit intrinsic operation. Warning: passes that rely on
47
+ // / matching explicit intrinsic operations may not work properly if this flag is
48
+ // / enabled.
47
49
OwningOpRef<ModuleOp> translateLLVMIRToModule (
48
50
std::unique_ptr<llvm::Module> llvmModule, MLIRContext *context,
49
51
bool emitExpensiveWarnings = true , bool dropDICompositeTypeElements = false ,
You can’t perform that action at this time.
0 commit comments