Skip to content

Commit d5001e4

Browse files
author
git apple-llvm automerger
committed
Merge commit '88b791593941' from llvm.org/main into next
2 parents faf4397 + 88b7915 commit d5001e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Linalg/linalg-morph-multi-step.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: mlir-opt %s -linalg-morph-ops=named-to-generic | FileCheck %s --check-prefix=NAMED_TO_GENERIC
2-
// RUN: mlir-opt %s -linalg-morph-ops=named-to-generic | mlir-opt %s -linalg-morph-ops=generic-to-named | \
2+
// RUN: mlir-opt %s -linalg-morph-ops=named-to-generic | mlir-opt -linalg-morph-ops=generic-to-named | \
33
// RUN: FileCheck %s --check-prefix=ROUND_TRIP
44

55
func.func @exp(%A : tensor<16x8xf32>, %B : tensor<16x8xf32>) -> tensor<16x8xf32> {

0 commit comments

Comments
 (0)