This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix MVE VCMPr f16 pattern
ClosedPublic

Authored by dmgreen on Mar 26 2020, 6:07 AM.

Details

Summary

This patterns seemed to be using the f32 instruction, not f16. Fix it to use the correct one.

Diff Detail

Event Timeline

dmgreen created this revision.Mar 26 2020, 6:07 AM
SjoerdMeijer accepted this revision.Mar 26 2020, 6:34 AM

2-character changes that fix wrong codegen are always good changes, so have no problem directly LGTM'ing this.

This revision is now accepted and ready to land.Mar 26 2020, 6:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2020, 4:19 AM