This is an archive of the discontinued LLVM Phabricator instance.

[SveEmitter] Add builtins for tuple creation (svcreate2/svcreate3/etc)
ClosedPublic

Authored by sdesmalen on Jun 9 2020, 6:03 AM.

Details

Summary

The svcreate builtins allow constructing a tuple from individual vectors, e.g.

svint32x2_t svcreate2(svint32_t v2, svint32_t v2)`

Diff Detail

Event Timeline

sdesmalen created this revision.Jun 9 2020, 6:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2020, 6:03 AM
Herald added a subscriber: tschuett. · View Herald Transcript
c-rhodes accepted this revision.Jun 17 2020, 5:38 AM
This revision is now accepted and ready to land.Jun 17 2020, 5:38 AM
This revision was automatically updated to reflect the committed changes.