This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Remove code handling ADDC/ADDE/SUBC/SUBE
ClosedPublic

Authored by deadalnix on May 26 2018, 9:14 AM.

Details

Summary

This code is now dead as the ARM backend uses ADDCARRY/SUBCARRY/SETCCCARRY .

Diff Detail

Event Timeline

deadalnix created this revision.May 26 2018, 9:14 AM
This revision is now accepted and ready to land.May 29 2018, 11:24 AM
This revision was automatically updated to reflect the committed changes.