[PATCH] D80358: [MLIR] Add RegionKindInterface
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 6 22:01:17 PDT 2020
mehdi_amini added inline comments.
================
Comment at: mlir/docs/LangRef.md:677
+%3 = "op3"(%1) : (i32) -> (i32))
+})
+```
----------------
The indentation does not seem right in this example?
The reuse of %2 does not help readability either, just like %4 before %2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80358/new/
https://reviews.llvm.org/D80358
More information about the llvm-commits
mailing list