mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[mlir][doc] Fix typos
It fixes some typos in the language reference. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D147028
This commit is contained in:
parent
dc764a2e2d
commit
69bc8c9e2a
@ -188,7 +188,7 @@ toplevel := (operation | attribute-alias-def | type-alias-def)*
|
||||
|
||||
The production `toplevel` is the top level production that is parsed by any parsing
|
||||
consuming the MLIR syntax. [Operations](#operations),
|
||||
[Attribute alises](#attribute-value-aliases), and [Type aliases](#type-aliases)
|
||||
[Attribute aliases](#attribute-value-aliases), and [Type aliases](#type-aliases)
|
||||
can be declared on the toplevel.
|
||||
|
||||
### Identifiers and keywords
|
||||
@ -846,7 +846,7 @@ that are directly usable by any other dialect in MLIR. These types cover a range
|
||||
from primitive integer and floating-point values, attribute dictionaries, dense
|
||||
multi-dimensional arrays, and more.
|
||||
|
||||
### IR Versionning
|
||||
### IR Versioning
|
||||
|
||||
A dialect can opt-in to handle versioning through the
|
||||
`BytecodeDialectInterface`. Few hooks are exposed to the dialect to allow
|
||||
|
Loading…
x
Reference in New Issue
Block a user