Skip to content

Commit 8e9936b

Browse files
committed
indentation fix
1 parent 52133ed commit 8e9936b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,9 +2077,9 @@ def Vector_GatherOp :
20772077
%base: memref<?x10x?xf32>, %i0: index, %i1: index, %i2: index,
20782078
%index_vec: vector<2x3xi32>, %mask: vector<2x3xi1>,
20792079
%fall_thru: vector<2x3xf32>) -> vector<2x3xf32> {
2080-
%result = vector.gather %base[%i0, %i1, %i2]
2080+
%result = vector.gather %base[%i0, %i1, %i2]
20812081
[%index_vec], %mask, %fall_thru : [...]
2082-
return %result : vector<2x3xf32>
2082+
return %result : vector<2x3xf32>
20832083
}
20842084
```
20852085

0 commit comments

Comments
 (0)