This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix missing scalable->fixed-length vector conversion
ClosedPublic

Authored by frasercrmck on Mar 17 2021, 5:42 AM.

Details

Summary

Returning the scalable-vector container type would present problems when
the fixed-length INSERT_VECTOR_ELT was used by later operations.

Diff Detail

Event Timeline

frasercrmck created this revision.Mar 17 2021, 5:42 AM
frasercrmck requested review of this revision.Mar 17 2021, 5:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2021, 5:42 AM
This revision is now accepted and ready to land.Mar 19 2021, 9:11 AM