[Mlir-commits] [mlir] [mlir] Handle arith.const expr in dispatchIndexOpFoldResult func (PR #122432)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Jan 10 01:46:55 PST 2025


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "mlir/Dialect/Utils/StaticValueUtils.h"
+#include "mlir/Dialect/Arith/IR/Arith.h"
----------------
rutkoor wrote:

Fixed. Thanks a lot for the suggestion.

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


More information about the Mlir-commits mailing list