This is an archive of the discontinued LLVM Phabricator instance.

[ARM,MVE] Add missing tests for vqdmlash intrinsics.
ClosedPublic

Authored by simon_tatham on Mar 24 2020, 10:12 AM.

Details

Summary

These were accidentally left out of D76123. I added tests for the
other three instructions in this small cross-product family (vqdmlah,
vqrdmlah, vqrdmlash) but missed this one.

Diff Detail

Event Timeline

simon_tatham created this revision.Mar 24 2020, 10:12 AM
miyuki accepted this revision.Mar 25 2020, 2:29 AM

LGTM

This revision is now accepted and ready to land.Mar 25 2020, 2:29 AM
This revision was automatically updated to reflect the committed changes.