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 0d531d5 commit 1af8b3eCopy full SHA for 1af8b3e
mlir/lib/Transforms/SelectPass.cpp
@@ -60,7 +60,7 @@ struct SelectPass final : public impl::SelectPassBase<SelectPass> {
60
return failure();
61
62
if (selectCondName.empty())
63
- return errorHandler("invalid select-cond-name");
+ return errorHandler("select-cond-name is empty");
64
65
if (selectValues.size() != selectPipelines.size())
66
return errorHandler("values and pipelines size mismatch");
0 commit comments