[PATCH] D131551: [RISCV] Fold vector binary operatrion into select with identity constant.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 01:06:55 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?

Done.


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