[Mlir-commits] [mlir] 3737be8 - [mlir][toy][docs] Fix reference to generated ToyCombine.inc. NFC
Jonathan Roelofs
llvmlistbot at llvm.org
Sat Apr 11 08:12:17 PDT 2020
Author: Jonathan Roelofs
Date: 2020-04-11T09:11:35-06:00
New Revision: 3737be8902b2c9174f253dfab6da0bb051ee259f
URL: https://github.com/llvm/llvm-project/commit/3737be8902b2c9174f253dfab6da0bb051ee259f
DIFF: https://github.com/llvm/llvm-project/commit/3737be8902b2c9174f253dfab6da0bb051ee259f.diff
LOG: [mlir][toy][docs] Fix reference to generated ToyCombine.inc. NFC
Differential Revision: https://reviews.llvm.org/D77916
Added:
Modified:
mlir/docs/Tutorials/Toy/Ch-3.md
Removed:
################################################################################
diff --git a/mlir/docs/Tutorials/Toy/Ch-3.md b/mlir/docs/Tutorials/Toy/Ch-3.md
index f8c8357442c8..0f741e7a5410 100644
--- a/mlir/docs/Tutorials/Toy/Ch-3.md
+++ b/mlir/docs/Tutorials/Toy/Ch-3.md
@@ -187,7 +187,7 @@ def ReshapeReshapeOptPattern : Pat<(ReshapeOp(ReshapeOp $arg)),
```
The automatically generated C++ code corresponding to each of the DRR patterns
-can be found under path/to/BUILD/projects/mlir/examples/toy/Ch3/ToyCombine.inc.
+can be found under `path/to/BUILD/tools/mlir/examples/toy/Ch3/ToyCombine.inc`.
DRR also provides a method for adding argument constraints when the
transformation is conditional on some properties of the arguments and results.
More information about the Mlir-commits
mailing list