This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: support SVE2 Histogram Computation Groups
ClosedPublic

Authored by c-rhodes on May 23 2019, 6:06 AM.

Details

Summary

Patch adds support for the following instructions:

SVE2 histogram generation (segment):

  • HISTSEG

SVE2 histogram generation (vector):

  • HISTCNT

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest

Diff Detail

Repository
rL LLVM

Event Timeline

c-rhodes created this revision.May 23 2019, 6:06 AM
chill accepted this revision.May 23 2019, 10:33 AM
This revision is now accepted and ready to land.May 23 2019, 10:33 AM
This revision was automatically updated to reflect the committed changes.
Allen added a subscriber: Allen.Feb 26 2023, 6:02 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ctetreau. · View Herald Transcript