This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombine] (add X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry)
ClosedPublic

Authored by deadalnix on May 2 2017, 3:38 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

deadalnix created this revision.May 2 2017, 3:38 AM
RKSimon accepted this revision.May 2 2017, 5:41 AM

LGTM

This revision is now accepted and ready to land.May 2 2017, 5:41 AM
This revision was automatically updated to reflect the committed changes.