We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb829 commit 47fbb24Copy full SHA for 47fbb24
mlir/test/lib/Dialect/SCF/TestSCFUtils.cpp
@@ -36,7 +36,7 @@ struct TestSCFForUtilsPass
36
Option<bool> testReplaceWithNewYields{
37
*this, "test-replace-with-new-yields",
38
llvm::cl::desc("Test replacing a loop with a new loop that returns new "
39
- "additional yeild values"),
+ "additional yield values"),
40
llvm::cl::init(false)};
41
42
void runOnOperation() override {
0 commit comments