[Mlir-commits] [mlir] [mlir][vector] Refactor vector-transfer-unroll.mlir (NFC) (PR #102593)

Pablo Antonio Martinez llvmlistbot at llvm.org
Mon Aug 12 04:06:23 PDT 2024


================
@@ -2,363 +2,373 @@
 // RUN: mlir-opt %s -test-vector-transfer-unrolling-patterns=reverse-unroll-order --split-input-file | FileCheck %s --check-prefix=ORDER
 
 // CHECK-LABEL: func @transfer_read_unroll
----------------
pabloantoniom wrote:

I've added a shared label as suggested. In `vector_gather_unroll` it was a bit messy, so I have added a space after the last `ALL-SAME` to indicate that there are 3 groups (the checks that applies to all, the "default" checks and the order checks).

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


More information about the Mlir-commits mailing list