Skip to content

Commit 017c75b

Browse files
authored
[mlir] Fix typo in test vector transform pass descriptions (#118194)
Fix some typos in the description of vector transform passes.
1 parent 6568ceb commit 017c75b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ struct TestVectorTransferCollapseInnerMostContiguousDims
363363
}
364364

365365
StringRef getDescription() const final {
366-
return "Test lowering patterns that reducedes the rank of the vector "
366+
return "Test lowering patterns that reduces the rank of the vector "
367367
"transfer memory and vector operands.";
368368
}
369369

@@ -388,7 +388,7 @@ struct TestVectorSinkPatterns
388388
StringRef getArgument() const final { return "test-vector-sink-patterns"; }
389389

390390
StringRef getDescription() const final {
391-
return "Test lowering patterns that eliminate redundant brodacast "
391+
return "Test lowering patterns that eliminate redundant broadcast "
392392
"and transpose operations.";
393393
}
394394

@@ -617,7 +617,7 @@ struct TestVectorDistribution
617617

618618
Option<bool> propagateDistribution{
619619
*this, "propagate-distribution",
620-
llvm::cl::desc("Test distribution propgation"), llvm::cl::init(false)};
620+
llvm::cl::desc("Test distribution propagation"), llvm::cl::init(false)};
621621

622622
void runOnOperation() override {
623623
RewritePatternSet patterns(&getContext());

0 commit comments

Comments
 (0)