This is an archive of the discontinued LLVM Phabricator instance.

[ARM] VQSUB instruction
ClosedPublic

Authored by dmgreen on Oct 7 2019, 4:03 AM.

Details

Summary

Same as VQADD, VQSUB can be selected from llvm.ssub.sat intrinsics.

Diff Detail

Event Timeline

dmgreen created this revision.Oct 7 2019, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 4:03 AM

Ping. This is the same as D68566, just for subs. Look OK?

SjoerdMeijer accepted this revision.Oct 10 2019, 9:14 AM

Yep, looks good to me.

This revision is now accepted and ready to land.Oct 10 2019, 9:14 AM
This revision was automatically updated to reflect the committed changes.