[PATCH] D85838: New TableGen Programmer's Reference document

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 19:18:43 PDT 2020


madhur13490 added inline comments.


================
Comment at: llvm/docs/TableGen/ProgRef.rst:262
+
+``dag``
+    This type represents a nestable directed acyclic graph (DAG) of elements.
----------------
I think this is the most complex type. May be its worthwhile to get some more info on this document? In general I would like if we can capture its syntax, explanations on keywords like ops, ins, outs and some examples on this. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85838



More information about the llvm-commits mailing list