This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add tests for stores of vector.interleave2
ClosedPublic

Authored by luke on Jun 27 2023, 5:48 AM.

Diff Detail

Event Timeline

luke created this revision.Jun 27 2023, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 5:48 AM
luke requested review of this revision.Jun 27 2023, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 5:48 AM
luke updated this revision to Diff 534956.Jun 27 2023, 6:43 AM

Rename fixed vector test file to be more consistent with other tests

luke updated this revision to Diff 534973.Jun 27 2023, 7:28 AM

Add test for LMUL=4

craig.topper added inline comments.Jun 27 2023, 9:52 AM
llvm/test/CodeGen/RISCV/rvv/fixed-vector-interleave-store.ll
27

IR is typically indented 2 spaces I think.

63

Missing CHECK lines

151

Missing CHECK lines

luke updated this revision to Diff 535039.Jun 27 2023, 10:07 AM

Fix indentation and missing check lines

This revision is now accepted and ready to land.Jun 27 2023, 10:31 AM
This revision was automatically updated to reflect the committed changes.