This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Add intrinsics for binary narrowing operations
ClosedPublic

Authored by andwar on Dec 12 2019, 9:08 AM.

Details

Summary

The following intrinsics for binary narrowing add and sub operations are
added:

  • @llvm.aarch64.sve.addhnb
  • @llvm.aarch64.sve.addhnt
  • @llvm.aarch64.sve.raddhnb
  • @llvm.aarch64.sve.raddhnt
  • @llvm.aarch64.sve.subhnb
  • @llvm.aarch64.sve.subhnt
  • @llvm.aarch64.sve.rsubhnb
  • @llvm.aarch64.sve.rsubhnt

Diff Detail

Event Timeline

andwar created this revision.Dec 12 2019, 9:08 AM
This revision is now accepted and ready to land.Dec 12 2019, 9:14 AM
This revision was automatically updated to reflect the committed changes.