[PATCH] D131551: [RISCV] Fold scalable binary integer vector op and vector select op to RVV VL Op.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 02:37:49 PDT 2022


jacquesguan added a comment.

In D131551#3756737 <https://reviews.llvm.org/D131551#3756737>, @craig.topper wrote:

> How much does this overlap with implementing `RISCVTargetLowering::shouldFoldSelectWithIdentityConstant` and letting the generic DAGCombiner do this?

Thanks, it should work, but I need https://reviews.llvm.org/D132923 to fold the transformed DAG, could you mind to have a review?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131551



More information about the llvm-commits mailing list