This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Allow the usub_sat and ssub_sat intrinsics to be tail predicated
ClosedPublic

Authored by samtebbs on Jun 25 2020, 9:00 AM.

Details

Summary

This patch stops the usub_sat and ssub_sat intrinsics from blocking tail predication.

Diff Detail

Event Timeline

samtebbs created this revision.Jun 25 2020, 9:00 AM
dmgreen accepted this revision.Jun 25 2020, 9:18 AM

Oh yeah. LGTM

This revision is now accepted and ready to land.Jun 25 2020, 9:18 AM