[Mlir-commits] [mlir] [MLIR][XeVM] Update XeVM prefetch ops. (PR #166445)

Sang Ik Lee llvmlistbot at llvm.org
Fri Nov 7 10:28:25 PST 2025


================
@@ -1,34 +1,29 @@
-// RUN: mlir-opt -convert-xegpu-to-xevm -split-input-file %s | FileCheck %s
+// RUN: mlir-opt -convert-xegpu-to-xevm -canonicalize %s | FileCheck %s
----------------
silee2 wrote:

canonicalize folds constant values and simplifies index compute, hoist constant value definitions, and removes dead code.

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


More information about the Mlir-commits mailing list