This is an archive of the discontinued LLVM Phabricator instance.

[ARM,MVE] Remove 64-bit variants of vbrsrq* intrinsics
ClosedPublic

Authored by miyuki on Feb 24 2020, 3:55 AM.

Details

Summary

According to the ACLE the vbrsrq* intrinsics don't accept vectors
with 64-bit elements (and neither does the corresponding VBRSR
instruction).

Diff Detail

Event Timeline

miyuki created this revision.Feb 24 2020, 3:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2020, 3:55 AM
simon_tatham accepted this revision.Feb 24 2020, 3:58 AM

... and we weren't testing the accidental 64-bit builtins (or else we'd have spotted the problem!), so no tests need to be changed. LGTM.

This revision is now accepted and ready to land.Feb 24 2020, 3:58 AM
This revision was automatically updated to reflect the committed changes.