This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] SVE2 intrinsics for character match & histogram generation
ClosedPublic

Authored by kmclaughlin on Feb 6 2020, 3:42 AM.

Details

Summary

Implements the following intrinsics:

  • @llvm.aarch64.sve.histcnt
  • @llvm.aarch64.sve.histseg
  • @llvm.aarch64.sve.match
  • @llvm.aarch64.sve.nmatch

Diff Detail

Event Timeline

kmclaughlin created this revision.Feb 6 2020, 3:42 AM
Herald added a project: Restricted Project. · View Herald Transcript
c-rhodes accepted this revision.Feb 7 2020, 1:47 AM

LGTM

This revision is now accepted and ready to land.Feb 7 2020, 1:47 AM
This revision was automatically updated to reflect the committed changes.