[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


https://github.com/topperc approved this pull request.

LGTM

https://github.com/llvm/llvm-project/pull/69563


More information about the llvm-commits mailing list