This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Fix warning in visitShuffleVector
ClosedPublic

Authored by david-arm on May 27 2020, 7:04 AM.

Details

Summary

Make sure we only ask for the number of elements after we've
bailed out for scalable vectors.

Diff Detail

Event Timeline

david-arm created this revision.May 27 2020, 7:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2020, 7:04 AM
fpetrogalli accepted this revision.May 29 2020, 9:04 AM

LGTM, thank you!

This revision is now accepted and ready to land.May 29 2020, 9:04 AM
This revision was automatically updated to reflect the committed changes.