Index: docs/TableGen/LangIntro.rst =================================================================== --- docs/TableGen/LangIntro.rst +++ docs/TableGen/LangIntro.rst @@ -165,6 +165,9 @@ remaining elements in the list may be arbitrary other values, including nested ```dag``' values. +`` !con(a, b)`` + A dag value that is the result of concatenating the 'a' and 'b' dags. + ``!listconcat(a, b, ...)`` A list value that is the result of concatenating the 'a' and 'b' lists. The lists must have the same element type.