diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2019-12-09 09:23:15 -0800 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-12-09 09:23:48 -0800 |
| commit | ae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6 (patch) | |
| tree | 787e4b0f9684a2dc13eda02b5f885e745ae4e4ca /mlir/test/Transforms | |
| parent | 91c0074624a2ba7f3f56617da75afe70713b82b2 (diff) | |
| download | bcm5719-llvm-ae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6.tar.gz bcm5719-llvm-ae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6.zip | |
Minor spelling tweaks
Closes tensorflow/mlir#304
PiperOrigin-RevId: 284568358
Diffstat (limited to 'mlir/test/Transforms')
| -rw-r--r-- | mlir/test/Transforms/loop-fusion-slice-computation.mlir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Transforms/loop-fusion-slice-computation.mlir b/mlir/test/Transforms/loop-fusion-slice-computation.mlir index 59845e9efe3..f6872c20131 100644 --- a/mlir/test/Transforms/loop-fusion-slice-computation.mlir +++ b/mlir/test/Transforms/loop-fusion-slice-computation.mlir @@ -42,7 +42,7 @@ func @slice_depth1_loop_nest_with_offsets() { // ----- // Slices at loop depth 1 should only slice the loop bounds of the first loop. -// Slices at loop detph 2 should slice loop bounds of both loops. +// Slices at loop depth 2 should slice loop bounds of both loops. // CHECK-LABEL: func @slice_depth2_loop_nest() { func @slice_depth2_loop_nest() { %0 = alloc() : memref<100x100xf32> |

