[PATCH] D80358: [MLIR] Add RegionKindInterface
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 11:34:23 PDT 2020
bondhugula added a comment.
Quick question: how do we know in printed IR if something is a graph region or an SSA one?
================
Comment at: mlir/docs/LangRef.md:30
+called *Operations*, and edges, called *Values*. Each Value is the
+result of exactly one Operation or Block Argument, and has a *Value
+Type* defined by the [type system](#type-system).
----------------
a Block Argument?
================
Comment at: mlir/docs/LangRef.md:42-72
+concepts like function definitions, function calls, buffer
+allocations, view or slices of buffers, and process creation, to
+lower-level concepts like target-independent arithmetic,
+target-specific instructions, configuration registers, and logic
+gates. These different concepts are represented by different
+operations in MLIR and the set of operations usable in MLIR can be
+arbitrarily extended.
----------------
Nit: Reflow to use width.
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