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 37682e7 commit ace9ebdCopy full SHA for ace9ebd
mlir/include/mlir/Query/Matcher/Marshallers.h
@@ -177,7 +177,7 @@ class VariadicOperatorMatcherDescriptor : public MatcherDescriptor {
177
}
178
179
std::vector<VariantMatcher> innerArgs;
180
- for (size_t i = 0, e = args.size(); i != e; ++i) {
+ for (int64_t i = 0, e = args.size(); i != e; ++i) {
181
const ParserValue &arg = args[i];
182
const VariantValue &value = arg.value;
183
if (!value.isMatcher()) {
0 commit comments