Displaying 1 result from an estimated 1 matches for "daglist".
Did you mean:
taglist
2020 Oct 11
2
Manipulating DAGs in TableGen
...ition
$name produce operator/operand by its variable name
string produce operator/operand by a string containing its
variable name
If the item does not exist, ? (uninitialized) is produced.
Note that multiple value suffixes are allowed, so, for example,
DagList[i](1) would produce the first operand of the i-th dag
in the list.
2. Add the !getdag() bang operator.
!getdag(dag, index [, default])
This bang operator produces the same result as the (...) suffix.
However, the default value can be specified as the third argument.
If it is not s...