File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
include/mlir/Target/LLVMIR Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -489,8 +489,8 @@ class ModuleImport {
489489 // / metadata that otherwise dominate the translation time for large inputs.
490490 bool emitExpensiveWarnings;
491491
492- // / An option to control whether to disable supported intrinsic support in
493- // / favor a more generic version via `llvm.intrinsic_call` .
492+ // / An option to control whether the importer should try to convert all
493+ // / intrinsics to llvm.call_intrinsic instead of dialect supported operations .
494494 bool preferUnregisteredIntrinsics;
495495};
496496
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void registerFromLLVMIRTranslation() {
4040 static llvm::cl::opt<bool > preferUnregisteredIntrinsics (
4141 " prefer-unregistered-intrinsics" ,
4242 llvm::cl::desc (
43- " Prefer translation all intrinsics into llvm.call_intrinsic instead "
43+ " Prefer translating all intrinsics into llvm.call_intrinsic instead "
4444 " of using dialect supported intrinsics" ),
4545 llvm::cl::init (false ));
4646
You can’t perform that action at this time.
0 commit comments