This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Select vector shl by 1 to a vector add.
ClosedPublic

Authored by craig.topper on Jul 23 2021, 10:43 AM.

Details

Summary

A vector add may be faster than a vector shift.

Diff Detail