[Mlir-commits] [mlir] 0dbaafa - [mlir][docs] Explain the EDSC acronym. NFC
Jonathan Roelofs
llvmlistbot at llvm.org
Sat Apr 11 08:12:21 PDT 2020
Author: Jonathan Roelofs
Date: 2020-04-11T09:11:35-06:00
New Revision: 0dbaafaa3a6ac81b1e117972ecda7cbb7424039e
URL: https://github.com/llvm/llvm-project/commit/0dbaafaa3a6ac81b1e117972ecda7cbb7424039e
DIFF: https://github.com/llvm/llvm-project/commit/0dbaafaa3a6ac81b1e117972ecda7cbb7424039e.diff
LOG: [mlir][docs] Explain the EDSC acronym. NFC
Differential Revision: https://reviews.llvm.org/D77914
Added:
Modified:
mlir/docs/EDSC.md
Removed:
################################################################################
diff --git a/mlir/docs/EDSC.md b/mlir/docs/EDSC.md
index 162e98e50542..c52643bc5b28 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
More information about the Mlir-commits
mailing list