This is an archive of the discontinued LLVM Phabricator instance.

[LangRef] *.overflow instrinsics now support vectors
ClosedPublic

Authored by RKSimon on Feb 25 2019, 6:43 AM.

Details

Summary

We have all the necessary legalization, expansion and unrolling support required for the *.overflow intrinsics with vector types, so update the docs to make that clear.

Note: vectorization is not in place yet (the non-homogenous return types aren't well supported) so we still must explicitly use the vectors intrinsics and not reply on slp/loop.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Feb 25 2019, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2019, 6:43 AM
Herald added a subscriber: dmgreen. · View Herald Transcript
This revision is now accepted and ready to land.Feb 25 2019, 12:21 PM
This revision was automatically updated to reflect the committed changes.