This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: support WHILE instructions
ClosedPublic

Authored by c-rhodes on May 29 2019, 8:35 AM.

Details

Summary

This is the last patch in the series adding MC layer support for the SVE2 architecture extension. Many thanks to @sdesmalen @SjoerdMeijer @rovka @chill for taking the time to review patches!

Patch adds support for the following instructions:

  • WHILEGE, WHILEGT, WHILEHS, WHILEHI, WHILEWR, WHILERW

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 29 2019, 8:35 AM
chill accepted this revision.May 30 2019, 7:00 AM
This revision is now accepted and ready to land.May 30 2019, 7:00 AM
This revision was automatically updated to reflect the committed changes.