This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add addsub carry long instrinsics
ClosedPublic

Authored by dancgr on Feb 10 2020, 8:15 AM.

Details

Summary

Add intrinsics for the following instructions:

  • adclb, adclt, sbclb, sbclt

Diff Detail

Event Timeline

dancgr created this revision.Feb 10 2020, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2020, 8:15 AM
kmclaughlin accepted this revision.Feb 11 2020, 3:44 AM

Thanks @dancgr, LGTM!

This revision is now accepted and ready to land.Feb 11 2020, 3:44 AM
This revision was automatically updated to reflect the committed changes.