diff options
| author | Kai Sasaki <lewuathe@gmail.com> | 2024-12-01 15:48:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-01 15:48:02 +0900 |
| commit | 017c75bfacdfa25594f8212a427627cff7aa98f3 (patch) | |
| tree | f75e71554e63c53b7e80b92cdf3f7a455e24cb0f /mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp | |
| parent | 6568ceb9fa1c49383b2fa102a04fd8fd3af01491 (diff) | |
[mlir] Fix typo in test vector transform pass descriptions (#118194)
Fix some typos in the description of vector transform passes.
Diffstat (limited to 'mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp')
| -rw-r--r-- | mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp | 6 |
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()); |
