This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add SVE intrinsics for masked loads & stores
ClosedPublic

Authored by kmclaughlin on Mar 24 2020, 4:49 AM.

Details

Summary

Implements the following intrinsics for contiguous loads & stores:

  • @llvm.aarch64.sve.ld1
  • @llvm.aarch64.sve.st1

Diff Detail