Skip to content

Commit 0d531d5

Browse files
committed
TODO
1 parent 85586b1 commit 0d531d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Transforms/SelectPass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ struct SelectPass final : public impl::SelectPassBase<SelectPass> {
109109
return;
110110
}
111111

112+
// TODO: add a default pipeline option.
112113
op->emitError("unhandled condition value: ") << condAttrValue;
113114
return signalPassFailure();
114115
}

0 commit comments

Comments
 (0)