summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp')
-rw-r--r--mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp b/mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
index 9d8969edfd90..f67a24755ac0 100644
--- a/mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
+++ b/mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
@@ -363,7 +363,7 @@ struct TestVectorTransferCollapseInnerMostContiguousDims
}
StringRef getDescription() const final {
- return "Test lowering patterns that reducedes the rank of the vector "
+ return "Test lowering patterns that reduces the rank of the vector "
"transfer memory and vector operands.";
}
@@ -388,7 +388,7 @@ struct TestVectorSinkPatterns
StringRef getArgument() const final { return "test-vector-sink-patterns"; }
StringRef getDescription() const final {
- return "Test lowering patterns that eliminate redundant brodacast "
+ return "Test lowering patterns that eliminate redundant broadcast "
"and transpose operations.";
}
@@ -617,7 +617,7 @@ struct TestVectorDistribution
Option<bool> propagateDistribution{
*this, "propagate-distribution",
- llvm::cl::desc("Test distribution propgation"), llvm::cl::init(false)};
+ llvm::cl::desc("Test distribution propagation"), llvm::cl::init(false)};
void runOnOperation() override {
RewritePatternSet patterns(&getContext());