This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Simplify extended add/sub to add/sub with carry
ClosedPublic

Authored by foad on Sep 12 2022, 8:33 AM.

Details

Summary

Simplify extended add/sub (with carry-in and carry-out) to add/sub with
carry (with carry-out only) if carry-in is known to be zero.

Diff Detail

Event Timeline

foad created this revision.Sep 12 2022, 8:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 8:33 AM
foad requested review of this revision.Sep 12 2022, 8:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 8:33 AM
arsenm accepted this revision.Sep 12 2022, 8:42 AM
This revision is now accepted and ready to land.Sep 12 2022, 8:42 AM
This revision was landed with ongoing or failed builds.Sep 12 2022, 9:05 AM
This revision was automatically updated to reflect the committed changes.