This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] custom v2i64 for scalar_to_vector
AbandonedPublic

Authored by shchenz on Jul 20 2021, 6:11 AM.

Details

Reviewers
jsji
nemanjai
qiucf
Group Reviewers
Restricted Project
Summary

this is a follow-up for D106353.

customize v2i64 for scalar_to_vector so that we can benefit from the change in D106353.

Diff Detail

Event Timeline

shchenz created this revision.Jul 20 2021, 6:11 AM
shchenz requested review of this revision.Jul 20 2021, 6:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2021, 6:11 AM
shchenz abandoned this revision.Jul 26 2021, 12:00 AM

https://reviews.llvm.org/D106555 is a preferable way to handle these cases.