[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
Mon May 22 23:57:47 PDT 2023


craig.topper added a comment.

I'm not sure this is even the simplest form for these cases. I'm going to post an alternative patch in a minute.


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