[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
- Previous message: [PATCH] D151180: [RISCV] select(C0, x, select(C1, x, y)) -> select(C0|C1, x, y)
- Next message: [PATCH] D151180: [RISCV] select(C0, x, select(C1, x, y)) -> select(C0|C1, x, y)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [PATCH] D151180: [RISCV] select(C0, x, select(C1, x, y)) -> select(C0|C1, x, y)
- Next message: [PATCH] D151180: [RISCV] select(C0, x, select(C1, x, y)) -> select(C0|C1, x, y)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list