Patch adds support for the SVE2 character match instructions MATCH and NMATCH.
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Paths
| Differential D62206
[AArch64][SVE2] Asm: support SVE2 String Processing Group ClosedPublic Authored by c-rhodes on May 21 2019, 9:11 AM.
Details Summary Patch adds support for the SVE2 character match instructions MATCH and NMATCH. The specification can be found here:
Diff Detail
Event Timelinec-rhodes added a parent revision: D62205: [AArch64][SVE2] Asm: support SVE2 Narrowing Group.May 21 2019, 9:11 AM This revision is now accepted and ready to land.May 21 2019, 9:19 AM c-rhodes added a child revision: D62304: [AArch64][SVE2] Asm: support SVE2 Misc Group.May 23 2019, 6:02 AM Closed by commit rL361627: [AArch64][SVE2] Asm: support SVE2 String Processing Group (authored by c-rhodes). · Explain WhyMay 24 2019, 3:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201184 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE2/match-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/match.s
llvm/trunk/test/MC/AArch64/SVE2/nmatch-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/nmatch.s
|