[PATCH] D77914: [mlir][docs] Explain the EDSC acronym. NFC

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 08:31:40 PDT 2020


jroelofs updated this revision to Diff 256773.
jroelofs marked an inline comment as done.
jroelofs added a comment.

Move LLVM Lexicon entry out to MLIR Glossary


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77914/new/

https://reviews.llvm.org/D77914

Files:
  mlir/docs/EDSC.md


Index: mlir/docs/EDSC.md
===================================================================
--- mlir/docs/EDSC.md
+++ 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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77914.256773.patch
Type: text/x-patch
Size: 787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200411/2063b15f/attachment.bin>


More information about the llvm-commits mailing list