Document new syntax
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 07:49:39 +0000 (07:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 07:49:39 +0000 (07:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15265 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.html

index d5e7075b218ebb41089fba0a718fb965e618d7b2..8496e58048e9b5ca5118c89553f1451d9b4b688d 100644 (file)
@@ -309,6 +309,8 @@ supported include:</p>
 <li>value{17} - Access to one or more bits of a value.</li>
 <li>DEF - Reference to a record definition.</li>
 <li>X.Y - Reference to the subfield of a value.</li>
+<li>list[4-7,17,2-3] - A slice of the 'list' list, including elements 
+     4,5,6,7,17,2, and 3 from it.  Elements may be included multiple times.</li>
 
 <li>(DEF a, b) - A dag value.  The first element is required to be a record
 definition, the remaining elements in the list may be arbitrary other values,