Skip to content

Commit 74ba45c

Browse files
committed
split test
1 parent 5763c6a commit 74ba45c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/test/Transforms/test-legalize-target-materialization-no-uses.mlir

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt -test-target-materialization-with-no-uses %s | FileCheck %s
1+
// RUN: mlir-opt -test-target-materialization-with-no-uses -split-input-file %s | FileCheck %s
22

33
// The conversion is set up as follows:
44
// - type_changer ops are illegal;
@@ -26,6 +26,8 @@ func.func @foo() {
2626
return
2727
}
2828

29+
// -----
30+
2931
// CHECK-LABEL: @direct_forward
3032
func.func @direct_forward(%arg0 : i16) -> i16 {
3133
// CHECK-NEXT: return

0 commit comments

Comments
 (0)