File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/test/lib/Dialect/Vector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments