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:
dd92dba
)
ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.
author
Dan Gohman
<gohman@apple.com>
Wed, 22 Apr 2009 15:55:31 +0000
(15:55 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 22 Apr 2009 15:55:31 +0000
(15:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69804
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CodeGenerator.html
patch
|
blob
|
history
diff --git
a/docs/CodeGenerator.html
b/docs/CodeGenerator.html
index 2471e9d20cc495d84b53ecc88b51d1ddea60daea..b4edbd7356409fa324dcefba3ca91fd343bd088d 100644
(file)
--- a/
docs/CodeGenerator.html
+++ b/
docs/CodeGenerator.html
@@
-1161,7
+1161,7
@@
def : Pat<(i32 imm:$imm),
<ul>
<li>Overall, there is no way to define or match SelectionDAG nodes that define
- multiple values (e.g. <tt>
ADD_PARTS
</tt>, <tt>LOAD</tt>, <tt>CALL</tt>,
+ multiple values (e.g. <tt>
SMUL_LOHI
</tt>, <tt>LOAD</tt>, <tt>CALL</tt>,
etc). This is the biggest reason that you currently still <em>have
to</em> write custom C++ code for your instruction selector.</li>