[llvm] [RISCV] Prefer (select (x < 0), y, z) -> x >> (XLEN - 1) & (y - z) + z even with Zicond. (PR #125772)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 14:19:07 PST 2025


https://github.com/topperc edited https://github.com/llvm/llvm-project/pull/125772


More information about the llvm-commits mailing list