This is an archive of the discontinued LLVM Phabricator instance.

[SveEmitter] Add builtins for svlen
ClosedPublic

Authored by sdesmalen on Apr 23 2020, 1:47 PM.

Details

Summary

The svlen builtins return the number of elements in a vector
and are implemented using llvm.vscale.

Diff Detail

Event Timeline

sdesmalen created this revision.Apr 23 2020, 1:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2020, 1:47 PM
Herald added a subscriber: tschuett. · View Herald Transcript
This revision is now accepted and ready to land.Apr 27 2020, 11:18 AM
This revision was automatically updated to reflect the committed changes.