This is an archive of the discontinued LLVM Phabricator instance.

[LV] Allow a scalable VF for the epilogue.
ClosedPublic

Authored by sdesmalen on Feb 1 2022, 2:39 AM.

Details

Summary

For some reason we limited the epilogue VF to be fixed-width, but there
is not necessarily a reason for doing so. If the main VF=vscale x 16, the
epilogue VF could be either fixed-width, or a scalable VF upto vscale x 8.

Diff Detail

Event Timeline

sdesmalen created this revision.Feb 1 2022, 2:39 AM
sdesmalen requested review of this revision.Feb 1 2022, 2:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2022, 2:39 AM
sdesmalen updated this revision to Diff 404865.Feb 1 2022, 2:55 AM

Forgot to change one of the DEBUG check lines in the test.

david-arm accepted this revision.Feb 1 2022, 7:00 AM

LGTM!

This revision is now accepted and ready to land.Feb 1 2022, 7:00 AM
This revision was automatically updated to reflect the committed changes.