This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Match shl (ext v, splat 1) to vector widening add.
ClosedPublic

Authored by jacquesguan on Jun 16 2023, 2:04 AM.

Details

Summary

Since we use match shl (v, splat 1) to vadd, we could also expand to widening add.

Diff Detail