This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Support INSERT_VECTOR_ELT into i1 vectors
ClosedPublic

Authored by frasercrmck on May 18 2021, 9:38 AM.

Details

Summary

Like the element extraction of these vectors, we choose to promote up to
an i8 vector type and perform the insertion there.

Diff Detail

Event Timeline

frasercrmck created this revision.May 18 2021, 9:38 AM
frasercrmck requested review of this revision.May 18 2021, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2021, 9:38 AM
This revision is now accepted and ready to land.May 18 2021, 10:02 AM
This revision was landed with ongoing or failed builds.May 19 2021, 1:49 AM
This revision was automatically updated to reflect the committed changes.