aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Roelofs <jroelofs@jroelofs.com>2020-04-10 16:40:31 -0600
committerJonathan Roelofs <jroelofs@jroelofs.com>2020-04-11 09:11:35 -0600
commit0dbaafaa3a6ac81b1e117972ecda7cbb7424039e (patch)
tree5f5be15515376d9fab70959c9ae7967272d50120
parent015ebd2930bd07bc535769eae2184e9ae2f3c86a (diff)
downloadllvm-0dbaafaa3a6ac81b1e117972ecda7cbb7424039e.zip
llvm-0dbaafaa3a6ac81b1e117972ecda7cbb7424039e.tar.gz
llvm-0dbaafaa3a6ac81b1e117972ecda7cbb7424039e.tar.bz2
[mlir][docs] Explain the EDSC acronym. NFC
Differential Revision: https://reviews.llvm.org/D77914
-rw-r--r--mlir/docs/EDSC.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/mlir/docs/EDSC.md b/mlir/docs/EDSC.md
index 162e98e..c52643b 100644
--- a/mlir/docs/EDSC.md
+++ b/mlir/docs/EDSC.md
@@ -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