This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add tests for concats of vectors that could become strided loads
ClosedPublic

Authored by luke on Apr 6 2023, 7:33 AM.

Details

Summary

These patterns of concat_vector nodes of loads can be combined into
widened vector loads or a strided vector loads.

Co-authored-by: Philip Reames <preames@rivosinc.com>

Diff Detail

Event Timeline

luke created this revision.Apr 6 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 7:33 AM
luke requested review of this revision.Apr 6 2023, 7:33 AM
luke updated this revision to Diff 511676.Apr 7 2023, 6:14 AM

Add some more tests

This revision was not accepted when it landed; it landed in state Needs Review.Apr 19 2023, 1:37 AM
This revision was automatically updated to reflect the committed changes.