[Mlir-commits] [mlir] [mlir][vector] Fix multi-reduction unrolling with a lower rank target shape (PR #216799)

Federico Bruzzone llvmlistbot at llvm.org
Mon Aug 17 17:47:44 PDT 2026


================
@@ -1,5 +1,6 @@
 // RUN: mlir-opt %s -test-vector-unrolling-patterns=unroll-based-on-type -split-input-file | FileCheck %s
 // RUN: mlir-opt %s -test-vector-unrolling-patterns="unroll-based-on-type unroll-order=2,0,1" -split-input-file | FileCheck %s --check-prefix=ORDER
+// RUN: mlir-opt %s -test-vector-unrolling-patterns -split-input-file | FileCheck %s --check-prefix=NATIVE
----------------
FedericoBruzzone wrote:

Genuinely speaking, introducing a third different `--check-prefix` into this file is not ideal IMO. Can we perhaps avoid it? :D

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


More information about the Mlir-commits mailing list