[llvm] [RISCV] Fold vector shift of sext/zext to widening multiply (PR #121563)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 05:41:13 PST 2025


https://github.com/lukel97 commented:

Makes sense to me. I guess multiplies might not have the same number of available execution ports, but it's still less vector ops at the end of the day. 

https://github.com/llvm/llvm-project/pull/121563


More information about the llvm-commits mailing list