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 b748f15 commit 9e0e1caCopy full SHA for 9e0e1ca
mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
@@ -56,7 +56,7 @@ struct TestReifyValueBounds
56
57
} // namespace
58
59
-FailureOr<BoundType> parseBoundType(std::string type) {
+FailureOr<BoundType> parseBoundType(const std::string &type) {
60
if (type == "EQ")
61
return BoundType::EQ;
62
if (type == "LB")
0 commit comments