This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add mul/mla/mls lane & dup intrinsics
ClosedPublic

Authored by kmclaughlin on Feb 7 2020, 7:15 AM.

Details

Summary

Implements the following intrinsics:

  • @llvm.aarch64.sve.dup
  • @llvm.aarch64.sve.mul.lane
  • @llvm.aarch64.sve.mla.lane
  • @llvm.aarch64.sve.mls.lane

Diff Detail

Event Timeline

kmclaughlin created this revision.Feb 7 2020, 7:15 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Feb 12 2020, 8:52 AM
This revision was automatically updated to reflect the committed changes.