[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
Thu Feb 6 08:53:51 PST 2025


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


More information about the llvm-commits mailing list