kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC
authorNate Begeman <natebegeman@mac.com>
Fri, 17 Feb 2006 05:43:56 +0000 (05:43 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 17 Feb 2006 05:43:56 +0000 (05:43 +0000)
commit551bf3f80058a026b6a128dffd5530019e1df1b9
treee6f8e7aca7b09c6bd795ff14bb5598d7e1f022bc
parent25125697fb0a761da440b222671cf2d6d4deaeac
kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC
and SUBE nodes that actually expose what's going on and allow for
significant simplifications in the targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26255 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/TargetSelectionDAG.td
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrInfo.td