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

Matthias Springer llvmlistbot at llvm.org
Fri Jan 10 01:14:22 PST 2025


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

This file should not depend on any dialect.

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


More information about the Mlir-commits mailing list