We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4d56e commit 9f4832dCopy full SHA for 9f4832d
mlir/docs/Tutorials/MlirOpt.md
@@ -20,7 +20,7 @@ see [the MLIR paper](https://arxiv.org/abs/2002.11054).
20
Two of the central concepts in MLIR are *dialects* and *lowerings*.
21
In traditional compilers, there is typically one "dialect,"
22
called an *intermediate representation*, or IR,
23
-that is the textual or data-structural description of a program
+that is the textual or data-structural representation of a program
24
within the scope of the compiler's execution.
25
For example, in GCC the IR is called GIMPLE,
26
and in LLVM it's called LLVM-IR.
0 commit comments