[RISCV] Combine (and (select cond, x, -1), c) to (select cond, x, (and x, c)) with Zicond. (#69563)
It's only beneficial when cond is setcc with integer equality condition code. For other case, it has same instruction count as the original.
parent
41688454
Please register or sign in to comment