[Mlir-commits] [mlir] [MLIR][XeGPU] XeVM lowering support for load_matrix/store_matrix (PR #162780)

Adam Siemieniuk llvmlistbot at llvm.org
Fri Oct 10 06:02:34 PDT 2025


================
@@ -182,8 +184,9 @@ class CreateNdDescToXeVMPattern
     SmallVector<OpFoldResult> mixedSizes = op.getMixedSizes();
     // Descriptor shape is expected to be 2D.
     int64_t rank = mixedSizes.size();
-    if (rank != 2)
+    if (rank != 2) {
----------------
adam-smnk wrote:

nit: braces not needed for one liner

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


More information about the Mlir-commits mailing list