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 bf5770a commit d602737Copy full SHA for d602737
mlir/include/mlir/Target/LLVMIR/LLVMImportInterface.h
@@ -99,7 +99,7 @@ class LLVMImportDialectInterface
99
class LLVMImportInterface
100
: public DialectInterfaceCollection<LLVMImportDialectInterface> {
101
private:
102
- // Generate llvm.call_intrinsic when no supporting dialect available.
+ /// Generate llvm.call_intrinsic when no supporting dialect available.
103
LogicalResult
104
convertUnregisteredIntrinsic(OpBuilder &builder, llvm::CallInst *inst,
105
LLVM::ModuleImport &moduleImport) const;
0 commit comments