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

Jeremy Kun llvmlistbot at llvm.org
Thu May 30 07:24:32 PDT 2024


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

Fixed

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


More information about the Mlir-commits mailing list