[PATCH] D76809: [MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 19:51:18 PDT 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/test/Examples/Toy/Ch3/transpose_transpose.toy:1
+# RUN: toyc-ch3 %s -emit=mlir 2>&1 | FileCheck %s
+
----------------
Can you add a run of -opt to each of these tests? That should match with the instructions in the .md tutorial documents.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76809/new/
https://reviews.llvm.org/D76809
More information about the llvm-commits
mailing list