Skip to content

Commit 217661d

Browse files
committed
add indent
Signed-off-by: Ryutaro Okada <[email protected]>
1 parent a7b88d5 commit 217661d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/ops.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ func.func @step() {
11651165
// CHECK-SAME: %[[BASE:.*]]: tensor<16x16xf32>, %[[V:.*]]: vector<16xi32>,
11661166
// CHECK-SAME: %[[MASK:.*]]: vector<16xi1>, %[[VALUE:.*]]: vector<16xf32>) -> tensor<16x16xf32>
11671167
func.func @scatter_tensor(%base: tensor<16x16xf32>, %v: vector<16xi32>,
1168-
%mask: vector<16xi1>, %value: vector<16xf32>) -> tensor<16x16xf32> {
1168+
%mask: vector<16xi1>, %value: vector<16xf32>) -> tensor<16x16xf32> {
11691169
// CHECK: %[[C0:.*]] = arith.constant 0 : index
11701170
%c0 = arith.constant 0 : index
11711171
// CHECK: %[[RESULT:.*]] = vector.scatter %[[BASE]][%[[C0]], %[[C0]]] [%[[V]]], %[[MASK]], %[[VALUE]]

0 commit comments

Comments
 (0)