This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix the type for v4f16 duplane
ClosedPublic

Authored by dmgreen on Oct 21 2022, 12:20 AM.

Details

Summary

This was previously using the 32bit variant of the instruction, instead of the 16bit as intended.

Fixes #58512

Diff Detail

Event Timeline

dmgreen created this revision.Oct 21 2022, 12:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 12:20 AM
dmgreen requested review of this revision.Oct 21 2022, 12:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 12:20 AM
SjoerdMeijer accepted this revision.Oct 21 2022, 12:48 AM

Yeah, this looks a lot better.

This revision is now accepted and ready to land.Oct 21 2022, 12:48 AM
This revision was landed with ongoing or failed builds.Oct 21 2022, 2:10 AM
This revision was automatically updated to reflect the committed changes.