mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd92dba644
commit
e370c80d31
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user