This is an archive of the discontinued LLVM Phabricator instance.

[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:
https://developer.arm.com/docs/ddi0602/latest

Diff Detail

Event Timeline

c-rhodes created this revision.May 21 2019, 9:11 AM
This revision is now accepted and ready to land.May 21 2019, 9:19 AM
This revision was automatically updated to reflect the committed changes.