Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
}

Expand All @@ -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.";
}

Expand Down Expand Up @@ -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());
Expand Down