This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add more types of shuffles isShuffleMaskLegal.
ClosedPublic

Authored by craig.topper on Feb 3 2022, 3:58 PM.

Details

Summary

Add the vslidedown and interleave patterns that I recently implemented.

Diff Detail

Event Timeline

craig.topper created this revision.Feb 3 2022, 3:58 PM
craig.topper requested review of this revision.Feb 3 2022, 3:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 3:58 PM
frasercrmck accepted this revision.Feb 4 2022, 5:00 AM

LGTM, thanks! Easy to forget that.

This revision is now accepted and ready to land.Feb 4 2022, 5:00 AM
This revision was landed with ongoing or failed builds.Feb 4 2022, 9:15 AM
This revision was automatically updated to reflect the committed changes.