[llvm-commits] CVS: llvm/docs/LangRef.html
Robert L. Bocchino Jr.
bocchino at persephone.cs.uiuc.edu
Tue Jan 10 11:32:05 PST 2006
Changes in directory llvm/docs:
LangRef.html updated: 1.120 -> 1.121
---
Log message:
Expanded the documentation for constant expressions to cover select
and extractelement.
---
Diffs of the changes: (+11 -1)
LangRef.html | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletion(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.120 llvm/docs/LangRef.html:1.121
--- llvm/docs/LangRef.html:1.120 Thu Jan 5 11:37:02 2006
+++ llvm/docs/LangRef.html Tue Jan 10 13:31:34 2006
@@ -1086,6 +1086,16 @@
instruction, the index list may have zero or more indexes, which are required
to make sense for the type of "CSTPTR".</dd>
+ <dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt>
+
+ <dd>Perform the <a href="#i_select">select operation</a> on
+ constants.
+
+ <dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt>
+
+ <dd>Perform the <a href="#i_extractelement">extractelement
+ operation</a> on constants.
+
<dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>
<dd>Perform the specified operation of the LHS and RHS constants. OPCODE may
@@ -3473,7 +3483,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/01/05 17:37:02 $
+ Last modified: $Date: 2006/01/10 19:31:34 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list