[PATCH] D159190: [RISCV]Combine to make the fixed vector vadd of splats are scalarized
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 06:18:05 PDT 2023
luke added a comment.
Thanks for the patch. Did you take a look at scalarizeBinOpOfSplats in DAGCombiner? I think that might be more generic, it's the combine that kicks in for the scalable vector test case in that issue. I was wondering if it would be possible to get it to work on fixed vectors too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159190/new/
https://reviews.llvm.org/D159190
More information about the llvm-commits
mailing list