This is an archive of the discontinued LLVM Phabricator instance.

[ARM,MVE] Generate the right instruction for vmaxnmq_m_f16.
ClosedPublic

Authored by simon_tatham on Jan 6 2020, 6:59 AM.

Details

Summary

Due to a copy-paste error in the isel patterns, the predicated version
of this intrinsic was expanding to the VMAXNMT.F32 instruction
instead of VMAXNMT.F16. Similarly for vminnm.

Event Timeline

simon_tatham created this revision.Jan 6 2020, 6:59 AM
dmgreen accepted this revision.Jan 6 2020, 8:01 AM

LGTM

This revision is now accepted and ready to land.Jan 6 2020, 8:01 AM
This revision was automatically updated to reflect the committed changes.