This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Add additional vector_shuffle tests involving scalar_to_vector.
ClosedPublic

Authored by amyk on Jul 25 2022, 7:21 AM.

Details

Summary

This patch adds additional test cases involving vector_shuffles where either its
left, right or both inputs are scalar_to_vector nodes. These test cases involve
v16i8, v2i64, v4i32 and v8i16 vector shuffles, and were generated in preparation for
https://reviews.llvm.org/D130487.

Diff Detail

Event Timeline

amyk created this revision.Jul 25 2022, 7:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 7:21 AM
Herald added a subscriber: shchenz. · View Herald Transcript
amyk requested review of this revision.Jul 25 2022, 7:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 7:21 AM
amyk edited the summary of this revision. (Show Details)Jul 25 2022, 7:46 AM
nemanjai accepted this revision.Aug 9 2022, 10:45 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Aug 9 2022, 10:45 AM
amyk updated this revision to Diff 452353.Aug 12 2022, 6:58 PM

Update patch to add test cases involving scalar_to_vector inputs and v4i32 vector_shuffle and v8i16 vector_shuffle.

amyk edited the summary of this revision. (Show Details)Aug 15 2022, 9:33 AM