[llvm] [RISCV] Match mul_vl(v, (add_vl v1, splat 1)) to vmadd_vl (PR #71495)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 23:36:36 PST 2023
topperc wrote:
Looks like AArch64 does this same transform in performMulCombine. They also handle a subtract case.
https://github.com/llvm/llvm-project/pull/71495
More information about the llvm-commits
mailing list