aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/adde-carry.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer2011-06-291-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134067 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize ↵Benjamin Kramer2011-02-261-0/+26
legalized code for large integer arithmetic. 1. Inform users of ADDEs with two 0 operands that it never sets carry 2. Fold other ADDs or ADDCs into the ADDE if possible It would be neat if we could do the same thing for SETCC+ADD eventually, but we can't do that in target independent code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126557 91177308-0d34-0410-b5e6-96231b3b80d8