This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix incorrect use of tail agnostic vslideup.
ClosedPublic

Authored by khchen on May 13 2022, 6:50 AM.

Details

Summary

We need to use tail undisturbed for vslideup to implement
vector insert operation correctly.

Ideally, we cound use the tail agnostic when insert subvector
or element at the end of the vector. This will be in follow-up
patch.

Diff Detail

Event Timeline

khchen created this revision.May 13 2022, 6:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2022, 6:50 AM
khchen requested review of this revision.May 13 2022, 6:50 AM
This revision is now accepted and ready to land.May 13 2022, 9:34 AM
This revision was landed with ongoing or failed builds.May 15 2022, 7:06 PM
This revision was automatically updated to reflect the committed changes.