[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Mon Dec 4 11:23:34 PST 2006
Changes in directory llvm/docs:
LangRef.html updated: 1.175 -> 1.176
---
Log message:
Document the icmp and fcmp constant expressions.
---
Diffs of the changes: (+10 -4)
LangRef.html | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.175 llvm/docs/LangRef.html:1.176
--- llvm/docs/LangRef.html:1.175 Sun Dec 3 10:53:48 2006
+++ llvm/docs/LangRef.html Mon Dec 4 13:23:19 2006
@@ -1255,7 +1255,13 @@
<dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt>
<dd>Perform the <a href="#i_select">select operation</a> on
- constants.
+ constants.</dd>
+
+ <dt><b><tt>icmp COND ( VAL1, VAL2 )</tt></b></dt>
+ <dd>Performs the <a href="#i_icmp">icmp operation</a> on constants.</dd>
+
+ <dt><b><tt>fcmp COND ( VAL1, VAL2 )</tt></b></dt>
+ <dd>Performs the <a href="#i_fcmp">fcmp operation</a> on constants.</dd>
<dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt>
@@ -1265,13 +1271,13 @@
<dt><b><tt>insertelement ( VAL, ELT, IDX )</tt></b></dt>
<dd>Perform the <a href="#i_insertelement">insertelement
- operation</a> on constants.
+ operation</a> on constants.</dd>
<dt><b><tt>shufflevector ( VEC1, VEC2, IDXMASK )</tt></b></dt>
<dd>Perform the <a href="#i_shufflevector">shufflevector
- operation</a> on constants.
+ operation</a> on constants.</dd>
<dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>
@@ -4427,7 +4433,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/12/03 16:53:48 $
+ Last modified: $Date: 2006/12/04 19:23:19 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list