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
363
363
}
364
364
365
365
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 "
367
367
" transfer memory and vector operands." ;
368
368
}
369
369
@@ -388,7 +388,7 @@ struct TestVectorSinkPatterns
388
388
StringRef getArgument () const final { return " test-vector-sink-patterns" ; }
389
389
390
390
StringRef getDescription () const final {
391
- return " Test lowering patterns that eliminate redundant brodacast "
391
+ return " Test lowering patterns that eliminate redundant broadcast "
392
392
" and transpose operations." ;
393
393
}
394
394
@@ -617,7 +617,7 @@ struct TestVectorDistribution
617
617
618
618
Option<bool > propagateDistribution{
619
619
*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 )};
621
621
622
622
void runOnOperation () override {
623
623
RewritePatternSet patterns (&getContext ());
You can’t perform that action at this time.
0 commit comments