[Mlir-commits] [mlir] [mlir][polynomial] ensure primitive root calculation doesn't overflow (PR #93368)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu May 30 06:51:36 PDT 2024


================
@@ -17,6 +17,7 @@
 #include "mlir/IR/PatternMatch.h"
 #include "mlir/Support/LogicalResult.h"
 #include "llvm/ADT/APInt.h"
+#include <iostream>
----------------
ftynse wrote:

No iostream in LLVM :)

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


More information about the Mlir-commits mailing list