[llvm-commits] CVS: llvm/docs/TableGenFundamentals.html

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 27 00:49:50 PDT 2004



Changes in directory llvm/docs:

TableGenFundamentals.html updated: 1.9 -> 1.10

---
Log message:

Document new syntax


---
Diffs of the changes:  (+3 -1)

Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.9 llvm/docs/TableGenFundamentals.html:1.10
--- llvm/docs/TableGenFundamentals.html:1.9	Mon Jul 26 16:16:55 2004
+++ llvm/docs/TableGenFundamentals.html	Tue Jul 27 02:49:39 2004
@@ -309,6 +309,8 @@
 <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,
@@ -557,7 +559,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/26 21:16:55 $
+  Last modified: $Date: 2004/07/27 07:49:39 $
 </address>
 
 </body>





More information about the llvm-commits mailing list