[mlir] Add the missing non-member operator decl in the same namesapce. NFC
authorMichael Liao <michael.hliao@gmail.com>
Wed, 31 May 2023 05:30:56 +0000 (01:30 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Wed, 31 May 2023 05:42:14 +0000 (01:42 -0400)
mlir/include/mlir/Interfaces/InferIntRangeInterface.h

index 7df4cc8..05064a7 100644 (file)
@@ -103,6 +103,8 @@ private:
   APInt uminVal, umaxVal, sminVal, smaxVal;
 };
 
+raw_ostream &operator<<(raw_ostream &, const ConstantIntRanges &);
+
 /// The type of the `setResultRanges` callback provided to ops implementing
 /// InferIntRangeInterface. It should be called once for each integer result
 /// value and be passed the ConstantIntRanges corresponding to that value.