[PATCH] D77916: [mlir][toy][docs] Fix reference to generated ToyCombine.inc. NFC

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 16:09:53 PDT 2020


jroelofs created this revision.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77916

Files:
  mlir/docs/Tutorials/Toy/Ch-3.md


Index: mlir/docs/Tutorials/Toy/Ch-3.md
===================================================================
--- mlir/docs/Tutorials/Toy/Ch-3.md
+++ mlir/docs/Tutorials/Toy/Ch-3.md
@@ -187,7 +187,7 @@
 ```
 
 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77916.256694.patch
Type: text/x-patch
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/010951cb/attachment.bin>


More information about the llvm-commits mailing list