[PATCH] D122563: [RISCV] Add DAGCombine to fold base operation and reduction.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 23 02:41:45 PDT 2022


fakepaper56 added a comment.

Since we need to transform `VECREDUCE` to `VP_REDUCE` before legalization for Fraser's method, we need to deal with illegal type of `VECREDUCE`. If we don't have idea to deal with illegal type nodes of `VECREDUCE`, how about we just use my original combine?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122563/new/

https://reviews.llvm.org/D122563



More information about the llvm-commits mailing list