This is an archive of the discontinued LLVM Phabricator instance.

[ARM,MVE] Add vbrsrq intrinsics family
ClosedPublic

Authored by miyuki on Feb 17 2020, 8:16 AM.

Details

Summary

This patch adds a new MVE intrinsics family, vbrsrq: vector bit
reverse and shift right. The intrinsics are compiled into the VBRSR
instruction. Two new LLVM IR intrinsics were also added: arm.mve.vbrsr
and arm.mve.vbrsr.predicated.

Diff Detail

Event Timeline

miyuki created this revision.Feb 17 2020, 8:16 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 17 2020, 8:16 AM
simon_tatham accepted this revision.Feb 18 2020, 8:59 AM
This revision is now accepted and ready to land.Feb 18 2020, 8:59 AM
miyuki updated this revision to Diff 245187.Feb 18 2020, 9:29 AM

Rebased on master

This revision was automatically updated to reflect the committed changes.