summaryrefslogtreecommitdiffstats
path: root/mlir/test/Transforms
diff options
context:
space:
mode:
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>2019-12-09 09:23:15 -0800
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-12-09 09:23:48 -0800
commitae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6 (patch)
tree787e4b0f9684a2dc13eda02b5f885e745ae4e4ca /mlir/test/Transforms
parent91c0074624a2ba7f3f56617da75afe70713b82b2 (diff)
downloadbcm5719-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.mlir2
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>
OpenPOWER on IntegriCloud