[llvm-commits] CVS: llvm/docs/CodeGenerator.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 17 08:19:41 PDT 2005
Changes in directory llvm/docs:
CodeGenerator.html updated: 1.26 -> 1.27
---
Log message:
Apparently, people object to floating pointers. Picky picky.
---
Diffs of the changes: (+2 -2)
CodeGenerator.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.26 llvm/docs/CodeGenerator.html:1.27
--- llvm/docs/CodeGenerator.html:1.26 Mon Oct 17 07:19:10 2005
+++ llvm/docs/CodeGenerator.html Mon Oct 17 10:19:24 2005
@@ -989,7 +989,7 @@
(fadd:f32 (fmul:f32 (fadd:f32 W, X), Y), Z)
</pre>
-<p>If a target supports floating pointer multiply-and-add (FMA) operations, one
+<p>If a target supports floating point multiply-and-add (FMA) operations, one
of the adds can be merged with the multiply. On the PowerPC, for example, the
output of the instruction selector might look like this DAG:</p>
@@ -1297,7 +1297,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: 2005/10/17 12:19:10 $
+ Last modified: $Date: 2005/10/17 15:19:24 $
</address>
</body>
More information about the llvm-commits
mailing list