This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by andwar on Dec 10 2019, 6:55 AM.

Details

Summary

The following intrinsics for unary narrowing operations are added:

  • @llvm.aarch64.sve.sqxtnb
  • @llvm.aarch64.sve.uqxtnb
  • @llvm.aarch64.sve.sqxtunb
  • @llvm.aarch64.sve.sqxtnt
  • @llvm.aarch64.sve.uqxtnt
  • @llvm.aarch64.sve.sqxtunt

Diff Detail

Event Timeline

andwar created this revision.Dec 10 2019, 6:55 AM
This revision is now accepted and ready to land.Dec 10 2019, 3:33 PM
This revision was automatically updated to reflect the committed changes.