[Mlir-commits] [mlir] [mlir][xegpu] Change `index` arithmetic ops to `arith` ops. (PR #170390)

Charitha Saumya llvmlistbot at llvm.org
Tue Dec 2 15:50:23 PST 2025


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "mlir/Dialect/Affine/Utils.h"
+#include "mlir/Dialect/Arith/IR/Arith.h"
 #include "mlir/Dialect/Arith/Utils/Utils.h"
 #include "mlir/Dialect/Index/IR/IndexOps.h"
----------------
charithaintc wrote:

fixed it. thanks. 

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


More information about the Mlir-commits mailing list