@@ -119,7 +119,7 @@ module attributes {transform.with_named_sequence} {
119
119
// CHECK-SAME: %[[t1:.*]]: tensor<?x10xindex>, %[[l2:.*]]: index, %[[h1:.*]]: index, %[[h2:.*]]: index
120
120
// CHECK-DAG: %[[c0:.*]] = arith.constant 0 : index
121
121
// CHECK-DAG: %[[dim0:.*]] = tensor.dim %[[t1]], %[[c0]]
122
- // CHECK-DAG: %[[size0:.*]] = affine.apply #[[$map]]()[%[[h1 ]], %[[dim0 ]]]
122
+ // CHECK-DAG: %[[size0:.*]] = affine.apply #[[$map]]()[%[[dim0 ]], %[[h1 ]]]
123
123
// CHECK-DAG: %[[size1:.*]] = affine.apply #[[$map1]]()[%[[l2]], %[[h2]]]
124
124
// CHECK: %[[empty:.*]] = tensor.empty(%[[size0]], %[[size1]]) : tensor<?x?xindex>
125
125
// CHECK: %[[generic:.*]] = linalg.generic
@@ -162,7 +162,7 @@ module attributes {transform.with_named_sequence} {
162
162
// CHECK-DAG: %[[c0:.*]] = arith.constant 0 : index
163
163
// CHECK-DAG: %[[c50:.*]] = arith.constant 50 : index
164
164
// CHECK-DAG: %[[dim0:.*]] = tensor.dim %[[t1]], %[[c0]]
165
- // CHECK-DAG: %[[size0:.*]] = affine.apply #[[$map]]()[%[[h1 ]], %[[dim0 ]]]
165
+ // CHECK-DAG: %[[size0:.*]] = affine.apply #[[$map]]()[%[[dim0 ]], %[[h1 ]]]
166
166
// CHECK-DAG: %[[size1:.*]] = affine.apply #[[$map1]]()[%[[l2]], %[[h2]]]
167
167
// CHECK: %[[empty:.*]] = tensor.empty(%[[size0]], %[[size1]]) : tensor<?x?xindex>
168
168
// CHECK: %[[filled:.*]] = linalg.fill ins(%[[c50]] : index) outs(%[[empty]] : tensor<?x?xindex>)
@@ -197,7 +197,7 @@ module attributes {transform.with_named_sequence} {
197
197
// CHECK-SAME: %[[t1:.*]]: tensor<?x10xindex>, %[[l2:.*]]: index, %[[h1:.*]]: index, %[[h2:.*]]: index, %[[padding:.*]]: index
198
198
// CHECK-DAG: %[[c0:.*]] = arith.constant 0 : index
199
199
// CHECK-DAG: %[[dim0:.*]] = tensor.dim %[[t1]], %[[c0]]
200
- // CHECK-DAG: %[[size0:.*]] = affine.apply #[[$map]]()[%[[h1 ]], %[[dim0 ]]]
200
+ // CHECK-DAG: %[[size0:.*]] = affine.apply #[[$map]]()[%[[dim0 ]], %[[h1 ]]]
201
201
// CHECK-DAG: %[[size1:.*]] = affine.apply #[[$map1]]()[%[[l2]], %[[h2]]]
202
202
// CHECK: %[[empty:.*]] = tensor.empty(%[[size0]], %[[size1]]) : tensor<?x?xindex>
203
203
// CHECK: %[[filled:.*]] = linalg.fill ins(%[[padding]] : index) outs(%[[empty]] : tensor<?x?xindex>)
0 commit comments