This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Iterate across an explicit list of scalable MVTs when driving setOperationAction.
ClosedPublic

Authored by paulwalker-arm on Sep 30 2020, 3:56 AM.

Details

Summary

Iterating across all of integer_scalable_vector_valuetypes seems
wasteful when there's only a handful we care about.

Also removes some rouge whitespace.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Sep 30 2020, 3:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2020, 3:56 AM
paulwalker-arm requested review of this revision.Sep 30 2020, 3:56 AM

Don't suggest promotion for 'vscale x 16' lane floating point operations.

This revision is now accepted and ready to land.Sep 30 2020, 6:23 AM