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 9a26876 commit 5309db1Copy full SHA for 5309db1
mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
@@ -82,7 +82,7 @@ def Ptr_TypeOffsetOp : Pointer_Op<"type_offset", [Pure]> {
82
$elementType attr-dict `:` type($result)
83
}];
84
let extraClassDeclaration = [{
85
- /// Returns the type offset according to `maybeLayout`. If `maybeLayout` is
+ /// Returns the type offset according to `layout`. If `layout` is
86
/// `nullopt` the nearest layout the op will be used for the computation.
87
llvm::TypeSize getTypeSize(std::optional<DataLayout> layout = std::nullopt);
88
0 commit comments