[PATCH] D75262: Fix/Clarify parts of MLIR toy tutorial chapter 5
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 10:00:56 PST 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/docs/Tutorials/Toy/Ch-5.md:78
+Above, we first set the toy dialect to illegal, and then the print operation
+as legal. But we could have done this the other way around.
+Individual operations always take precendence over the (more generic) dialect
----------------
nit: Remove 'but'
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75262/new/
https://reviews.llvm.org/D75262
More information about the llvm-commits
mailing list