This is an archive of the discontinued LLVM Phabricator instance.

[ARM] VINS f16 pattern
ClosedPublic

Authored by dmgreen on Jan 26 2021, 12:30 PM.

Details

Summary

This adds an extra pattern for inserting an f16 into a odd vector lane via an VINS. If the dual-insert-lane pattern does not happen to apply, this can help with some simple cases.

Diff Detail

Event Timeline

dmgreen created this revision.Jan 26 2021, 12:30 PM
dmgreen requested review of this revision.Jan 26 2021, 12:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2021, 12:30 PM
This revision is now accepted and ready to land.Feb 11 2021, 2:34 AM
This revision was automatically updated to reflect the committed changes.