This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add test case for combining vrgather
AbandonedPublic

Authored by luke on Mar 22 2023, 6:06 AM.

Diff Detail

Event Timeline

luke created this revision.Mar 22 2023, 6:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 6:06 AM
luke requested review of this revision.Mar 22 2023, 6:07 AM
reames requested changes to this revision.Mar 22 2023, 7:55 AM
reames added inline comments.
llvm/test/CodeGen/RISCV/rvv/combine-gather.ll
19

Please add a couple more tests where the result is not a concat. A few ideas:
0,1,2,3,0,1,2,3
0,1,2,3,11,10,9,8
0,1,2,3,12,13,14,15
0,1,2,3, 8,11,10,9

This revision now requires changes to proceed.Mar 22 2023, 7:55 AM
luke abandoned this revision.Mar 23 2023, 4:13 AM