@@ -119,7 +119,7 @@ module attributes {transform.with_named_sequence} {
119119// CHECK-SAME: %[[t1:.*]]: tensor<?x10xindex>, %[[l2:.*]]: index, %[[h1:.*]]: index, %[[h2:.*]]: index
120120// CHECK-DAG: %[[c0:.*]] = arith.constant 0 : index
121121// 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 ]]]
123123// CHECK-DAG: %[[size1:.*]] = affine.apply #[[$map1]]()[%[[l2]], %[[h2]]]
124124// CHECK: %[[empty:.*]] = tensor.empty(%[[size0]], %[[size1]]) : tensor<?x?xindex>
125125// CHECK: %[[generic:.*]] = linalg.generic
@@ -162,7 +162,7 @@ module attributes {transform.with_named_sequence} {
162162// CHECK-DAG: %[[c0:.*]] = arith.constant 0 : index
163163// CHECK-DAG: %[[c50:.*]] = arith.constant 50 : index
164164// 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 ]]]
166166// CHECK-DAG: %[[size1:.*]] = affine.apply #[[$map1]]()[%[[l2]], %[[h2]]]
167167// CHECK: %[[empty:.*]] = tensor.empty(%[[size0]], %[[size1]]) : tensor<?x?xindex>
168168// CHECK: %[[filled:.*]] = linalg.fill ins(%[[c50]] : index) outs(%[[empty]] : tensor<?x?xindex>)
@@ -197,7 +197,7 @@ module attributes {transform.with_named_sequence} {
197197// CHECK-SAME: %[[t1:.*]]: tensor<?x10xindex>, %[[l2:.*]]: index, %[[h1:.*]]: index, %[[h2:.*]]: index, %[[padding:.*]]: index
198198// CHECK-DAG: %[[c0:.*]] = arith.constant 0 : index
199199// 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 ]]]
201201// CHECK-DAG: %[[size1:.*]] = affine.apply #[[$map1]]()[%[[l2]], %[[h2]]]
202202// CHECK: %[[empty:.*]] = tensor.empty(%[[size0]], %[[size1]]) : tensor<?x?xindex>
203203// CHECK: %[[filled:.*]] = linalg.fill ins(%[[padding]] : index) outs(%[[empty]] : tensor<?x?xindex>)
0 commit comments