[Mlir-commits] [mlir] Fix bug in `visitDivExpr`, `visitModExpr` and `visitMulExpr` (PR #145290)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Jun 27 01:22:46 PDT 2025


================
@@ -19,6 +19,7 @@
 #include "mlir/Support/TypeID.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
----------------
lipracer wrote:

if not used, consider removing the include.

https://github.com/llvm/llvm-project/pull/145290


More information about the Mlir-commits mailing list