[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
Fri Oct 21 00:19:37 PDT 2022


jacquesguan added a comment.

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

> foldSelectWithIdentityConstant handles FP as well, but you have no FP tests. It doesn't look like you did anything to disable FP unless I missed it.

Done, I add FP cases.


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