This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add SVE2 intrinsics for polynomial arithmetic
ClosedPublic

Authored by kmclaughlin on Feb 18 2020, 7:02 AM.

Details

Summary

Implements the following intrinsics:

  • @llvm.aarch64.sve.eorbt
  • @llvm.aarch64.sve.eortb
  • @llvm.aarch64.sve.pmullb.pair
  • @llvm.aarch64.sve.pmullt.pair

Diff Detail

Event Timeline

kmclaughlin created this revision.Feb 18 2020, 7:02 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Feb 18 2020, 2:45 PM
This revision was automatically updated to reflect the committed changes.