[Mlir-commits] [mlir] [mlir][xegpu] Change `index` arithmetic ops to `arith` ops. (PR #170390)
Nishant Patel
llvmlistbot at llvm.org
Tue Dec 2 15:41:45 PST 2025
================
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/XeGPU/Utils/XeGPUUtils.h"
+#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
#include "mlir/Dialect/Index/IR/IndexOps.h"
----------------
nbpatel wrote:
same comment as above
https://github.com/llvm/llvm-project/pull/170390
More information about the Mlir-commits
mailing list