This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Restrict SVE fixed length extload/truncstore combine to float and double types.
ClosedPublic

Authored by paulwalker-arm on Dec 19 2022, 10:22 AM.

Details

Summary

Prior to this patch we would create floating point extending load
and truncating store operations involving fp128 types, which we
cannot lower.

Fixes #58530

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Dec 19 2022, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 19 2022, 10:22 AM
Matt added a subscriber: Matt.Dec 27 2022, 8:12 AM
This revision is now accepted and ready to land.Jan 9 2023, 7:10 AM
This revision was landed with ongoing or failed builds.Jan 13 2023, 5:18 AM
This revision was automatically updated to reflect the committed changes.