summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/addcarry.ll
AgeCommit message (Expand)Author
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-08-25[x86] Teach the backend to fold more read-modify-write memory operandsChandler Carruth
2017-06-11[DAGCombine] Make sure we check the ResNo from UADDO before combiningAmaury Sechet
2017-06-01[DAGCombine] Refactor common addcarry pattern.Amaury Sechet
2017-06-01[DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry)Amaury Sechet
2017-05-19[DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)Amaury Sechet
2017-05-05Add more variations of addcarry in the tests. NFC.Amaury Sechet
2017-05-03[DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry) -> (addcarry X, Y, Carry)Amaury Sechet
2017-05-02Add new test case for addcarry. NFC.Amaury Sechet