[llvm] [RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (PR #69563)
Yeting Kuo via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 01:11:18 PDT 2023
https://github.com/yetingk closed https://github.com/llvm/llvm-project/pull/69563
More information about the llvm-commits
mailing list