This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add intrinsics for SVE2 cryptographic instructions
ClosedPublic

Authored by kmclaughlin on Feb 19 2020, 6:22 AM.

Details

Summary

Implements the following SVE2 intrinsics:

  • @llvm.aarch64.sve.aesd
  • @llvm.aarch64.sve.aesimc
  • @llvm.aarch64.sve.aese
  • @llvm.aarch64.sve.aesmc
  • @llvm.aarch64.sve.rax1
  • @llvm.aarch64.sve.sm4e
  • @llvm.aarch64.sve.sm4ekey

Diff Detail

Event Timeline

kmclaughlin created this revision.Feb 19 2020, 6:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Feb 21 2020, 10:05 AM
This revision was automatically updated to reflect the committed changes.