[llvm] [RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (PR #69563)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 18 22:59:10 PDT 2023
- Previous message: [llvm] [RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (PR #69563)
- Next message: [llvm] [RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (PR #69563)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
https://github.com/topperc approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/69563
- Previous message: [llvm] [RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (PR #69563)
- Next message: [llvm] [RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (PR #69563)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list