Skip to content

Commit e985a7e

Browse files
committed
fix test grouping title
1 parent 28fcceb commit e985a7e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

mlir/test/Dialect/Vector/canonicalize/vector-from-elements.mlir

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: mlir-opt %s -canonicalize="test-convergence" -split-input-file -allow-unregistered-dialect | FileCheck %s
22

3-
// This file contains some tests of folding/canonicalizing vector.from_elements
3+
// This file contains some tests of folding/canonicalizing vector.from_elements
44

55
///===----------------------------------------------===//
66
/// Tests of `rewriteFromElementsAsSplat`
@@ -75,9 +75,8 @@ func.func @from_elements_to_splat(%a: f32, %b: f32) -> (vector<2x3xf32>, vector<
7575

7676
// -----
7777

78-
7978
///===----------------------------------------------===//
80-
/// Tests of `rewriteFromElementsAsShapeCast`
79+
/// Tests of `FromElementsToShapeCast`
8180
///===----------------------------------------------===//
8281

8382
// CHECK-LABEL: func @to_shape_cast_rank2_to_rank1(
@@ -112,7 +111,7 @@ func.func @to_shape_cast_rank1_to_rank3(%arg0: vector<8xi8>) -> vector<2x2x2xi8>
112111

113112
// -----
114113

115-
// The extracted elements are recombined into a single vector, but in a new order.
114+
// The extracted elements are recombined into a single vector, but in a new order.
116115
// CHECK-LABEL: func @negative_nonascending_order(
117116
// CHECK-NOT: shape_cast
118117
func.func @negative_nonascending_order(%arg0: vector<1x2xi8>) -> vector<2xi8> {
@@ -122,7 +121,7 @@ func.func @negative_nonascending_order(%arg0: vector<1x2xi8>) -> vector<2xi8> {
122121
return %2 : vector<2xi8>
123122
}
124123

125-
// -----
124+
// -----
126125

127126
// CHECK-LABEL: func @negative_nonstatic_extract(
128127
// CHECK-NOT: shape_cast

0 commit comments

Comments
 (0)