[Mlir-commits] [mlir] Add lower-vector-multi-reduction pass (PR #87333)

Han-Chung Wang llvmlistbot at llvm.org
Tue Apr 2 10:09:10 PDT 2024


================
@@ -0,0 +1,34 @@
+// RUN: mlir-opt -lower-vector-multi-reduction="lowering-strategy=inner-reduction" -split-input-file %s | FileCheck %s
----------------
hanhanW wrote:

Can we merge two test files? We can add `--check-prefix=CHECK-RED` to FileCheck for this case.

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


More information about the Mlir-commits mailing list