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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 23:41:14 PDT 2023


jrtc27 added a comment.

(If so you need to freeze C1 <https://reviews.llvm.org/C1> for that case https://alive2.llvm.org/ce/z/RKimev. Haven't looked at the other case)


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