This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add break intrinsics
ClosedPublic

Authored by c-rhodes on Jan 8 2020, 3:51 AM.

Details

Summary

Implements the following intrinsics:

  • @llvm.aarch64.sve.brka
  • @llvm.aarch64.sve.brka.z
  • @llvm.aarch64.sve.brkb
  • @llvm.aarch64.sve.brkb.z
  • @llvm.aarch64.sve.brkn.z
  • @llvm.aarch64.sve.brkpa.z
  • @llvm.aarch64.sve.brkpb.z

Diff Detail

Event Timeline

c-rhodes created this revision.Jan 8 2020, 3:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jan 16 2020, 9:42 AM
This revision was automatically updated to reflect the committed changes.