From: wyzhao <951425797@qq.com> Date: Mon, 23 Dec 2019 08:11:29 +0000 (+0800) Subject: [mlir] fix typo in a comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e5a75581c7636fb223ebda6297f7be62ffe6b1e;p=platform%2Fupstream%2Fllvm.git [mlir] fix typo in a comment Trivial patch, reviewed and accepted on https://github.com/tensorflow/mlir/pull/336 before MLIR merge. --- diff --git a/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h b/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h index 757ee3a..1bba295 100644 --- a/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h +++ b/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h @@ -49,7 +49,7 @@ bool isProducedByOpOfType(Operation *consumerOp, Value consumedView) { // success. //////////////////////////////////////////////////////////////////////////////// -/// Tiles `op` by `sizes` permuting the looops according to `permutation` +/// Tiles `op` by `sizes` permuting the loops according to `permutation` /// and sets the attribute `kLinalgTransformMarker` to `linalgMarker`. /// The permutation is expressed as a list of integers that specify /// the new ordering of the loop nest. The length of `permutation`