This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Optimize i64 insertelt on RV32.
ClosedPublic

Authored by craig.topper on Oct 25 2022, 10:52 PM.

Details

Summary

We can use tail undisturbed vslide1down to insert into the vector.

This should make D136640 unneeded.

Diff Detail

Event Timeline

craig.topper created this revision.Oct 25 2022, 10:52 PM
craig.topper requested review of this revision.Oct 25 2022, 10:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 10:52 PM
reames accepted this revision.Oct 28 2022, 9:02 AM
This revision is now accepted and ready to land.Oct 28 2022, 9:02 AM
This revision was landed with ongoing or failed builds.Oct 28 2022, 10:23 AM
This revision was automatically updated to reflect the committed changes.