diff options
| author | Alexander Belyaev <pifon@google.com> | 2019-11-20 05:37:49 -0800 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-11-20 05:38:14 -0800 |
| commit | e50261657f077b933b256937b0d68eb0bc5bd9a4 (patch) | |
| tree | ac5382d22f8ed7005c592f07a288f57b712af7b2 /mlir/test/Transforms | |
| parent | abb626686d47ef3809ad800f8a25e68c56e79a7e (diff) | |
| download | bcm5719-llvm-e50261657f077b933b256937b0d68eb0bc5bd9a4.tar.gz bcm5719-llvm-e50261657f077b933b256937b0d68eb0bc5bd9a4.zip | |
Fix 'the the' typo.
PiperOrigin-RevId: 281501234
Diffstat (limited to 'mlir/test/Transforms')
| -rw-r--r-- | mlir/test/Transforms/loop-fusion.mlir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Transforms/loop-fusion.mlir b/mlir/test/Transforms/loop-fusion.mlir index 592b45d4ab1..7431eade896 100644 --- a/mlir/test/Transforms/loop-fusion.mlir +++ b/mlir/test/Transforms/loop-fusion.mlir @@ -766,7 +766,7 @@ func @should_fuse_at_src_depth1_and_dst_depth1() { "op2"(%v2) : (f32) -> () } } - // We can slice iterations of the '%i0' and '%i1' loops in the the source + // We can slice iterations of the '%i0' and '%i1' loops in the source // loop nest, but slicing at depth 2 and inserting the slice in the // destination loop nest at depth2 causes extra computation. Instead, // the fusion algorithm should detect that the source loop should be sliced |

