Common pattern when legalizing large integers operations. Similar to D32687, when the carry isn't used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32738
[DAGCombine] (add X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry) ClosedPublic Authored by deadalnix on May 2 2017, 3:38 AM.
Details Summary Common pattern when legalizing large integers operations. Similar to D32687, when the carry isn't used.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 2 2017, 5:41 AM Closed by commit rL301919: [DAGCombine] (add X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry) (authored by deadalnix). · Explain WhyMay 2 2017, 6:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 97440 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/X86/adde-carry.ll
|