[PATCH] D151180: [RISCV] select(C0, x, select(C1, x, y)) -> select(C0|C1, x, y)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 00:27:46 PDT 2023


craig.topper added a comment.

Posted my patch D151182 <https://reviews.llvm.org/D151182>. I think it's useful because it optimizes more targets. There may still be value in this patch for RISC-V but we need new tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151180



More information about the llvm-commits mailing list