Skip to content

Commit 0ce2576

Browse files
committed
address reviewer comments
1 parent 4575f84 commit 0ce2576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,23 +1543,23 @@ def Vector_TransferReadOp :
15431543
}];
15441544

15451545
let builders = [
1546-
/// 1. Builder that sets padding to `padding` or poisson if not provided and
1546+
/// 1. Builder that sets padding to `padding` or poison if not provided and
15471547
/// an empty mask (variant with attrs).
15481548
OpBuilder<(ins "VectorType":$vectorType,
15491549
"Value":$source,
15501550
"ValueRange":$indices,
15511551
"std::optional<Value>":$padding,
15521552
"AffineMapAttr":$permutationMapAttr,
15531553
"ArrayAttr":$inBoundsAttr)>,
1554-
/// 2. Builder that sets padding to `padding` or poisson if not provided and
1554+
/// 2. Builder that sets padding to `padding` or poison if not provided and
15551555
/// an empty mask (variant without attrs).
15561556
OpBuilder<(ins "VectorType":$vectorType,
15571557
"Value":$source,
15581558
"ValueRange":$indices,
15591559
"std::optional<Value>":$padding,
15601560
"AffineMap":$permutationMap,
15611561
CArg<"std::optional<ArrayRef<bool>>", "::std::nullopt">:$inBounds)>,
1562-
/// 3. Builder that sets padding to `padding` or poisson if not provided and
1562+
/// 3. Builder that sets padding to `padding` or poison if not provided and
15631563
/// permutation map to 'getMinorIdentityMap'.
15641564
OpBuilder<(ins "VectorType":$vectorType,
15651565
"Value":$source,

0 commit comments

Comments
 (0)