projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d61a1
)
Apparently, people object to floating pointers. Picky picky.
author
Chris Lattner
<sabre@nondot.org>
Mon, 17 Oct 2005 15:19:24 +0000
(15:19 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 17 Oct 2005 15:19:24 +0000
(15:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23770
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CodeGenerator.html
patch
|
blob
|
history
diff --git
a/docs/CodeGenerator.html
b/docs/CodeGenerator.html
index 0e63faca3cca82f018be2897812e114127fe78e1..491398694902be3e5081ad366a374c317e514eac 100644
(file)
--- a/
docs/CodeGenerator.html
+++ b/
docs/CodeGenerator.html
@@
-989,7
+989,7
@@
fragment:</p>
(fadd:f32 (fmul:f32 (fadd:f32 W, X), Y), Z)
</pre>
-<p>If a target supports floating point
er
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>