[PATCH] D79889: [MLIR] Discourage people from copying the toy examples

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 10:50:37 PDT 2020


stephenneuendorffer created this revision.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a project: LLVM.
stephenneuendorffer added a child revision: D79890: [MLIR] Continue renaming of "SideEffects".

The CMake structure of the toy example is non-standard.  encourage people to
copy the standalone example instead.

Depends on D79841 <https://reviews.llvm.org/D79841>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79889

Files:
  mlir/examples/toy/Ch1/CMakeLists.txt
  mlir/examples/toy/Ch2/CMakeLists.txt
  mlir/examples/toy/Ch3/CMakeLists.txt
  mlir/examples/toy/Ch4/CMakeLists.txt
  mlir/examples/toy/Ch4/include/toy/CMakeLists.txt
  mlir/examples/toy/Ch5/CMakeLists.txt
  mlir/examples/toy/Ch5/include/toy/CMakeLists.txt
  mlir/examples/toy/Ch6/CMakeLists.txt
  mlir/examples/toy/Ch6/include/toy/CMakeLists.txt
  mlir/examples/toy/Ch7/CMakeLists.txt
  mlir/examples/toy/Ch7/include/toy/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79889.263778.patch
Type: text/x-patch
Size: 5232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/1d57e7c1/attachment.bin>


More information about the llvm-commits mailing list