[PATCH] D117385: [RISCV] Add patterns for vector widening integer multiply
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 15 12:19:41 PST 2022
craig.topper added a comment.
What about vwmulsu?
I am curious what we should do for something like (nxvXi32 (mul (sext (nxvXi8 X)), (sext (nxvXi8 Y)). Should we leave the sexts alone or should be shrink them to (nxvXi16 (sext (nxvXi8 X)) and use a widening multiply to do the rest of the extend?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117385/new/
https://reviews.llvm.org/D117385
More information about the llvm-commits
mailing list