This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement additional integer arithmetic intrinsics
ClosedPublic

Authored by kmclaughlin on Oct 29 2019, 8:12 AM.

Details

Summary

Add intrinsics for the following:

  • sxt[b|h|w] & uxt[b|h|w]
  • cls & clz
  • not & cnot

Diff Detail

Event Timeline

kmclaughlin created this revision.Oct 29 2019, 8:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2019, 8:12 AM
sdesmalen accepted this revision.Oct 29 2019, 8:57 AM

Thanks, LGTM

This revision is now accepted and ready to land.Oct 29 2019, 8:57 AM
This revision was automatically updated to reflect the committed changes.