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 7c7d739 commit 81d3f9aCopy full SHA for 81d3f9a
mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.h
@@ -59,7 +59,7 @@ enum NVVMMemorySpace {
59
/// and args types (which are llvm types).
60
/// Args types are only required for overloaded intrinsics to provide the
61
/// correct argument types to the createIntrinsicCall() method.
62
-/// This type is returned by the getIntrinsicIDAndArgsMaybeWithTypesMaybeWithTypes() methods.
+/// This type is returned by the getIntrinsicIDAndArgsMaybeWithTypes() methods.
63
using IIDArgsMaybeWithTypes =
64
std::tuple<llvm::Intrinsic::ID, llvm::SmallVector<llvm::Value *>,
65
llvm::SmallVector<llvm::Type *>>;
0 commit comments