diff options
| author | Daniel Galvez <dt.galvez@gmail.com> | 2020-01-14 07:13:42 +0000 |
|---|---|---|
| committer | Mehdi Amini <aminim@google.com> | 2020-01-14 07:15:02 +0000 |
| commit | a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0 (patch) | |
| tree | aeff6325fb61ecaeb145080efa93f1ed8d3feb9e /mlir/examples | |
| parent | b1dcd84c7ea3c97ddd73f629441be24791f23624 (diff) | |
| download | bcm5719-llvm-a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0.tar.gz bcm5719-llvm-a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0.zip | |
[MLIR] Fix broken link locations after move to monorepo
I used the codemod python tool to do this with the following commands:
codemod 'tensorflow/mlir/blob/master/include' 'llvm/llvm-project/blob/master/mlir/include'
codemod 'tensorflow/mlir/blob/master' 'llvm/llvm-project/blob/master/mlir'
codemod 'tensorflow/mlir' 'llvm-project/llvm'
Differential Revision: https://reviews.llvm.org/D72244
Diffstat (limited to 'mlir/examples')
| -rw-r--r-- | mlir/examples/toy/Ch2/include/toy/Dialect.h | 2 | ||||
| -rw-r--r-- | mlir/examples/toy/Ch3/include/toy/Dialect.h | 2 | ||||
| -rw-r--r-- | mlir/examples/toy/Ch4/include/toy/Dialect.h | 2 | ||||
| -rw-r--r-- | mlir/examples/toy/Ch5/include/toy/Dialect.h | 2 | ||||
| -rw-r--r-- | mlir/examples/toy/Ch6/include/toy/Dialect.h | 2 | ||||
| -rw-r--r-- | mlir/examples/toy/Ch7/include/toy/Dialect.h | 2 | ||||
| -rw-r--r-- | mlir/examples/toy/README.md | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/mlir/examples/toy/Ch2/include/toy/Dialect.h b/mlir/examples/toy/Ch2/include/toy/Dialect.h index 385d6ddb95a..7a8bbb1a03a 100644 --- a/mlir/examples/toy/Ch2/include/toy/Dialect.h +++ b/mlir/examples/toy/Ch2/include/toy/Dialect.h @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This file implements the IR Dialect for the Toy language. -// See g3doc/Tutorials/Toy/Ch-2.md for more information. +// See docs/Tutorials/Toy/Ch-2.md for more information. // //===----------------------------------------------------------------------===// diff --git a/mlir/examples/toy/Ch3/include/toy/Dialect.h b/mlir/examples/toy/Ch3/include/toy/Dialect.h index 385d6ddb95a..7a8bbb1a03a 100644 --- a/mlir/examples/toy/Ch3/include/toy/Dialect.h +++ b/mlir/examples/toy/Ch3/include/toy/Dialect.h @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This file implements the IR Dialect for the Toy language. -// See g3doc/Tutorials/Toy/Ch-2.md for more information. +// See docs/Tutorials/Toy/Ch-2.md for more information. // //===----------------------------------------------------------------------===// diff --git a/mlir/examples/toy/Ch4/include/toy/Dialect.h b/mlir/examples/toy/Ch4/include/toy/Dialect.h index 5e8b91dcf48..03752231f1d 100644 --- a/mlir/examples/toy/Ch4/include/toy/Dialect.h +++ b/mlir/examples/toy/Ch4/include/toy/Dialect.h @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This file implements the IR Dialect for the Toy language. -// See g3doc/Tutorials/Toy/Ch-2.md for more information. +// See docs/Tutorials/Toy/Ch-2.md for more information. // //===----------------------------------------------------------------------===// diff --git a/mlir/examples/toy/Ch5/include/toy/Dialect.h b/mlir/examples/toy/Ch5/include/toy/Dialect.h index 5e8b91dcf48..03752231f1d 100644 --- a/mlir/examples/toy/Ch5/include/toy/Dialect.h +++ b/mlir/examples/toy/Ch5/include/toy/Dialect.h @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This file implements the IR Dialect for the Toy language. -// See g3doc/Tutorials/Toy/Ch-2.md for more information. +// See docs/Tutorials/Toy/Ch-2.md for more information. // //===----------------------------------------------------------------------===// diff --git a/mlir/examples/toy/Ch6/include/toy/Dialect.h b/mlir/examples/toy/Ch6/include/toy/Dialect.h index 5e8b91dcf48..03752231f1d 100644 --- a/mlir/examples/toy/Ch6/include/toy/Dialect.h +++ b/mlir/examples/toy/Ch6/include/toy/Dialect.h @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This file implements the IR Dialect for the Toy language. -// See g3doc/Tutorials/Toy/Ch-2.md for more information. +// See docs/Tutorials/Toy/Ch-2.md for more information. // //===----------------------------------------------------------------------===// diff --git a/mlir/examples/toy/Ch7/include/toy/Dialect.h b/mlir/examples/toy/Ch7/include/toy/Dialect.h index 77481b1884f..a48712c3c53 100644 --- a/mlir/examples/toy/Ch7/include/toy/Dialect.h +++ b/mlir/examples/toy/Ch7/include/toy/Dialect.h @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This file implements the IR Dialect for the Toy language. -// See g3doc/Tutorials/Toy/Ch-2.md for more information. +// See docs/Tutorials/Toy/Ch-2.md for more information. // //===----------------------------------------------------------------------===// diff --git a/mlir/examples/toy/README.md b/mlir/examples/toy/README.md index 53912c83abf..3946a5d406d 100644 --- a/mlir/examples/toy/README.md +++ b/mlir/examples/toy/README.md @@ -3,5 +3,5 @@ This contains sample code to support the tutorial on using MLIR for building a compiler for a simple Toy language. -See [g3doc/Tutorials/Toy](../../g3doc/Tutorials/Toy) at the root of -the repository for more informations. +See [docs/Tutorials/Toy](../../docs/Tutorials/Toy) at the root of +the project for more informations. |

