forked from OSchip/llvm-project
[mlir][docs] Explain the EDSC acronym. NFC
Differential Revision: https://reviews.llvm.org/D77914
This commit is contained in:
parent
015ebd2930
commit
0dbaafaa3a
|
@ -2,9 +2,10 @@
|
|||
|
||||
The main purpose of the declarative builders API is to provide an intuitive way
|
||||
of constructing MLIR programmatically. In the majority of cases, the IR we wish
|
||||
to construct exhibits structured control-flow. Declarative builders provide an
|
||||
API to make MLIR construction and manipulation very idiomatic, for the
|
||||
structured control-flow case, in C++.
|
||||
to construct exhibits structured control-flow. The Declarative builders in the
|
||||
`EDSC` library (Embedded Domain Specific Constructs) provide an API to make MLIR
|
||||
construction and manipulation very idiomatic, for the structured control-flow
|
||||
case, in C++.
|
||||
|
||||
## ScopedContext
|
||||
|
||||
|
|
Loading…
Reference in New Issue