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
Paths
| Differential D62306
[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):
SVE2 histogram generation (vector):
The specification can be found here:
Diff Detail
Event Timelinec-rhodes added a parent revision: D62304: [AArch64][SVE2] Asm: support SVE2 Misc Group.May 23 2019, 6:06 AM c-rhodes added a child revision: D62307: [AArch64][SVE2] Asm: support SVE2 Crypto Extensions Group.May 23 2019, 6:09 AM This revision is now accepted and ready to land.May 23 2019, 10:33 AM Closed by commit rL361796: [AArch64][SVE2] Asm: support SVE2 Histogram Computation Groups (authored by c-rhodes). · Explain WhyMay 28 2019, 1:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201621 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE2/histcnt-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/histcnt.s
llvm/trunk/test/MC/AArch64/SVE2/histseg-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/histseg.s
|